Uses of Class
org.antlr.v4.runtime.atn.ParseInfo
-
Packages that use ParseInfo Package Description org.antlr.v4.gui org.antlr.v4.runtime -
-
Uses of ParseInfo in org.antlr.v4.gui
Methods in org.antlr.v4.gui that return ParseInfo Modifier and Type Method Description protected ParseInfo
Interpreter. interp()
Methods in org.antlr.v4.gui with parameters of type ParseInfo Modifier and Type Method Description private void
Interpreter. dumpProfilerCSV(GrammarParserInterpreter parser, ParseInfo parseInfo)
-
Uses of ParseInfo in org.antlr.v4.runtime
Methods in org.antlr.v4.runtime that return ParseInfo Modifier and Type Method Description ParseInfo
Parser. getParseInfo()
ParseInfo
Recognizer. getParseInfo()
If profiling during the parse/lex, this will return DecisionInfo records for each decision in recognizer in a ParseInfo object.
-