Uses of Class
org.antlr.v4.runtime.misc.DoubleKeyMap
-
Packages that use DoubleKeyMap Package Description org.antlr.v4.runtime.atn -
-
Uses of DoubleKeyMap in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn declared as DoubleKeyMap Modifier and Type Field Description protected DoubleKeyMap<PredictionContext,PredictionContext,PredictionContext>
ParserATNSimulator. mergeCache
Each prediction operation uses a cache for merge of prediction contexts.
-