class Filterable::AST::Filter

Defined in:

filterable/ast.cr

Instance Method Summary

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?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def identifier : String | Nil #

[View source]
def identifier=(identifier : String | Nil) #

[View source]
def value : String | Nil #

[View source]
def value=(value : String | Nil) #

[View source]