DecisionInfo.LL_Fallback

Gets the total number of times SLL prediction completed in a conflict state, resulting in fallback to LL prediction.

<p>Note that this value is not related to whether or not {@link PredictionMode#SLL} may be used successfully with a particular grammar. If the ambiguity resolution algorithm applied to the SLL conflicts for this decision produce the same result as LL prediction for this decision, {@link PredictionMode#SLL} would produce the same overall parsing result as {@link PredictionMode#LL}.</p>

class DecisionInfo
long LL_Fallback;

Meta