T - The return type of the visit operation. Use Void for
operations with no return type.public interface ShadowDistSQLStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
ShadowDistSQLStatementParser.T visitExecute(ShadowDistSQLStatementParser.ExecuteContext ctx)
ShadowDistSQLStatementParser.execute().ctx - the parse treeT visitCreateShadowRule(ShadowDistSQLStatementParser.CreateShadowRuleContext ctx)
ShadowDistSQLStatementParser.createShadowRule().ctx - the parse treeT visitAlterShadowRule(ShadowDistSQLStatementParser.AlterShadowRuleContext ctx)
ShadowDistSQLStatementParser.alterShadowRule().ctx - the parse treeT visitDropShadowRule(ShadowDistSQLStatementParser.DropShadowRuleContext ctx)
ShadowDistSQLStatementParser.dropShadowRule().ctx - the parse treeT visitAlterShadowAlgorithm(ShadowDistSQLStatementParser.AlterShadowAlgorithmContext ctx)
ShadowDistSQLStatementParser.alterShadowAlgorithm().ctx - the parse treeT visitDropShadowAlgorithm(ShadowDistSQLStatementParser.DropShadowAlgorithmContext ctx)
ShadowDistSQLStatementParser.dropShadowAlgorithm().ctx - the parse treeT visitShadowRuleDefinition(ShadowDistSQLStatementParser.ShadowRuleDefinitionContext ctx)
ShadowDistSQLStatementParser.shadowRuleDefinition().ctx - the parse treeT visitShadowTableRule(ShadowDistSQLStatementParser.ShadowTableRuleContext ctx)
ShadowDistSQLStatementParser.shadowTableRule().ctx - the parse treeT visitRuleName(ShadowDistSQLStatementParser.RuleNameContext ctx)
ShadowDistSQLStatementParser.ruleName().ctx - the parse treeT visitSource(ShadowDistSQLStatementParser.SourceContext ctx)
ShadowDistSQLStatementParser.source().ctx - the parse treeT visitShadow(ShadowDistSQLStatementParser.ShadowContext ctx)
ShadowDistSQLStatementParser.shadow().ctx - the parse treeT visitTableName(ShadowDistSQLStatementParser.TableNameContext ctx)
ShadowDistSQLStatementParser.tableName().ctx - the parse treeT visitShadowAlgorithmDefinition(ShadowDistSQLStatementParser.ShadowAlgorithmDefinitionContext ctx)
ShadowDistSQLStatementParser.shadowAlgorithmDefinition().ctx - the parse treeT visitAlgorithmName(ShadowDistSQLStatementParser.AlgorithmNameContext ctx)
ShadowDistSQLStatementParser.algorithmName().ctx - the parse treeT visitShadowAlgorithmType(ShadowDistSQLStatementParser.ShadowAlgorithmTypeContext ctx)
ShadowDistSQLStatementParser.shadowAlgorithmType().ctx - the parse treeT visitAlgorithmProperties(ShadowDistSQLStatementParser.AlgorithmPropertiesContext ctx)
ShadowDistSQLStatementParser.algorithmProperties().ctx - the parse treeT visitAlgorithmProperty(ShadowDistSQLStatementParser.AlgorithmPropertyContext ctx)
ShadowDistSQLStatementParser.algorithmProperty().ctx - the parse treeT visitShowShadowRules(ShadowDistSQLStatementParser.ShowShadowRulesContext ctx)
ShadowDistSQLStatementParser.showShadowRules().ctx - the parse treeT visitShowShadowTableRules(ShadowDistSQLStatementParser.ShowShadowTableRulesContext ctx)
ShadowDistSQLStatementParser.showShadowTableRules().ctx - the parse treeT visitShowShadowAlgorithms(ShadowDistSQLStatementParser.ShowShadowAlgorithmsContext ctx)
ShadowDistSQLStatementParser.showShadowAlgorithms().ctx - the parse treeT visitShadowRule(ShadowDistSQLStatementParser.ShadowRuleContext ctx)
ShadowDistSQLStatementParser.shadowRule().ctx - the parse treeT visitSchemaName(ShadowDistSQLStatementParser.SchemaNameContext ctx)
ShadowDistSQLStatementParser.schemaName().ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.