abstract class TopDown::AST
- TopDown::AST
- Reference
- Object
Overview
TODO docs
Defined in:
ast.crInstance Method Summary
-
#at(location : Location, end_location : Location = location)
TODO docs
-
#at(location : Range(Location, Location))
TODO docs
-
#each_child(&)
TODO docs Override this method to indicate the children of this AST node
-
#end_location : TopDown::Location
TODO docs
-
#location : TopDown::Location
TODO docs
-
#to_s(io, indent = 0)
TODO docs
-
#to_s_without_children(io)
TODO docs
Macro Summary
-
def_ast(class_name, *properties)
TODO docs