context property

PredictionContext? context
getter/setter pair

The stack of invoking states leading to the rule/states associated with this config. We track only those contexts pushed during execution of the ATN simulator.

Implementation

PredictionContext? context;