Interface ShadowDistSQLStatementVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
ShadowDistSQLStatementBaseVisitor,ShadowDistSQLStatementVisitor
public interface ShadowDistSQLStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
ShadowDistSQLStatementParser.-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byShadowDistSQLStatementParser.algorithmName().Visit a parse tree produced byShadowDistSQLStatementParser.algorithmProperties().Visit a parse tree produced byShadowDistSQLStatementParser.algorithmProperty().Visit 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.execute().Visit a parse tree produced byShadowDistSQLStatementParser.existClause().Visit a parse tree produced byShadowDistSQLStatementParser.ruleName().Visit a parse tree produced byShadowDistSQLStatementParser.shadow().Visit a parse tree produced byShadowDistSQLStatementParser.shadowAlgorithmDefinition().Visit a parse tree produced byShadowDistSQLStatementParser.shadowAlgorithmType().Visit a parse tree produced byShadowDistSQLStatementParser.shadowRule().Visit a parse tree produced byShadowDistSQLStatementParser.shadowRuleDefinition().Visit a parse tree produced byShadowDistSQLStatementParser.shadowTableRule().Visit a parse tree produced byShadowDistSQLStatementParser.showShadowAlgorithms().Visit a parse tree produced byShadowDistSQLStatementParser.showShadowRules().Visit a parse tree produced byShadowDistSQLStatementParser.showShadowTableRules().Visit a parse tree produced byShadowDistSQLStatementParser.source().Visit a parse tree produced byShadowDistSQLStatementParser.tableName().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitExecute
Visit a parse tree produced byShadowDistSQLStatementParser.execute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateShadowRule
Visit a parse tree produced byShadowDistSQLStatementParser.createShadowRule().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterShadowRule
Visit a parse tree produced byShadowDistSQLStatementParser.alterShadowRule().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropShadowRule
Visit a parse tree produced byShadowDistSQLStatementParser.dropShadowRule().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateShadowAlgorithm
Visit a parse tree produced byShadowDistSQLStatementParser.createShadowAlgorithm().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterShadowAlgorithm
Visit a parse tree produced byShadowDistSQLStatementParser.alterShadowAlgorithm().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropShadowAlgorithm
Visit a parse tree produced byShadowDistSQLStatementParser.dropShadowAlgorithm().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDefaultShadowAlgorithm
T visitCreateDefaultShadowAlgorithm(ShadowDistSQLStatementParser.CreateDefaultShadowAlgorithmContext ctx) Visit a parse tree produced byShadowDistSQLStatementParser.createDefaultShadowAlgorithm().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDefaultShadowAlgorithm
T visitDropDefaultShadowAlgorithm(ShadowDistSQLStatementParser.DropDefaultShadowAlgorithmContext ctx) Visit a parse tree produced byShadowDistSQLStatementParser.dropDefaultShadowAlgorithm().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadowRuleDefinition
Visit a parse tree produced byShadowDistSQLStatementParser.shadowRuleDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadowTableRule
Visit a parse tree produced byShadowDistSQLStatementParser.shadowTableRule().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSource
Visit a parse tree produced byShadowDistSQLStatementParser.source().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadow
Visit a parse tree produced byShadowDistSQLStatementParser.shadow().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableName
Visit a parse tree produced byShadowDistSQLStatementParser.tableName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadowAlgorithmDefinition
Visit a parse tree produced byShadowDistSQLStatementParser.shadowAlgorithmDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlgorithmName
Visit a parse tree produced byShadowDistSQLStatementParser.algorithmName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadowAlgorithmType
Visit a parse tree produced byShadowDistSQLStatementParser.shadowAlgorithmType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlgorithmProperties
Visit a parse tree produced byShadowDistSQLStatementParser.algorithmProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlgorithmProperty
Visit a parse tree produced byShadowDistSQLStatementParser.algorithmProperty().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExistClause
Visit a parse tree produced byShadowDistSQLStatementParser.existClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuleName
Visit a parse tree produced byShadowDistSQLStatementParser.ruleName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowShadowRules
Visit a parse tree produced byShadowDistSQLStatementParser.showShadowRules().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowShadowTableRules
Visit a parse tree produced byShadowDistSQLStatementParser.showShadowTableRules().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowShadowAlgorithms
Visit a parse tree produced byShadowDistSQLStatementParser.showShadowAlgorithms().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadowRule
Visit a parse tree produced byShadowDistSQLStatementParser.shadowRule().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseName
Visit a parse tree produced byShadowDistSQLStatementParser.databaseName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-