T - The return type of the visit operation. Use Void for
operations with no return type.public class UtilityDistSQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements UtilityDistSQLStatementVisitor<T>
UtilityDistSQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
UtilityDistSQLStatementBaseVisitor() |
| 限定符和类型 | 方法和说明 |
|---|---|
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(). |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(UtilityDistSQLStatementParser.ExecuteContext ctx)
UtilityDistSQLStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute 在接口中 UtilityDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPreviewSQL(UtilityDistSQLStatementParser.PreviewSQLContext ctx)
UtilityDistSQLStatementParser.previewSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPreviewSQL 在接口中 UtilityDistSQLStatementVisitor<T>ctx - the parse treepublic T visitParseSQL(UtilityDistSQLStatementParser.ParseSQLContext ctx)
UtilityDistSQLStatementParser.parseSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParseSQL 在接口中 UtilityDistSQLStatementVisitor<T>ctx - the parse treepublic T visitFormatSQL(UtilityDistSQLStatementParser.FormatSQLContext ctx)
UtilityDistSQLStatementParser.formatSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFormatSQL 在接口中 UtilityDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSql(UtilityDistSQLStatementParser.SqlContext ctx)
UtilityDistSQLStatementParser.sql().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSql 在接口中 UtilityDistSQLStatementVisitor<T>ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.