Uses of Class
org.antlr.v4.runtime.atn.ATNSimulator
-
Packages that use ATNSimulator Package Description org.antlr.v4.runtime org.antlr.v4.runtime.atn -
-
Uses of ATNSimulator in org.antlr.v4.runtime
Classes in org.antlr.v4.runtime with type parameters of type ATNSimulator Modifier and Type Class Description classRecognizer<Symbol,ATNInterpreter extends ATNSimulator>Fields in org.antlr.v4.runtime declared as ATNSimulator Modifier and Type Field Description protected ATNInterpreterRecognizer. _interp -
Uses of ATNSimulator in org.antlr.v4.runtime.atn
Subclasses of ATNSimulator in org.antlr.v4.runtime.atn Modifier and Type Class Description classLexerATNSimulator"dup" of ParserInterpreterclassParserATNSimulatorThe embodiment of the adaptive LL(*), ALL(*), parsing strategy.classProfilingATNSimulatorMethods in org.antlr.v4.runtime.atn with parameters of type ATNSimulator Modifier and Type Method Description voidATNConfigSet. optimizeConfigs(ATNSimulator interpreter)
-