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 PredictionContextCache
LexerInterpreter._sharedContextCache
protected final PredictionContextCache
ParserInterpreter.sharedContextCache
-
Uses of PredictionContextCache in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn declared as PredictionContextCacheModifier and TypeFieldDescriptionprotected final PredictionContextCache
ATNSimulator.sharedContextCache
The 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 PredictionContext
PredictionContext.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 PredictionContextCache
XPathLexer._sharedContextCache