stack property

Stack<ParseResult> stack
final

The hierarchical tree of child ParseResults produced during this parse.

Implementation

final Stack<ParseResult> stack;