An interface to access the tree of {@link RuleContext} objects createdduring a parse that makes the data structure look like a simple parse tree. This node represents both internal nodes, rule invocations, and leaf nodes, token matches.
The payload is either a {@link Token} or a {@link RuleContext} object.