The occurrence index (SUBRULE1/2/3/5/...) of each Grammar rule invoked and still unterminated.
Used to distinguish between two invocations of the same subrule at the same top level rule.
Example: (QualifiedName: SUBRULE1(Identifier) (DOT SUBRULE2(Identifier))*
ruleStack
ruleStack:string[]
The Grammar rules invoked and still unterminated to reach this Grammar Path.
The occurrence index (SUBRULE1/2/3/5/...) of each Grammar rule invoked and still unterminated. Used to distinguish between two invocations of the same subrule at the same top level rule. Example: (QualifiedName: SUBRULE1(Identifier) (DOT SUBRULE2(Identifier))*