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> TRuleContext. 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 classAbstractParseTreeVisitor<T>Methods in org.antlr.v4.runtime.tree with parameters of type ParseTreeVisitor Modifier and Type Method Description <T> TErrorNodeImpl. accept(ParseTreeVisitor<? extends T> visitor)<T> TParseTree. accept(ParseTreeVisitor<? extends T> visitor)TheParseTreeVisitorneeds a double dispatch method.<T> TTerminalNodeImpl. accept(ParseTreeVisitor<? extends T> visitor)
-