DecisionInfo.SLL_DFATransitions

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

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

@see ParserATNSimulator#getExistingTargetState @see LexerATNSimulator#getExistingTargetState

class DecisionInfo
long SLL_DFATransitions;

Meta