ParseInfo.getTotalLLLookaheadOps

Gets the total number of LL lookahead operations across all decisions made during parsing. This value is the sum of {@link DecisionInfo#LL_TotalLook} for all decisions.

class ParseInfo
long
getTotalLLLookaheadOps
()

Meta