requiresFullContext property

bool requiresFullContext
getter/setter pair

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.

Implementation

bool requiresFullContext = false;