antlr.v4.runtime.tree.ParseTreeVisitor

Undocumented in source.

Members

Interfaces

ParseTreeVisitor
interface ParseTreeVisitor

This interface defines the basic notion of a parse tree visitor. Generated visitors implement this interface and the {@code XVisitor} interface for grammar {@code X}.

Meta