Class ShadowDistSQLStatementBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,ShadowDistSQLStatementVisitor<T>
- Direct Known Subclasses:
ShadowDistSQLStatementVisitor
ShadowDistSQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
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 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
-
ShadowDistSQLStatementBaseVisitor
public ShadowDistSQLStatementBaseVisitor()
-
-
Method Details
-
visitExecute
Visit a parse tree produced byShadowDistSQLStatementParser.execute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecutein interfaceShadowDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateShadowRule
Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterShadowRule
Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropShadowRule
Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateShadowAlgorithm
Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterShadowAlgorithm
Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropShadowAlgorithm
Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDefaultShadowAlgorithm
public T visitCreateDefaultShadowAlgorithm(ShadowDistSQLStatementParser.CreateDefaultShadowAlgorithmContext ctx) Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDefaultShadowAlgorithm
public T visitDropDefaultShadowAlgorithm(ShadowDistSQLStatementParser.DropDefaultShadowAlgorithmContext ctx) Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadowRuleDefinition
Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadowTableRule
Visit a parse tree produced byShadowDistSQLStatementParser.shadowTableRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShadowTableRulein interfaceShadowDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSource
Visit a parse tree produced byShadowDistSQLStatementParser.source().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSourcein interfaceShadowDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadow
Visit a parse tree produced byShadowDistSQLStatementParser.shadow().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShadowin interfaceShadowDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableName
Visit a parse tree produced byShadowDistSQLStatementParser.tableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableNamein interfaceShadowDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadowAlgorithmDefinition
public T visitShadowAlgorithmDefinition(ShadowDistSQLStatementParser.ShadowAlgorithmDefinitionContext ctx) Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlgorithmName
Visit a parse tree produced byShadowDistSQLStatementParser.algorithmName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlgorithmNamein interfaceShadowDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadowAlgorithmType
Visit a parse tree produced byShadowDistSQLStatementParser.shadowAlgorithmType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShadowAlgorithmTypein interfaceShadowDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlgorithmProperties
Visit a parse tree produced byShadowDistSQLStatementParser.algorithmProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlgorithmPropertiesin interfaceShadowDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlgorithmProperty
Visit a parse tree produced byShadowDistSQLStatementParser.algorithmProperty().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlgorithmPropertyin interfaceShadowDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExistClause
Visit a parse tree produced byShadowDistSQLStatementParser.existClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExistClausein interfaceShadowDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuleName
Visit a parse tree produced byShadowDistSQLStatementParser.ruleName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRuleNamein interfaceShadowDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowShadowRules
Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowShadowTableRules
Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowShadowAlgorithms
Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShadowRule
Visit a parse tree produced byShadowDistSQLStatementParser.shadowRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShadowRulein interfaceShadowDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseName
Visit 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<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-