T - The return type of the visit operation. Use Void for
operations with no return type.public class EncryptDistSQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements EncryptDistSQLStatementVisitor<T>
EncryptDistSQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
EncryptDistSQLStatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(EncryptDistSQLStatementParser.ExecuteContext ctx)
EncryptDistSQLStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateEncryptRule(EncryptDistSQLStatementParser.CreateEncryptRuleContext ctx)
EncryptDistSQLStatementParser.createEncryptRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateEncryptRule 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterEncryptRule(EncryptDistSQLStatementParser.AlterEncryptRuleContext ctx)
EncryptDistSQLStatementParser.alterEncryptRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterEncryptRule 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropEncryptRule(EncryptDistSQLStatementParser.DropEncryptRuleContext ctx)
EncryptDistSQLStatementParser.dropEncryptRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropEncryptRule 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitEncryptRuleDefinition(EncryptDistSQLStatementParser.EncryptRuleDefinitionContext ctx)
EncryptDistSQLStatementParser.encryptRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEncryptRuleDefinition 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableName(EncryptDistSQLStatementParser.TableNameContext ctx)
EncryptDistSQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitResourceName(EncryptDistSQLStatementParser.ResourceNameContext ctx)
EncryptDistSQLStatementParser.resourceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResourceName 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitColumnDefinition(EncryptDistSQLStatementParser.ColumnDefinitionContext ctx)
EncryptDistSQLStatementParser.columnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDefinition 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitColumnName(EncryptDistSQLStatementParser.ColumnNameContext ctx)
EncryptDistSQLStatementParser.columnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnName 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPlainColumnName(EncryptDistSQLStatementParser.PlainColumnNameContext ctx)
EncryptDistSQLStatementParser.plainColumnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPlainColumnName 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCipherColumnName(EncryptDistSQLStatementParser.CipherColumnNameContext ctx)
EncryptDistSQLStatementParser.cipherColumnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCipherColumnName 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAssistedQueryColumnName(EncryptDistSQLStatementParser.AssistedQueryColumnNameContext ctx)
EncryptDistSQLStatementParser.assistedQueryColumnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssistedQueryColumnName 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmDefinition(EncryptDistSQLStatementParser.AlgorithmDefinitionContext ctx)
EncryptDistSQLStatementParser.algorithmDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmDefinition 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmName(EncryptDistSQLStatementParser.AlgorithmNameContext ctx)
EncryptDistSQLStatementParser.algorithmName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmName 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmProperties(EncryptDistSQLStatementParser.AlgorithmPropertiesContext ctx)
EncryptDistSQLStatementParser.algorithmProperties().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmProperties 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmProperty(EncryptDistSQLStatementParser.AlgorithmPropertyContext ctx)
EncryptDistSQLStatementParser.algorithmProperty().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmProperty 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitQueryWithCipherColumn(EncryptDistSQLStatementParser.QueryWithCipherColumnContext ctx)
EncryptDistSQLStatementParser.queryWithCipherColumn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryWithCipherColumn 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowEncryptRules(EncryptDistSQLStatementParser.ShowEncryptRulesContext ctx)
EncryptDistSQLStatementParser.showEncryptRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowEncryptRules 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableRule(EncryptDistSQLStatementParser.TableRuleContext ctx)
EncryptDistSQLStatementParser.tableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableRule 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaName(EncryptDistSQLStatementParser.SchemaNameContext ctx)
EncryptDistSQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName 在接口中 EncryptDistSQLStatementVisitor<T>ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.