Const
How the generated scaffold traverses the parse tree.
Readonly
One typed eval* function per rule; evaluates directly from the tree.
eval*
A walk() utility + Visitor stubs; driven by a depth-first tree walk.
walk()
Visitor
How the generated scaffold traverses the parse tree.