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