An array containing the node's children.
The name of grammar rule that created the node.
The number of child nodes that the node has.
Captures the portion of the input that was consumed by the node.
Returns the contents of the input stream consumed by this node.
A built-in operation which can convert certain NonterminalNodes into IterationNodes. This operation is defined for the built-in list rules (ListOf, EmptyListOf, NonemptyListOf, listOf, ...), and can also be defined for user-defined rules.
Generated using TypeDoc
A node in the parse tree, passed to Action functions.