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