Uses of Class
org.antlr.v4.runtime.atn.SingletonPredictionContext
-
Packages that use SingletonPredictionContext Package Description org.antlr.v4.runtime.atn -
-
Uses of SingletonPredictionContext in org.antlr.v4.runtime.atn
Subclasses of SingletonPredictionContext in org.antlr.v4.runtime.atn Modifier and Type Class Description classEmptyPredictionContextMethods in org.antlr.v4.runtime.atn that return SingletonPredictionContext Modifier and Type Method Description static SingletonPredictionContextSingletonPredictionContext. create(PredictionContext parent, int returnState)Methods in org.antlr.v4.runtime.atn with parameters of type SingletonPredictionContext Modifier and Type Method Description static PredictionContextPredictionContext. mergeRoot(SingletonPredictionContext a, SingletonPredictionContext b, boolean rootIsWildcard)static PredictionContextPredictionContext. mergeSingletons(SingletonPredictionContext a, SingletonPredictionContext b, boolean rootIsWildcard, DoubleKeyMap<PredictionContext,PredictionContext,PredictionContext> mergeCache)Merge twoSingletonPredictionContextinstances.Constructors in org.antlr.v4.runtime.atn with parameters of type SingletonPredictionContext Constructor Description ArrayPredictionContext(SingletonPredictionContext a)
-