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}.
See Source File