T - The return type of the visit operation. Use Void for
operations with no return type.public class DistSQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements DistSQLStatementVisitor<T>
DistSQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
DistSQLStatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(DistSQLStatementParser.ExecuteContext ctx)
DistSQLStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDataSources(DistSQLStatementParser.CreateDataSourcesContext ctx)
DistSQLStatementParser.createDataSources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDataSources 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateShardingRule(DistSQLStatementParser.CreateShardingRuleContext ctx)
DistSQLStatementParser.createShardingRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingRule 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableRule(DistSQLStatementParser.TableRuleContext ctx)
DistSQLStatementParser.tableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableRule 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDataSource(DistSQLStatementParser.DataSourceContext ctx)
DistSQLStatementParser.dataSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataSource 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDataSourceDefinition(DistSQLStatementParser.DataSourceDefinitionContext ctx)
DistSQLStatementParser.dataSourceDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataSourceDefinition 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableRuleDefinition(DistSQLStatementParser.TableRuleDefinitionContext ctx)
DistSQLStatementParser.tableRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableRuleDefinition 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitStrategyType(DistSQLStatementParser.StrategyTypeContext ctx)
DistSQLStatementParser.strategyType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStrategyType 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitStrategyDefinition(DistSQLStatementParser.StrategyDefinitionContext ctx)
DistSQLStatementParser.strategyDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStrategyDefinition 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitStrategyProps(DistSQLStatementParser.StrategyPropsContext ctx)
DistSQLStatementParser.strategyProps().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStrategyProps 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitStrategyProp(DistSQLStatementParser.StrategyPropContext ctx)
DistSQLStatementParser.strategyProp().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStrategyProp 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDataSourceName(DistSQLStatementParser.DataSourceNameContext ctx)
DistSQLStatementParser.dataSourceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataSourceName 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableName(DistSQLStatementParser.TableNameContext ctx)
DistSQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitColumName(DistSQLStatementParser.ColumNameContext ctx)
DistSQLStatementParser.columName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumName 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitHostName(DistSQLStatementParser.HostNameContext ctx)
DistSQLStatementParser.hostName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHostName 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitIp(DistSQLStatementParser.IpContext ctx)
DistSQLStatementParser.ip().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIp 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitPort(DistSQLStatementParser.PortContext ctx)
DistSQLStatementParser.port().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPort 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDbName(DistSQLStatementParser.DbNameContext ctx)
DistSQLStatementParser.dbName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDbName 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitUser(DistSQLStatementParser.UserContext ctx)
DistSQLStatementParser.user().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUser 在接口中 DistSQLStatementVisitor<T>ctx - the parse treepublic T visitPassword(DistSQLStatementParser.PasswordContext ctx)
DistSQLStatementParser.password().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPassword 在接口中 DistSQLStatementVisitor<T>ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.