class Filterable::AST::Or
- Filterable::AST::Or
- Filterable::AST::Node
- Reference
- Object
Defined in:
filterable/ast.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher)
- #left : Node | Nil
- #left=(left : Node | Nil)
- #right : Node | Nil
- #right=(right : Node | Nil)
Instance methods inherited from class Filterable::AST::Node
to_s
to_s
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.