SLL_DFATransitions property

int SLL_DFATransitions
getter/setter pair

The total number of DFA transitions required during SLL prediction for this decision.

If the ATN simulator implementation does not use DFA caching for SLL transitions, this value will be 0.

@see ParserATNSimulator#getExistingTargetState @see LexerATNSimulator#getExistingTargetState

Implementation

int SLL_DFATransitions = 0;