Interface IRecognizerContext

Hierarchy

  • IRecognizerContext

Properties

ruleOccurrenceStack: number[]

A copy of the parser's rule occurrence stack at the "time" the RecognitionException occurred. This can be used to help debug parsing errors (How did we get here?).

ruleStack: string[]

A copy of the parser's rule stack at the "time" the RecognitionException occurred. This can be used to help debug parsing errors (How did we get here?).

Generated using TypeDoc