Uses of Class
org.antlr.v4.runtime.atn.ParseInfo
Packages that use ParseInfo
-
Uses of ParseInfo in org.antlr.v4.gui
Methods in org.antlr.v4.gui that return ParseInfoMethods in org.antlr.v4.gui with parameters of type ParseInfoModifier and TypeMethodDescriptionprivate voidInterpreter.dumpProfilerCSV(GrammarParserInterpreter parser, ParseInfo parseInfo) -
Uses of ParseInfo in org.antlr.v4.runtime
Methods in org.antlr.v4.runtime that return ParseInfoModifier and TypeMethodDescriptionParser.getParseInfo()Recognizer.getParseInfo()If profiling during the parse/lex, this will return DecisionInfo records for each decision in recognizer in a ParseInfo object.