Uses of Class
org.antlr.v4.runtime.atn.PredictionMode
-
Packages that use PredictionMode Package Description org.antlr.v4.runtime.atn -
-
Uses of PredictionMode in org.antlr.v4.runtime.atn
Methods in org.antlr.v4.runtime.atn that return PredictionMode Modifier and Type Method Description PredictionModeParserATNSimulator. getPredictionMode()static PredictionModePredictionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PredictionMode[]PredictionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.antlr.v4.runtime.atn with parameters of type PredictionMode Modifier and Type Method Description static booleanPredictionMode. hasSLLConflictTerminatingPrediction(PredictionMode mode, ATNConfigSet configs)Computes the SLL prediction termination condition.voidParserATNSimulator. setPredictionMode(PredictionMode mode)
-