DFAState.requiresFullContext

Indicates that this state was created during SLL prediction that discovered a conflict between the configurations in the state. Future {@link ParserATNSimulator#execATN} invocations immediately jumped doing full context prediction if this field is true.

class DFAState
bool requiresFullContext;

Meta