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.| Constructor and Description |
|---|
AdvancedDistSQLStatementBaseVisitor() |
| Modifier and Type | Method and Description |
|---|---|
T |
visitExecute(AdvancedDistSQLStatementParser.ExecuteContext ctx)
Visit a parse tree produced by
AdvancedDistSQLStatementParser.execute(). |
T |
visitFormatSQL(AdvancedDistSQLStatementParser.FormatSQLContext ctx)
Visit a parse tree produced by
AdvancedDistSQLStatementParser.formatSQL(). |
T |
visitParseSQL(AdvancedDistSQLStatementParser.ParseSQLContext ctx)
Visit a parse tree produced by
AdvancedDistSQLStatementParser.parseSQL(). |
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 in interface 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 in interface AdvancedDistSQLStatementVisitor<T>ctx - the parse treepublic T visitParseSQL(AdvancedDistSQLStatementParser.ParseSQLContext ctx)
AdvancedDistSQLStatementParser.parseSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParseSQL in interface AdvancedDistSQLStatementVisitor<T>ctx - the parse treepublic T visitFormatSQL(AdvancedDistSQLStatementParser.FormatSQLContext ctx)
AdvancedDistSQLStatementParser.formatSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFormatSQL in interface 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 in interface AdvancedDistSQLStatementVisitor<T>ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.