T - The return type of the visit operation. Use Void for
operations with no return type.public class ReadwriteSplittingDistSQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements ReadwriteSplittingDistSQLStatementVisitor<T>
ReadwriteSplittingDistSQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
ReadwriteSplittingDistSQLStatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic ReadwriteSplittingDistSQLStatementBaseVisitor()
public T visitExecute(ReadwriteSplittingDistSQLStatementParser.ExecuteContext ctx)
ReadwriteSplittingDistSQLStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSetReadwriteSplittingHintSource(ReadwriteSplittingDistSQLStatementParser.SetReadwriteSplittingHintSourceContext ctx)
ReadwriteSplittingDistSQLStatementParser.setReadwriteSplittingHintSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetReadwriteSplittingHintSource in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowReadwriteSplittingHintStatus(ReadwriteSplittingDistSQLStatementParser.ShowReadwriteSplittingHintStatusContext ctx)
ReadwriteSplittingDistSQLStatementParser.showReadwriteSplittingHintStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowReadwriteSplittingHintStatus in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitClearReadwriteSplittingHint(ReadwriteSplittingDistSQLStatementParser.ClearReadwriteSplittingHintContext ctx)
ReadwriteSplittingDistSQLStatementParser.clearReadwriteSplittingHint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClearReadwriteSplittingHint in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitEnableReadDataSource(ReadwriteSplittingDistSQLStatementParser.EnableReadDataSourceContext ctx)
ReadwriteSplittingDistSQLStatementParser.enableReadDataSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnableReadDataSource in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDisableReadDataSource(ReadwriteSplittingDistSQLStatementParser.DisableReadDataSourceContext ctx)
ReadwriteSplittingDistSQLStatementParser.disableReadDataSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDisableReadDataSource in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowReadwriteSplittingReadResources(ReadwriteSplittingDistSQLStatementParser.ShowReadwriteSplittingReadResourcesContext ctx)
ReadwriteSplittingDistSQLStatementParser.showReadwriteSplittingReadResources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowReadwriteSplittingReadResources in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSourceValue(ReadwriteSplittingDistSQLStatementParser.SourceValueContext ctx)
ReadwriteSplittingDistSQLStatementParser.sourceValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSourceValue in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaName(ReadwriteSplittingDistSQLStatementParser.SchemaNameContext ctx)
ReadwriteSplittingDistSQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitResourceName(ReadwriteSplittingDistSQLStatementParser.ResourceNameContext ctx)
ReadwriteSplittingDistSQLStatementParser.resourceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResourceName in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateReadwriteSplittingRule(ReadwriteSplittingDistSQLStatementParser.CreateReadwriteSplittingRuleContext ctx)
ReadwriteSplittingDistSQLStatementParser.createReadwriteSplittingRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateReadwriteSplittingRule in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterReadwriteSplittingRule(ReadwriteSplittingDistSQLStatementParser.AlterReadwriteSplittingRuleContext ctx)
ReadwriteSplittingDistSQLStatementParser.alterReadwriteSplittingRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterReadwriteSplittingRule in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropReadwriteSplittingRule(ReadwriteSplittingDistSQLStatementParser.DropReadwriteSplittingRuleContext ctx)
ReadwriteSplittingDistSQLStatementParser.dropReadwriteSplittingRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropReadwriteSplittingRule in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitReadwriteSplittingRuleDefinition(ReadwriteSplittingDistSQLStatementParser.ReadwriteSplittingRuleDefinitionContext ctx)
ReadwriteSplittingDistSQLStatementParser.readwriteSplittingRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadwriteSplittingRuleDefinition in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitStaticReadwriteSplittingRuleDefinition(ReadwriteSplittingDistSQLStatementParser.StaticReadwriteSplittingRuleDefinitionContext ctx)
ReadwriteSplittingDistSQLStatementParser.staticReadwriteSplittingRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticReadwriteSplittingRuleDefinition in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDynamicReadwriteSplittingRuleDefinition(ReadwriteSplittingDistSQLStatementParser.DynamicReadwriteSplittingRuleDefinitionContext ctx)
ReadwriteSplittingDistSQLStatementParser.dynamicReadwriteSplittingRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDynamicReadwriteSplittingRuleDefinition in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitRuleName(ReadwriteSplittingDistSQLStatementParser.RuleNameContext ctx)
ReadwriteSplittingDistSQLStatementParser.ruleName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleName in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitWriteResourceName(ReadwriteSplittingDistSQLStatementParser.WriteResourceNameContext ctx)
ReadwriteSplittingDistSQLStatementParser.writeResourceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteResourceName in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitReadResourceNames(ReadwriteSplittingDistSQLStatementParser.ReadResourceNamesContext ctx)
ReadwriteSplittingDistSQLStatementParser.readResourceNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadResourceNames in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmDefinition(ReadwriteSplittingDistSQLStatementParser.AlgorithmDefinitionContext ctx)
ReadwriteSplittingDistSQLStatementParser.algorithmDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmDefinition in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmName(ReadwriteSplittingDistSQLStatementParser.AlgorithmNameContext ctx)
ReadwriteSplittingDistSQLStatementParser.algorithmName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmName in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmProperties(ReadwriteSplittingDistSQLStatementParser.AlgorithmPropertiesContext ctx)
ReadwriteSplittingDistSQLStatementParser.algorithmProperties().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmProperties in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmProperty(ReadwriteSplittingDistSQLStatementParser.AlgorithmPropertyContext ctx)
ReadwriteSplittingDistSQLStatementParser.algorithmProperty().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmProperty in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitExistClause(ReadwriteSplittingDistSQLStatementParser.ExistClauseContext ctx)
ReadwriteSplittingDistSQLStatementParser.existClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExistClause in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowReadwriteSplittingRules(ReadwriteSplittingDistSQLStatementParser.ShowReadwriteSplittingRulesContext ctx)
ReadwriteSplittingDistSQLStatementParser.showReadwriteSplittingRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowReadwriteSplittingRules in interface ReadwriteSplittingDistSQLStatementVisitor<T>ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.