ATNConfig.context

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.

class ATNConfig
PredictionContext context;

Meta