class Aero::Query::And

Defined in:

query/node.cr

Constructors

Instance Method Summary

Instance methods inherited from class Aero::Query::Node

start : Int32 start, stop : Int32 stop

Constructor methods inherited from class Aero::Query::Node

new(start : Int32, stop : Int32) new

Constructor Detail

def self.new(left : Aero::Query::Expression, right : Aero::Query::Expression) #

[View source]

Instance Method Detail

def left : Expression #

[View source]
def right : Expression #

[View source]