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.| Constructor and Description |
|---|
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 in interface 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 in interface 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 in interface 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 in interface 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 in interface EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitResourceDefinition(EncryptDistSQLStatementParser.ResourceDefinitionContext ctx)
EncryptDistSQLStatementParser.resourceDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResourceDefinition in interface 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 in interface EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitEncryptColumnDefinition(EncryptDistSQLStatementParser.EncryptColumnDefinitionContext ctx)
EncryptDistSQLStatementParser.encryptColumnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEncryptColumnDefinition in interface 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 in interface 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 in interface EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDataType(EncryptDistSQLStatementParser.DataTypeContext ctx)
EncryptDistSQLStatementParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataType in interface EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPlainColumnDefinition(EncryptDistSQLStatementParser.PlainColumnDefinitionContext ctx)
EncryptDistSQLStatementParser.plainColumnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPlainColumnDefinition in interface 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 in interface EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCipherColumnDefinition(EncryptDistSQLStatementParser.CipherColumnDefinitionContext ctx)
EncryptDistSQLStatementParser.cipherColumnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCipherColumnDefinition in interface 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 in interface EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAssistedQueryColumnDefinition(EncryptDistSQLStatementParser.AssistedQueryColumnDefinitionContext ctx)
EncryptDistSQLStatementParser.assistedQueryColumnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssistedQueryColumnDefinition in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface EncryptDistSQLStatementVisitor<T>ctx - the parse treepublic T visitExistClause(EncryptDistSQLStatementParser.ExistClauseContext ctx)
EncryptDistSQLStatementParser.existClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExistClause in interface 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 in interface 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 in interface 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 in interface 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 in interface EncryptDistSQLStatementVisitor<T>ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.