Class EncryptDistSQLStatementBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,EncryptDistSQLStatementVisitor<T>
- Direct Known Subclasses:
EncryptDistSQLStatementVisitor
public class EncryptDistSQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements EncryptDistSQLStatementVisitor<T>
This class provides an empty implementation ofEncryptDistSQLStatementVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description EncryptDistSQLStatementBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitExecute
public T visitExecute(EncryptDistSQLStatementParser.ExecuteContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.execute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecutein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateEncryptRule
public T visitCreateEncryptRule(EncryptDistSQLStatementParser.CreateEncryptRuleContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.createEncryptRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateEncryptRulein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterEncryptRule
public T visitAlterEncryptRule(EncryptDistSQLStatementParser.AlterEncryptRuleContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.alterEncryptRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterEncryptRulein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropEncryptRule
public T visitDropEncryptRule(EncryptDistSQLStatementParser.DropEncryptRuleContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.dropEncryptRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropEncryptRulein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEncryptRuleDefinition
public T visitEncryptRuleDefinition(EncryptDistSQLStatementParser.EncryptRuleDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.encryptRuleDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEncryptRuleDefinitionin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResourceName
public T visitResourceName(EncryptDistSQLStatementParser.ResourceNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.resourceName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResourceNamein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEncryptColumnDefinition
public T visitEncryptColumnDefinition(EncryptDistSQLStatementParser.EncryptColumnDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.encryptColumnDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEncryptColumnDefinitionin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDefinition
public T visitColumnDefinition(EncryptDistSQLStatementParser.ColumnDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.columnDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnDefinitionin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnName
public T visitColumnName(EncryptDistSQLStatementParser.ColumnNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.columnName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnNamein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCipherColumnDefinition
public T visitCipherColumnDefinition(EncryptDistSQLStatementParser.CipherColumnDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.cipherColumnDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCipherColumnDefinitionin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCipherColumnName
public T visitCipherColumnName(EncryptDistSQLStatementParser.CipherColumnNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.cipherColumnName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCipherColumnNamein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssistedQueryColumnDefinition
public T visitAssistedQueryColumnDefinition(EncryptDistSQLStatementParser.AssistedQueryColumnDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.assistedQueryColumnDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssistedQueryColumnDefinitionin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssistedQueryColumnName
public T visitAssistedQueryColumnName(EncryptDistSQLStatementParser.AssistedQueryColumnNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.assistedQueryColumnName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssistedQueryColumnNamein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLikeQueryColumnDefinition
public T visitLikeQueryColumnDefinition(EncryptDistSQLStatementParser.LikeQueryColumnDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.likeQueryColumnDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLikeQueryColumnDefinitionin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLikeQueryColumnName
public T visitLikeQueryColumnName(EncryptDistSQLStatementParser.LikeQueryColumnNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.likeQueryColumnName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLikeQueryColumnNamein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEncryptAlgorithm
public T visitEncryptAlgorithm(EncryptDistSQLStatementParser.EncryptAlgorithmContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.encryptAlgorithm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEncryptAlgorithmin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssistedQueryAlgorithm
public T visitAssistedQueryAlgorithm(EncryptDistSQLStatementParser.AssistedQueryAlgorithmContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.assistedQueryAlgorithm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssistedQueryAlgorithmin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLikeQueryAlgorithm
public T visitLikeQueryAlgorithm(EncryptDistSQLStatementParser.LikeQueryAlgorithmContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.likeQueryAlgorithm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLikeQueryAlgorithmin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfExists
public T visitIfExists(EncryptDistSQLStatementParser.IfExistsContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.ifExists().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfExistsin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfNotExists
public T visitIfNotExists(EncryptDistSQLStatementParser.IfNotExistsContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.ifNotExists().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfNotExistsin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteral
public T visitLiteral(EncryptDistSQLStatementParser.LiteralContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlgorithmDefinition
public T visitAlgorithmDefinition(EncryptDistSQLStatementParser.AlgorithmDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.algorithmDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlgorithmDefinitionin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlgorithmTypeName
public T visitAlgorithmTypeName(EncryptDistSQLStatementParser.AlgorithmTypeNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.algorithmTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlgorithmTypeNamein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBuildInEncryptAlgorithmType
public T visitBuildInEncryptAlgorithmType(EncryptDistSQLStatementParser.BuildInEncryptAlgorithmTypeContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.buildInEncryptAlgorithmType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBuildInEncryptAlgorithmTypein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertiesDefinition
public T visitPropertiesDefinition(EncryptDistSQLStatementParser.PropertiesDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.propertiesDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertiesDefinitionin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProperties
public T visitProperties(EncryptDistSQLStatementParser.PropertiesContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.properties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertiesin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProperty
public T visitProperty(EncryptDistSQLStatementParser.PropertyContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.property().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableName
public T visitTableName(EncryptDistSQLStatementParser.TableNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.tableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableNamein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowEncryptRules
public T visitShowEncryptRules(EncryptDistSQLStatementParser.ShowEncryptRulesContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.showEncryptRules().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowEncryptRulesin interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableRule
public T visitTableRule(EncryptDistSQLStatementParser.TableRuleContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.tableRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableRulein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCountEncryptRule
public T visitCountEncryptRule(EncryptDistSQLStatementParser.CountEncryptRuleContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.countEncryptRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCountEncryptRulein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseName
public T visitDatabaseName(EncryptDistSQLStatementParser.DatabaseNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.databaseName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseNamein interfaceEncryptDistSQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-