Class ShadowDistSQLStatementVisitor
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<ASTNode>,ShadowDistSQLStatementVisitor<ASTNode>,SQLVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byShadowDistSQLStatementParser.alterShadowAlgorithm().Visit a parse tree produced byShadowDistSQLStatementParser.alterShadowRule().visitCreateDefaultShadowAlgorithm(ShadowDistSQLStatementParser.CreateDefaultShadowAlgorithmContext ctx) Visit a parse tree produced byShadowDistSQLStatementParser.createDefaultShadowAlgorithm().Visit a parse tree produced byShadowDistSQLStatementParser.createShadowAlgorithm().Visit a parse tree produced byShadowDistSQLStatementParser.createShadowRule().Visit a parse tree produced byShadowDistSQLStatementParser.databaseName().Visit a parse tree produced byShadowDistSQLStatementParser.dropDefaultShadowAlgorithm().Visit a parse tree produced byShadowDistSQLStatementParser.dropShadowAlgorithm().Visit a parse tree produced byShadowDistSQLStatementParser.dropShadowRule().Visit a parse tree produced byShadowDistSQLStatementParser.shadowAlgorithmDefinition().Visit a parse tree produced byShadowDistSQLStatementParser.shadowRuleDefinition().Visit a parse tree produced byShadowDistSQLStatementParser.showShadowAlgorithms().Visit a parse tree produced byShadowDistSQLStatementParser.showShadowRules().Visit a parse tree produced byShadowDistSQLStatementParser.showShadowTableRules().Methods inherited from class org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementBaseVisitor
visitAlgorithmName, visitAlgorithmProperties, visitAlgorithmProperty, visitExecute, visitExistClause, visitRuleName, visitShadow, visitShadowAlgorithmType, visitShadowRule, visitShadowTableRule, visitSource, visitTableNameMethods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
ShadowDistSQLStatementVisitor
public ShadowDistSQLStatementVisitor()
-
-
Method Details
-
visitCreateShadowRule
Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.createShadowRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateShadowRulein interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitCreateShadowRulein classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDefaultShadowAlgorithm
public ASTNode visitCreateDefaultShadowAlgorithm(ShadowDistSQLStatementParser.CreateDefaultShadowAlgorithmContext ctx) Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.createDefaultShadowAlgorithm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDefaultShadowAlgorithmin interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitCreateDefaultShadowAlgorithmin classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadowRuleDefinition
public ASTNode visitShadowRuleDefinition(ShadowDistSQLStatementParser.ShadowRuleDefinitionContext ctx) Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.shadowRuleDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShadowRuleDefinitionin interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitShadowRuleDefinitionin classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowShadowAlgorithms
public ASTNode visitShowShadowAlgorithms(ShadowDistSQLStatementParser.ShowShadowAlgorithmsContext ctx) Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.showShadowAlgorithms().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowShadowAlgorithmsin interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitShowShadowAlgorithmsin classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadowAlgorithmDefinition
public ASTNode visitShadowAlgorithmDefinition(ShadowDistSQLStatementParser.ShadowAlgorithmDefinitionContext ctx) Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.shadowAlgorithmDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShadowAlgorithmDefinitionin interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitShadowAlgorithmDefinitionin classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterShadowRule
Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.alterShadowRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterShadowRulein interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitAlterShadowRulein classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateShadowAlgorithm
public ASTNode visitCreateShadowAlgorithm(ShadowDistSQLStatementParser.CreateShadowAlgorithmContext ctx) Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.createShadowAlgorithm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateShadowAlgorithmin interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitCreateShadowAlgorithmin classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropShadowRule
Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.dropShadowRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropShadowRulein interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitDropShadowRulein classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterShadowAlgorithm
public ASTNode visitAlterShadowAlgorithm(ShadowDistSQLStatementParser.AlterShadowAlgorithmContext ctx) Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.alterShadowAlgorithm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterShadowAlgorithmin interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitAlterShadowAlgorithmin classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropShadowAlgorithm
public ASTNode visitDropShadowAlgorithm(ShadowDistSQLStatementParser.DropShadowAlgorithmContext ctx) Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.dropShadowAlgorithm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropShadowAlgorithmin interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitDropShadowAlgorithmin classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDefaultShadowAlgorithm
public ASTNode visitDropDefaultShadowAlgorithm(ShadowDistSQLStatementParser.DropDefaultShadowAlgorithmContext ctx) Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.dropDefaultShadowAlgorithm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDefaultShadowAlgorithmin interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitDropDefaultShadowAlgorithmin classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowShadowRules
Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.showShadowRules().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowShadowRulesin interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitShowShadowRulesin classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowShadowTableRules
public ASTNode visitShowShadowTableRules(ShadowDistSQLStatementParser.ShowShadowTableRulesContext ctx) Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.showShadowTableRules().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowShadowTableRulesin interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitShowShadowTableRulesin classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseName
Description copied from class:ShadowDistSQLStatementBaseVisitorVisit a parse tree produced byShadowDistSQLStatementParser.databaseName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseNamein interfaceShadowDistSQLStatementVisitor<ASTNode>- Overrides:
visitDatabaseNamein classShadowDistSQLStatementBaseVisitor<ASTNode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-