Uses of Interface
org.antlr.v4.runtime.tree.ParseTreeVisitor
Packages that use ParseTreeVisitor
-
Uses of ParseTreeVisitor in org.antlr.v4.runtime
Methods in org.antlr.v4.runtime with parameters of type ParseTreeVisitorModifier and TypeMethodDescription<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 ParseTreeVisitorMethods in org.antlr.v4.runtime.tree with parameters of type ParseTreeVisitorModifier and TypeMethodDescription<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)