T - The return type of the visit operation. Use Void for
operations with no return type.public interface CommonDistSQLStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
CommonDistSQLStatementParser.T visitExecute(CommonDistSQLStatementParser.ExecuteContext ctx)
CommonDistSQLStatementParser.execute().ctx - the parse treeT visitSetVariable(CommonDistSQLStatementParser.SetVariableContext ctx)
CommonDistSQLStatementParser.setVariable().ctx - the parse treeT visitShowVariable(CommonDistSQLStatementParser.ShowVariableContext ctx)
CommonDistSQLStatementParser.showVariable().ctx - the parse treeT visitShowAllVariables(CommonDistSQLStatementParser.ShowAllVariablesContext ctx)
CommonDistSQLStatementParser.showAllVariables().ctx - the parse treeT visitEnableInstance(CommonDistSQLStatementParser.EnableInstanceContext ctx)
CommonDistSQLStatementParser.enableInstance().ctx - the parse treeT visitDisableInstance(CommonDistSQLStatementParser.DisableInstanceContext ctx)
CommonDistSQLStatementParser.disableInstance().ctx - the parse treeT visitShowInstance(CommonDistSQLStatementParser.ShowInstanceContext ctx)
CommonDistSQLStatementParser.showInstance().ctx - the parse treeT visitClearHint(CommonDistSQLStatementParser.ClearHintContext ctx)
CommonDistSQLStatementParser.clearHint().ctx - the parse treeT visitVariableName(CommonDistSQLStatementParser.VariableNameContext ctx)
CommonDistSQLStatementParser.variableName().ctx - the parse treeT visitVariableValue(CommonDistSQLStatementParser.VariableValueContext ctx)
CommonDistSQLStatementParser.variableValue().ctx - the parse treeT visitIp(CommonDistSQLStatementParser.IpContext ctx)
CommonDistSQLStatementParser.ip().ctx - the parse treeT visitPort(CommonDistSQLStatementParser.PortContext ctx)
CommonDistSQLStatementParser.port().ctx - the parse treeT visitAddResource(CommonDistSQLStatementParser.AddResourceContext ctx)
CommonDistSQLStatementParser.addResource().ctx - the parse treeT visitAlterResource(CommonDistSQLStatementParser.AlterResourceContext ctx)
CommonDistSQLStatementParser.alterResource().ctx - the parse treeT visitDropResource(CommonDistSQLStatementParser.DropResourceContext ctx)
CommonDistSQLStatementParser.dropResource().ctx - the parse treeT visitDataSource(CommonDistSQLStatementParser.DataSourceContext ctx)
CommonDistSQLStatementParser.dataSource().ctx - the parse treeT visitDataSourceName(CommonDistSQLStatementParser.DataSourceNameContext ctx)
CommonDistSQLStatementParser.dataSourceName().ctx - the parse treeT visitSimpleSource(CommonDistSQLStatementParser.SimpleSourceContext ctx)
CommonDistSQLStatementParser.simpleSource().ctx - the parse treeT visitUrlSource(CommonDistSQLStatementParser.UrlSourceContext ctx)
CommonDistSQLStatementParser.urlSource().ctx - the parse treeT visitHostName(CommonDistSQLStatementParser.HostNameContext ctx)
CommonDistSQLStatementParser.hostName().ctx - the parse treeT visitDbName(CommonDistSQLStatementParser.DbNameContext ctx)
CommonDistSQLStatementParser.dbName().ctx - the parse treeT visitUrl(CommonDistSQLStatementParser.UrlContext ctx)
CommonDistSQLStatementParser.url().ctx - the parse treeT visitUser(CommonDistSQLStatementParser.UserContext ctx)
CommonDistSQLStatementParser.user().ctx - the parse treeT visitPassword(CommonDistSQLStatementParser.PasswordContext ctx)
CommonDistSQLStatementParser.password().ctx - the parse treeT visitPoolProperties(CommonDistSQLStatementParser.PoolPropertiesContext ctx)
CommonDistSQLStatementParser.poolProperties().ctx - the parse treeT visitPoolProperty(CommonDistSQLStatementParser.PoolPropertyContext ctx)
CommonDistSQLStatementParser.poolProperty().ctx - the parse treeT visitIgnoreSingleTables(CommonDistSQLStatementParser.IgnoreSingleTablesContext ctx)
CommonDistSQLStatementParser.ignoreSingleTables().ctx - the parse treeT visitShowResources(CommonDistSQLStatementParser.ShowResourcesContext ctx)
CommonDistSQLStatementParser.showResources().ctx - the parse treeT visitShowSinglesTableRules(CommonDistSQLStatementParser.ShowSinglesTableRulesContext ctx)
CommonDistSQLStatementParser.showSinglesTableRules().ctx - the parse treeT visitSchemaName(CommonDistSQLStatementParser.SchemaNameContext ctx)
CommonDistSQLStatementParser.schemaName().ctx - the parse treeT visitTableRule(CommonDistSQLStatementParser.TableRuleContext ctx)
CommonDistSQLStatementParser.tableRule().ctx - the parse treeT visitTableName(CommonDistSQLStatementParser.TableNameContext ctx)
CommonDistSQLStatementParser.tableName().ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.