T - The return type of the visit operation. Use Void for
operations with no return type.public interface AdvancedDistSQLStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
AdvancedDistSQLStatementParser.| 限定符和类型 | 方法和说明 |
|---|---|
T |
visitExecute(AdvancedDistSQLStatementParser.ExecuteContext ctx)
Visit a parse tree produced by
AdvancedDistSQLStatementParser.execute(). |
T |
visitPreviewSQL(AdvancedDistSQLStatementParser.PreviewSQLContext ctx)
Visit a parse tree produced by
AdvancedDistSQLStatementParser.previewSQL(). |
T |
visitSql(AdvancedDistSQLStatementParser.SqlContext ctx)
Visit a parse tree produced by
AdvancedDistSQLStatementParser.sql(). |
T visitExecute(AdvancedDistSQLStatementParser.ExecuteContext ctx)
AdvancedDistSQLStatementParser.execute().ctx - the parse treeT visitPreviewSQL(AdvancedDistSQLStatementParser.PreviewSQLContext ctx)
AdvancedDistSQLStatementParser.previewSQL().ctx - the parse treeT visitSql(AdvancedDistSQLStatementParser.SqlContext ctx)
AdvancedDistSQLStatementParser.sql().ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.