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 class
Recognizer<Symbol,ATNInterpreter extends ATNSimulator>
Fields in org.antlr.v4.runtime declared as ATNSimulator Modifier and Type Field Description protected ATNInterpreter
Recognizer. _interp
-
Uses of ATNSimulator in org.antlr.v4.runtime.atn
Subclasses of ATNSimulator in org.antlr.v4.runtime.atn Modifier and Type Class Description class
LexerATNSimulator
"dup" of ParserInterpreterclass
ParserATNSimulator
The embodiment of the adaptive LL(*), ALL(*), parsing strategy.class
ProfilingATNSimulator
Methods in org.antlr.v4.runtime.atn with parameters of type ATNSimulator Modifier and Type Method Description void
ATNConfigSet. optimizeConfigs(ATNSimulator interpreter)
-