T - The return type of the visit operation. Use Void for
operations with no return type.public interface DistSQLStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
DistSQLStatementParser.T visitExecute(DistSQLStatementParser.ExecuteContext ctx)
DistSQLStatementParser.execute().ctx - the parse treeT visitCreateDataSources(DistSQLStatementParser.CreateDataSourcesContext ctx)
DistSQLStatementParser.createDataSources().ctx - the parse treeT visitCreateShardingRule(DistSQLStatementParser.CreateShardingRuleContext ctx)
DistSQLStatementParser.createShardingRule().ctx - the parse treeT visitTableRule(DistSQLStatementParser.TableRuleContext ctx)
DistSQLStatementParser.tableRule().ctx - the parse treeT visitDataSource(DistSQLStatementParser.DataSourceContext ctx)
DistSQLStatementParser.dataSource().ctx - the parse treeT visitDataSourceDefinition(DistSQLStatementParser.DataSourceDefinitionContext ctx)
DistSQLStatementParser.dataSourceDefinition().ctx - the parse treeT visitTableRuleDefinition(DistSQLStatementParser.TableRuleDefinitionContext ctx)
DistSQLStatementParser.tableRuleDefinition().ctx - the parse treeT visitStrategyType(DistSQLStatementParser.StrategyTypeContext ctx)
DistSQLStatementParser.strategyType().ctx - the parse treeT visitStrategyDefinition(DistSQLStatementParser.StrategyDefinitionContext ctx)
DistSQLStatementParser.strategyDefinition().ctx - the parse treeT visitStrategyProps(DistSQLStatementParser.StrategyPropsContext ctx)
DistSQLStatementParser.strategyProps().ctx - the parse treeT visitStrategyProp(DistSQLStatementParser.StrategyPropContext ctx)
DistSQLStatementParser.strategyProp().ctx - the parse treeT visitDataSourceName(DistSQLStatementParser.DataSourceNameContext ctx)
DistSQLStatementParser.dataSourceName().ctx - the parse treeT visitTableName(DistSQLStatementParser.TableNameContext ctx)
DistSQLStatementParser.tableName().ctx - the parse treeT visitColumName(DistSQLStatementParser.ColumNameContext ctx)
DistSQLStatementParser.columName().ctx - the parse treeT visitHostName(DistSQLStatementParser.HostNameContext ctx)
DistSQLStatementParser.hostName().ctx - the parse treeT visitIp(DistSQLStatementParser.IpContext ctx)
DistSQLStatementParser.ip().ctx - the parse treeT visitPort(DistSQLStatementParser.PortContext ctx)
DistSQLStatementParser.port().ctx - the parse treeT visitDbName(DistSQLStatementParser.DbNameContext ctx)
DistSQLStatementParser.dbName().ctx - the parse treeT visitUser(DistSQLStatementParser.UserContext ctx)
DistSQLStatementParser.user().ctx - the parse treeT visitPassword(DistSQLStatementParser.PasswordContext ctx)
DistSQLStatementParser.password().ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.