Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRecognizerContext

Hierarchy

  • IRecognizerContext

Index

Properties

ruleOccurrenceStack

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

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