Uses of Class
org.antlr.v4.runtime.atn.SingletonPredictionContext
Packages that use SingletonPredictionContext
-
Uses of SingletonPredictionContext in org.antlr.v4.runtime.atn
Subclasses of SingletonPredictionContext in org.antlr.v4.runtime.atnMethods in org.antlr.v4.runtime.atn that return SingletonPredictionContextModifier and TypeMethodDescriptionstatic SingletonPredictionContextSingletonPredictionContext.create(PredictionContext parent, int returnState) Methods in org.antlr.v4.runtime.atn with parameters of type SingletonPredictionContextModifier and TypeMethodDescriptionstatic 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