T - The return type of the visit operation. Use Void for
operations with no return type.public class ShardingDistSQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements ShardingDistSQLStatementVisitor<T>
ShardingDistSQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
ShardingDistSQLStatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(ShardingDistSQLStatementParser.ExecuteContext ctx)
ShardingDistSQLStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSetShardingHintDatabaseValue(ShardingDistSQLStatementParser.SetShardingHintDatabaseValueContext ctx)
ShardingDistSQLStatementParser.setShardingHintDatabaseValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetShardingHintDatabaseValue 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAddShardingHintDatabaseValue(ShardingDistSQLStatementParser.AddShardingHintDatabaseValueContext ctx)
ShardingDistSQLStatementParser.addShardingHintDatabaseValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddShardingHintDatabaseValue 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAddShardingHintTableValue(ShardingDistSQLStatementParser.AddShardingHintTableValueContext ctx)
ShardingDistSQLStatementParser.addShardingHintTableValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddShardingHintTableValue 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowShardingHintStatus(ShardingDistSQLStatementParser.ShowShardingHintStatusContext ctx)
ShardingDistSQLStatementParser.showShardingHintStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingHintStatus 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitClearShardingHint(ShardingDistSQLStatementParser.ClearShardingHintContext ctx)
ShardingDistSQLStatementParser.clearShardingHint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClearShardingHint 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableName(ShardingDistSQLStatementParser.TableNameContext ctx)
ShardingDistSQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShardingValue(ShardingDistSQLStatementParser.ShardingValueContext ctx)
ShardingDistSQLStatementParser.shardingValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingValue 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateShardingTableRule(ShardingDistSQLStatementParser.CreateShardingTableRuleContext ctx)
ShardingDistSQLStatementParser.createShardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingTableRule 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateShardingBindingTableRules(ShardingDistSQLStatementParser.CreateShardingBindingTableRulesContext ctx)
ShardingDistSQLStatementParser.createShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingBindingTableRules 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateShardingBroadcastTableRules(ShardingDistSQLStatementParser.CreateShardingBroadcastTableRulesContext ctx)
ShardingDistSQLStatementParser.createShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingBroadcastTableRules 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateShardingAlgorithm(ShardingDistSQLStatementParser.CreateShardingAlgorithmContext ctx)
ShardingDistSQLStatementParser.createShardingAlgorithm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingAlgorithm 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDefaultShardingStrategy(ShardingDistSQLStatementParser.CreateDefaultShardingStrategyContext ctx)
ShardingDistSQLStatementParser.createDefaultShardingStrategy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDefaultShardingStrategy 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterShardingTableRule(ShardingDistSQLStatementParser.AlterShardingTableRuleContext ctx)
ShardingDistSQLStatementParser.alterShardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingTableRule 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterShardingBindingTableRules(ShardingDistSQLStatementParser.AlterShardingBindingTableRulesContext ctx)
ShardingDistSQLStatementParser.alterShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingBindingTableRules 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterShardingBroadcastTableRules(ShardingDistSQLStatementParser.AlterShardingBroadcastTableRulesContext ctx)
ShardingDistSQLStatementParser.alterShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingBroadcastTableRules 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropShardingTableRule(ShardingDistSQLStatementParser.DropShardingTableRuleContext ctx)
ShardingDistSQLStatementParser.dropShardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingTableRule 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropShardingBindingTableRules(ShardingDistSQLStatementParser.DropShardingBindingTableRulesContext ctx)
ShardingDistSQLStatementParser.dropShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingBindingTableRules 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropShardingBroadcastTableRules(ShardingDistSQLStatementParser.DropShardingBroadcastTableRulesContext ctx)
ShardingDistSQLStatementParser.dropShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingBroadcastTableRules 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropShardingAlgorithm(ShardingDistSQLStatementParser.DropShardingAlgorithmContext ctx)
ShardingDistSQLStatementParser.dropShardingAlgorithm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingAlgorithm 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShardingTableRuleDefinition(ShardingDistSQLStatementParser.ShardingTableRuleDefinitionContext ctx)
ShardingDistSQLStatementParser.shardingTableRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingTableRuleDefinition 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShardingAutoTableRule(ShardingDistSQLStatementParser.ShardingAutoTableRuleContext ctx)
ShardingDistSQLStatementParser.shardingAutoTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingAutoTableRule 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShardingTableRule(ShardingDistSQLStatementParser.ShardingTableRuleContext ctx)
ShardingDistSQLStatementParser.shardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingTableRule 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitResources(ShardingDistSQLStatementParser.ResourcesContext ctx)
ShardingDistSQLStatementParser.resources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResources 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitResource(ShardingDistSQLStatementParser.ResourceContext ctx)
ShardingDistSQLStatementParser.resource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResource 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDataNodes(ShardingDistSQLStatementParser.DataNodesContext ctx)
ShardingDistSQLStatementParser.dataNodes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataNodes 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDataNode(ShardingDistSQLStatementParser.DataNodeContext ctx)
ShardingDistSQLStatementParser.dataNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataNode 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShardingColumn(ShardingDistSQLStatementParser.ShardingColumnContext ctx)
ShardingDistSQLStatementParser.shardingColumn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingColumn 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShardingAlgorithm(ShardingDistSQLStatementParser.ShardingAlgorithmContext ctx)
ShardingDistSQLStatementParser.shardingAlgorithm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingAlgorithm 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShardingStrategy(ShardingDistSQLStatementParser.ShardingStrategyContext ctx)
ShardingDistSQLStatementParser.shardingStrategy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingStrategy 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDatabaseStrategy(ShardingDistSQLStatementParser.DatabaseStrategyContext ctx)
ShardingDistSQLStatementParser.databaseStrategy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseStrategy 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableStrategy(ShardingDistSQLStatementParser.TableStrategyContext ctx)
ShardingDistSQLStatementParser.tableStrategy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableStrategy 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitKeyGenerateStrategy(ShardingDistSQLStatementParser.KeyGenerateStrategyContext ctx)
ShardingDistSQLStatementParser.keyGenerateStrategy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyGenerateStrategy 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmDefinition(ShardingDistSQLStatementParser.AlgorithmDefinitionContext ctx)
ShardingDistSQLStatementParser.algorithmDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmDefinition 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitColumnName(ShardingDistSQLStatementParser.ColumnNameContext ctx)
ShardingDistSQLStatementParser.columnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnName 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitBindTableRulesDefinition(ShardingDistSQLStatementParser.BindTableRulesDefinitionContext ctx)
ShardingDistSQLStatementParser.bindTableRulesDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBindTableRulesDefinition 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShardingAlgorithmDefinition(ShardingDistSQLStatementParser.ShardingAlgorithmDefinitionContext ctx)
ShardingDistSQLStatementParser.shardingAlgorithmDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingAlgorithmDefinition 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmName(ShardingDistSQLStatementParser.AlgorithmNameContext ctx)
ShardingDistSQLStatementParser.algorithmName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmName 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShardingAlgorithmName(ShardingDistSQLStatementParser.ShardingAlgorithmNameContext ctx)
ShardingDistSQLStatementParser.shardingAlgorithmName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingAlgorithmName 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitStrategyType(ShardingDistSQLStatementParser.StrategyTypeContext ctx)
ShardingDistSQLStatementParser.strategyType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStrategyType 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmProperties(ShardingDistSQLStatementParser.AlgorithmPropertiesContext ctx)
ShardingDistSQLStatementParser.algorithmProperties().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmProperties 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmProperty(ShardingDistSQLStatementParser.AlgorithmPropertyContext ctx)
ShardingDistSQLStatementParser.algorithmProperty().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmProperty 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowShardingTableRules(ShardingDistSQLStatementParser.ShowShardingTableRulesContext ctx)
ShardingDistSQLStatementParser.showShardingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingTableRules 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowShardingBindingTableRules(ShardingDistSQLStatementParser.ShowShardingBindingTableRulesContext ctx)
ShardingDistSQLStatementParser.showShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingBindingTableRules 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowShardingBroadcastTableRules(ShardingDistSQLStatementParser.ShowShardingBroadcastTableRulesContext ctx)
ShardingDistSQLStatementParser.showShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingBroadcastTableRules 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowShardingAlgorithms(ShardingDistSQLStatementParser.ShowShardingAlgorithmsContext ctx)
ShardingDistSQLStatementParser.showShardingAlgorithms().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingAlgorithms 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableRule(ShardingDistSQLStatementParser.TableRuleContext ctx)
ShardingDistSQLStatementParser.tableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableRule 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaName(ShardingDistSQLStatementParser.SchemaNameContext ctx)
ShardingDistSQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName 在接口中 ShardingDistSQLStatementVisitor<T>ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.