LL_Fallback property

int LL_Fallback
getter/setter pair

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

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}.

Implementation

int LL_Fallback = 0;