Uses of Interface
org.antlr.v4.runtime.tree.ParseTreeVisitor
-
Packages that use ParseTreeVisitor Package Description org.antlr.v4.runtime org.antlr.v4.runtime.tree -
-
Uses of ParseTreeVisitor in org.antlr.v4.runtime
Methods in org.antlr.v4.runtime with parameters of type ParseTreeVisitor Modifier and Type Method Description <T> T
RuleContext. accept(ParseTreeVisitor<? extends T> visitor)
-
Uses of ParseTreeVisitor in org.antlr.v4.runtime.tree
Classes in org.antlr.v4.runtime.tree that implement ParseTreeVisitor Modifier and Type Class Description class
AbstractParseTreeVisitor<T>
Methods in org.antlr.v4.runtime.tree with parameters of type ParseTreeVisitor Modifier and Type Method Description <T> T
ErrorNodeImpl. accept(ParseTreeVisitor<? extends T> visitor)
<T> T
ParseTree. accept(ParseTreeVisitor<? extends T> visitor)
TheParseTreeVisitor
needs a double dispatch method.<T> T
TerminalNodeImpl. accept(ParseTreeVisitor<? extends T> visitor)
-