sys::Obj compiler::Node
Node is the base class of all classes which represent a node in the abstract syntax tree generated by the parser.
Void dump()
Print to std out
readonly Loc loc
new make(Loc loc)
All Node's must have a valid location in a source file.
abstract Void print(AstWriter out)
Pretty print this node and it's descendants.