T - The return type of the visit operation. Use Void for
operations with no return type.public class CommonDistSQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements CommonDistSQLStatementVisitor<T>
CommonDistSQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
CommonDistSQLStatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(CommonDistSQLStatementParser.ExecuteContext ctx)
CommonDistSQLStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSetVariable(CommonDistSQLStatementParser.SetVariableContext ctx)
CommonDistSQLStatementParser.setVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetVariable 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowVariable(CommonDistSQLStatementParser.ShowVariableContext ctx)
CommonDistSQLStatementParser.showVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowVariable 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowAllVariables(CommonDistSQLStatementParser.ShowAllVariablesContext ctx)
CommonDistSQLStatementParser.showAllVariables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowAllVariables 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitEnableInstance(CommonDistSQLStatementParser.EnableInstanceContext ctx)
CommonDistSQLStatementParser.enableInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnableInstance 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDisableInstance(CommonDistSQLStatementParser.DisableInstanceContext ctx)
CommonDistSQLStatementParser.disableInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDisableInstance 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowInstance(CommonDistSQLStatementParser.ShowInstanceContext ctx)
CommonDistSQLStatementParser.showInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowInstance 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitClearHint(CommonDistSQLStatementParser.ClearHintContext ctx)
CommonDistSQLStatementParser.clearHint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClearHint 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitVariableName(CommonDistSQLStatementParser.VariableNameContext ctx)
CommonDistSQLStatementParser.variableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableName 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitVariableValue(CommonDistSQLStatementParser.VariableValueContext ctx)
CommonDistSQLStatementParser.variableValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableValue 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitIp(CommonDistSQLStatementParser.IpContext ctx)
CommonDistSQLStatementParser.ip().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIp 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPort(CommonDistSQLStatementParser.PortContext ctx)
CommonDistSQLStatementParser.port().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPort 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAddResource(CommonDistSQLStatementParser.AddResourceContext ctx)
CommonDistSQLStatementParser.addResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddResource 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterResource(CommonDistSQLStatementParser.AlterResourceContext ctx)
CommonDistSQLStatementParser.alterResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterResource 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropResource(CommonDistSQLStatementParser.DropResourceContext ctx)
CommonDistSQLStatementParser.dropResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropResource 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDataSource(CommonDistSQLStatementParser.DataSourceContext ctx)
CommonDistSQLStatementParser.dataSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataSource 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDataSourceName(CommonDistSQLStatementParser.DataSourceNameContext ctx)
CommonDistSQLStatementParser.dataSourceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataSourceName 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSimpleSource(CommonDistSQLStatementParser.SimpleSourceContext ctx)
CommonDistSQLStatementParser.simpleSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleSource 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUrlSource(CommonDistSQLStatementParser.UrlSourceContext ctx)
CommonDistSQLStatementParser.urlSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUrlSource 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitHostName(CommonDistSQLStatementParser.HostNameContext ctx)
CommonDistSQLStatementParser.hostName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHostName 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDbName(CommonDistSQLStatementParser.DbNameContext ctx)
CommonDistSQLStatementParser.dbName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDbName 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUrl(CommonDistSQLStatementParser.UrlContext ctx)
CommonDistSQLStatementParser.url().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUrl 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUser(CommonDistSQLStatementParser.UserContext ctx)
CommonDistSQLStatementParser.user().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUser 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPassword(CommonDistSQLStatementParser.PasswordContext ctx)
CommonDistSQLStatementParser.password().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPassword 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPoolProperties(CommonDistSQLStatementParser.PoolPropertiesContext ctx)
CommonDistSQLStatementParser.poolProperties().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPoolProperties 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPoolProperty(CommonDistSQLStatementParser.PoolPropertyContext ctx)
CommonDistSQLStatementParser.poolProperty().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPoolProperty 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitIgnoreSingleTables(CommonDistSQLStatementParser.IgnoreSingleTablesContext ctx)
CommonDistSQLStatementParser.ignoreSingleTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoreSingleTables 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowResources(CommonDistSQLStatementParser.ShowResourcesContext ctx)
CommonDistSQLStatementParser.showResources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowResources 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowSinglesTableRules(CommonDistSQLStatementParser.ShowSinglesTableRulesContext ctx)
CommonDistSQLStatementParser.showSinglesTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSinglesTableRules 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaName(CommonDistSQLStatementParser.SchemaNameContext ctx)
CommonDistSQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableRule(CommonDistSQLStatementParser.TableRuleContext ctx)
CommonDistSQLStatementParser.tableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableRule 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableName(CommonDistSQLStatementParser.TableNameContext ctx)
CommonDistSQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName 在接口中 CommonDistSQLStatementVisitor<T>ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.