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