Interface SQL92StatementVisitor<T>

Type Parameters:
T - The return type of the visit operation. Use Void for operations with no return type.
All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
All Known Implementing Classes:
SQL92DALStatementSQLVisitor, SQL92DCLStatementSQLVisitor, SQL92DDLStatementSQLVisitor, SQL92DMLStatementSQLVisitor, SQL92StatementBaseVisitor, SQL92StatementSQLVisitor, SQL92TCLStatementSQLVisitor

public interface SQL92StatementVisitor<T> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced by SQL92StatementParser.