Uses of Class
org.antlr.v4.runtime.atn.PredictionContextCache
Packages that use PredictionContextCache
-
Uses of PredictionContextCache in org.antlr.v4.runtime
Fields in org.antlr.v4.runtime declared as PredictionContextCacheModifier and TypeFieldDescriptionprotected final PredictionContextCacheLexerInterpreter._sharedContextCacheprotected final PredictionContextCacheParserInterpreter.sharedContextCache -
Uses of PredictionContextCache in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn declared as PredictionContextCacheModifier and TypeFieldDescriptionprotected final PredictionContextCacheATNSimulator.sharedContextCacheThe context cache maps all PredictionContext objects that are equals() to a single cached copy.Methods in org.antlr.v4.runtime.atn that return PredictionContextCacheMethods in org.antlr.v4.runtime.atn with parameters of type PredictionContextCacheModifier and TypeMethodDescriptionstatic PredictionContextPredictionContext.getCachedContext(PredictionContext context, PredictionContextCache contextCache, IdentityHashMap<PredictionContext, PredictionContext> visited) Constructors in org.antlr.v4.runtime.atn with parameters of type PredictionContextCacheModifierConstructorDescriptionATNSimulator(ATN atn, PredictionContextCache sharedContextCache) LexerATNSimulator(ATN atn, DFA[] decisionToDFA, PredictionContextCache sharedContextCache) LexerATNSimulator(Lexer recog, ATN atn, DFA[] decisionToDFA, PredictionContextCache sharedContextCache) ParserATNSimulator(ATN atn, DFA[] decisionToDFA, PredictionContextCache sharedContextCache) Testing only!ParserATNSimulator(Parser parser, ATN atn, DFA[] decisionToDFA, PredictionContextCache sharedContextCache) -
Uses of PredictionContextCache in org.antlr.v4.runtime.tree.xpath
Fields in org.antlr.v4.runtime.tree.xpath declared as PredictionContextCacheModifier and TypeFieldDescriptionprotected static final PredictionContextCacheXPathLexer._sharedContextCache