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 SingletonPredictionContext
SingletonPredictionContext.create
(PredictionContext parent, int returnState) Methods in org.antlr.v4.runtime.atn with parameters of type SingletonPredictionContextModifier and TypeMethodDescriptionstatic PredictionContext
PredictionContext.mergeRoot
(SingletonPredictionContext a, SingletonPredictionContext b, boolean rootIsWildcard) static PredictionContext
PredictionContext.mergeSingletons
(SingletonPredictionContext a, SingletonPredictionContext b, boolean rootIsWildcard, DoubleKeyMap<PredictionContext, PredictionContext, PredictionContext> mergeCache) Merge twoSingletonPredictionContext
instances.Constructors in org.antlr.v4.runtime.atn with parameters of type SingletonPredictionContext