Uses of Class
org.antlr.v4.runtime.atn.LookaheadEventInfo
-
Packages that use LookaheadEventInfo Package Description org.antlr.v4.runtime.atn -
-
Uses of LookaheadEventInfo in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn declared as LookaheadEventInfo Modifier and Type Field Description LookaheadEventInfo
DecisionInfo. LL_MaxLookEvent
Gets theLookaheadEventInfo
associated with the event where theDecisionInfo.LL_MaxLook
value was set.LookaheadEventInfo
DecisionInfo. SLL_MaxLookEvent
Gets theLookaheadEventInfo
associated with the event where theDecisionInfo.SLL_MaxLook
value was set.
-