Uses of Class
org.antlr.v4.runtime.dfa.DFAState.PredPrediction
-
Packages that use DFAState.PredPrediction Package Description org.antlr.v4.runtime.atn org.antlr.v4.runtime.dfa -
-
Uses of DFAState.PredPrediction in org.antlr.v4.runtime.atn
Methods in org.antlr.v4.runtime.atn that return DFAState.PredPrediction Modifier and Type Method Description protected DFAState.PredPrediction[]ParserATNSimulator. getPredicatePredictions(BitSet ambigAlts, SemanticContext[] altToPred)Methods in org.antlr.v4.runtime.atn with parameters of type DFAState.PredPrediction Modifier and Type Method Description protected BitSetParserATNSimulator. 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.PredPrediction Modifier and Type Field Description DFAState.PredPrediction[]DFAState. predicatesDuring SLL parsing, this is a list of predicates associated with the ATN configurations of the DFA state.
-