T - The return type of the visit operation. Use Void for
operations with no return type.public class ShadowDistSQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements ShadowDistSQLStatementVisitor<T>
ShadowDistSQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
ShadowDistSQLStatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(ShadowDistSQLStatementParser.ExecuteContext ctx)
ShadowDistSQLStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateShadowRule(ShadowDistSQLStatementParser.CreateShadowRuleContext ctx)
ShadowDistSQLStatementParser.createShadowRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShadowRule 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterShadowRule(ShadowDistSQLStatementParser.AlterShadowRuleContext ctx)
ShadowDistSQLStatementParser.alterShadowRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShadowRule 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropShadowRule(ShadowDistSQLStatementParser.DropShadowRuleContext ctx)
ShadowDistSQLStatementParser.dropShadowRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShadowRule 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterShadowAlgorithm(ShadowDistSQLStatementParser.AlterShadowAlgorithmContext ctx)
ShadowDistSQLStatementParser.alterShadowAlgorithm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShadowAlgorithm 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropShadowAlgorithm(ShadowDistSQLStatementParser.DropShadowAlgorithmContext ctx)
ShadowDistSQLStatementParser.dropShadowAlgorithm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShadowAlgorithm 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShadowRuleDefinition(ShadowDistSQLStatementParser.ShadowRuleDefinitionContext ctx)
ShadowDistSQLStatementParser.shadowRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShadowRuleDefinition 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShadowTableRule(ShadowDistSQLStatementParser.ShadowTableRuleContext ctx)
ShadowDistSQLStatementParser.shadowTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShadowTableRule 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitRuleName(ShadowDistSQLStatementParser.RuleNameContext ctx)
ShadowDistSQLStatementParser.ruleName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleName 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSource(ShadowDistSQLStatementParser.SourceContext ctx)
ShadowDistSQLStatementParser.source().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSource 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShadow(ShadowDistSQLStatementParser.ShadowContext ctx)
ShadowDistSQLStatementParser.shadow().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShadow 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableName(ShadowDistSQLStatementParser.TableNameContext ctx)
ShadowDistSQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShadowAlgorithmDefinition(ShadowDistSQLStatementParser.ShadowAlgorithmDefinitionContext ctx)
ShadowDistSQLStatementParser.shadowAlgorithmDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShadowAlgorithmDefinition 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmName(ShadowDistSQLStatementParser.AlgorithmNameContext ctx)
ShadowDistSQLStatementParser.algorithmName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmName 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShadowAlgorithmType(ShadowDistSQLStatementParser.ShadowAlgorithmTypeContext ctx)
ShadowDistSQLStatementParser.shadowAlgorithmType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShadowAlgorithmType 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmProperties(ShadowDistSQLStatementParser.AlgorithmPropertiesContext ctx)
ShadowDistSQLStatementParser.algorithmProperties().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmProperties 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmProperty(ShadowDistSQLStatementParser.AlgorithmPropertyContext ctx)
ShadowDistSQLStatementParser.algorithmProperty().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmProperty 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowShadowRules(ShadowDistSQLStatementParser.ShowShadowRulesContext ctx)
ShadowDistSQLStatementParser.showShadowRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShadowRules 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowShadowTableRules(ShadowDistSQLStatementParser.ShowShadowTableRulesContext ctx)
ShadowDistSQLStatementParser.showShadowTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShadowTableRules 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowShadowAlgorithms(ShadowDistSQLStatementParser.ShowShadowAlgorithmsContext ctx)
ShadowDistSQLStatementParser.showShadowAlgorithms().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShadowAlgorithms 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShadowRule(ShadowDistSQLStatementParser.ShadowRuleContext ctx)
ShadowDistSQLStatementParser.shadowRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShadowRule 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaName(ShadowDistSQLStatementParser.SchemaNameContext ctx)
ShadowDistSQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName 在接口中 ShadowDistSQLStatementVisitor<T>ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.