Uses of Class
org.antlr.v4.runtime.ParserInterpreter
-
Packages that use ParserInterpreter Package Description org.antlr.v4.tool -
-
Uses of ParserInterpreter in org.antlr.v4.tool
Subclasses of ParserInterpreter in org.antlr.v4.tool Modifier and Type Class Description classGrammarParserInterpreterA heavier weightParserInterpreterthat creates parse trees that track alternative numbers for subtree roots.Methods in org.antlr.v4.tool that return ParserInterpreter Modifier and Type Method Description ParserInterpreterGrammar. createParserInterpreter(TokenStream tokenStream)static ParserInterpreterGrammarParserInterpreter. deriveTempParserInterpreter(Grammar g, Parser originalParser, TokenStream tokens)Derive a new parser from an old one that has knowledge of the grammar.Methods in org.antlr.v4.tool with parameters of type ParserInterpreter Modifier and Type Method Description static java.util.List<ParserRuleContext>GrammarParserInterpreter. getLookaheadParseTrees(Grammar g, ParserInterpreter originalParser, TokenStream tokens, int startRuleIndex, int decision, int startIndex, int stopIndex)Return a list of parse trees, one for each alternative in a decision given the same input.
-