Uses of Class
org.antlr.v4.runtime.dfa.DFAState.PredPrediction
Packages that use DFAState.PredPrediction
-
Uses of DFAState.PredPrediction in org.antlr.v4.runtime.atn
Methods in org.antlr.v4.runtime.atn that return DFAState.PredPredictionModifier and TypeMethodDescriptionprotected DFAState.PredPrediction[]
ParserATNSimulator.getPredicatePredictions
(BitSet ambigAlts, SemanticContext[] altToPred) Methods in org.antlr.v4.runtime.atn with parameters of type DFAState.PredPredictionModifier and TypeMethodDescriptionprotected BitSet
ParserATNSimulator.evalSemanticContext
(DFAState.PredPrediction[] predPredictions, ParserRuleContext outerContext, boolean complete) Look through a list of predicate/alt pairs, returning alts for the pairs that win. -
Uses of DFAState.PredPrediction in org.antlr.v4.runtime.dfa
Fields in org.antlr.v4.runtime.dfa declared as DFAState.PredPredictionModifier and TypeFieldDescriptionDFAState.predicates
During SLL parsing, this is a list of predicates associated with the ATN configurations of the DFA state.