DecisionInfo.LL_DFATransitions

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

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

@see ParserATNSimulator#getExistingTargetState @see LexerATNSimulator#getExistingTargetState

class DecisionInfo
long LL_DFATransitions;

Meta