ParseInfo.getLLDecisions

Gets the decision numbers for decisions that required one or more full-context predictions during parsing. These are decisions for which {@link DecisionInfo#LL_Fallback} is non-zero.

@return A list of decision numbers which required one or more full-context predictions during parsing.

class ParseInfo
int[]
getLLDecisions
()

Meta