T - The return type of the visit operation. Use Void for
operations with no return type.public class VerdictSQLParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements VerdictSQLParserVisitor<T>
VerdictSQLParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
VerdictSQLParserBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitVerdict_statement(VerdictSQLParser.Verdict_statementContext ctx)
VerdictSQLParser.verdict_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVerdict_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_scramble_statement(VerdictSQLParser.Create_scramble_statementContext ctx)
VerdictSQLParser.create_scramble_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_scramble_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitScrambling_method_name(VerdictSQLParser.Scrambling_method_nameContext ctx)
VerdictSQLParser.scrambling_method_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitScrambling_method_name in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitOn_columns(VerdictSQLParser.On_columnsContext ctx)
VerdictSQLParser.on_columns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOn_columns in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDelete_scramble_statement(VerdictSQLParser.Delete_scramble_statementContext ctx)
VerdictSQLParser.delete_scramble_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelete_scramble_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitShow_scrambles_statement(VerdictSQLParser.Show_scrambles_statementContext ctx)
VerdictSQLParser.show_scrambles_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShow_scrambles_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitConfig_statement(VerdictSQLParser.Config_statementContext ctx)
VerdictSQLParser.config_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConfig_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitOther_statement(VerdictSQLParser.Other_statementContext ctx)
VerdictSQLParser.other_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOther_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_database(VerdictSQLParser.Create_databaseContext ctx)
VerdictSQLParser.create_database().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_database in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_database(VerdictSQLParser.Drop_databaseContext ctx)
VerdictSQLParser.drop_database().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_database in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitConfig_set_statement(VerdictSQLParser.Config_set_statementContext ctx)
VerdictSQLParser.config_set_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConfig_set_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitConfig_get_statement(VerdictSQLParser.Config_get_statementContext ctx)
VerdictSQLParser.config_get_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConfig_get_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitConfig_key(VerdictSQLParser.Config_keyContext ctx)
VerdictSQLParser.config_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConfig_key in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitConfig_value(VerdictSQLParser.Config_valueContext ctx)
VerdictSQLParser.config_value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConfig_value in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitTsql_file(VerdictSQLParser.Tsql_fileContext ctx)
VerdictSQLParser.tsql_file().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTsql_file in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSql_clause(VerdictSQLParser.Sql_clauseContext ctx)
VerdictSQLParser.sql_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSql_clause in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDdl_clause(VerdictSQLParser.Ddl_clauseContext ctx)
VerdictSQLParser.ddl_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDdl_clause in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSelect_statement(VerdictSQLParser.Select_statementContext ctx)
VerdictSQLParser.select_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitOutput_clause(VerdictSQLParser.Output_clauseContext ctx)
VerdictSQLParser.output_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutput_clause in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitOutput_dml_list_elem(VerdictSQLParser.Output_dml_list_elemContext ctx)
VerdictSQLParser.output_dml_list_elem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutput_dml_list_elem in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitOutput_column_name(VerdictSQLParser.Output_column_nameContext ctx)
VerdictSQLParser.output_column_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutput_column_name in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_table(VerdictSQLParser.Create_tableContext ctx)
VerdictSQLParser.create_table().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_table in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_table_as_select(VerdictSQLParser.Create_table_as_selectContext ctx)
VerdictSQLParser.create_table_as_select().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_table_as_select in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_view(VerdictSQLParser.Create_viewContext ctx)
VerdictSQLParser.create_view().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_view in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_table(VerdictSQLParser.Alter_tableContext ctx)
VerdictSQLParser.alter_table().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_table in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_database(VerdictSQLParser.Alter_databaseContext ctx)
VerdictSQLParser.alter_database().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_database in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_table(VerdictSQLParser.Drop_tableContext ctx)
VerdictSQLParser.drop_table().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_table in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_view(VerdictSQLParser.Drop_viewContext ctx)
VerdictSQLParser.drop_view().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_view in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSet_statment(VerdictSQLParser.Set_statmentContext ctx)
VerdictSQLParser.set_statment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSet_statment in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitUse_statement(VerdictSQLParser.Use_statementContext ctx)
VerdictSQLParser.use_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUse_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitShow_tables_statement(VerdictSQLParser.Show_tables_statementContext ctx)
VerdictSQLParser.show_tables_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShow_tables_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitShow_databases_statement(VerdictSQLParser.Show_databases_statementContext ctx)
VerdictSQLParser.show_databases_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShow_databases_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDescribe_table_statement(VerdictSQLParser.Describe_table_statementContext ctx)
VerdictSQLParser.describe_table_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDescribe_table_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitRefresh_statement(VerdictSQLParser.Refresh_statementContext ctx)
VerdictSQLParser.refresh_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefresh_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitShow_config_statement(VerdictSQLParser.Show_config_statementContext ctx)
VerdictSQLParser.show_config_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShow_config_statement in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitTable_type_definition(VerdictSQLParser.Table_type_definitionContext ctx)
VerdictSQLParser.table_type_definition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_type_definition in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitColumn_def_table_constraint(VerdictSQLParser.Column_def_table_constraintContext ctx)
VerdictSQLParser.column_def_table_constraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumn_def_table_constraint in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitColumn_definition(VerdictSQLParser.Column_definitionContext ctx)
VerdictSQLParser.column_definition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumn_definition in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitColumn_constraint(VerdictSQLParser.Column_constraintContext ctx)
VerdictSQLParser.column_constraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumn_constraint in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitTable_constraint(VerdictSQLParser.Table_constraintContext ctx)
VerdictSQLParser.table_constraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_constraint in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSet_special(VerdictSQLParser.Set_specialContext ctx)
VerdictSQLParser.set_special().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSet_special in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitNot_expression(VerdictSQLParser.Not_expressionContext ctx)
not_expression
labeled alternative in VerdictSQLParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNot_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitBinary_operator_expression(VerdictSQLParser.Binary_operator_expressionContext ctx)
binary_operator_expression
labeled alternative in VerdictSQLParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBinary_operator_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitPrimitive_expression(VerdictSQLParser.Primitive_expressionContext ctx)
primitive_expression
labeled alternative in VerdictSQLParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimitive_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDate_expression(VerdictSQLParser.Date_expressionContext ctx)
date_expression
labeled alternative in VerdictSQLParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDate_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitBracket_expression(VerdictSQLParser.Bracket_expressionContext ctx)
bracket_expression
labeled alternative in VerdictSQLParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBracket_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitUnary_operator_expression(VerdictSQLParser.Unary_operator_expressionContext ctx)
unary_operator_expression
labeled alternative in VerdictSQLParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnary_operator_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitInterval_expression(VerdictSQLParser.Interval_expressionContext ctx)
interval_expression
labeled alternative in VerdictSQLParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInterval_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_call_expression(VerdictSQLParser.Function_call_expressionContext ctx)
function_call_expression
labeled alternative in VerdictSQLParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_call_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitIs_null_expression(VerdictSQLParser.Is_null_expressionContext ctx)
is_null_expression
labeled alternative in VerdictSQLParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIs_null_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitCase_expression(VerdictSQLParser.Case_expressionContext ctx)
case_expression
labeled alternative in VerdictSQLParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCase_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitColumn_ref_expression(VerdictSQLParser.Column_ref_expressionContext ctx)
column_ref_expression
labeled alternative in VerdictSQLParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumn_ref_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSubquery_expression(VerdictSQLParser.Subquery_expressionContext ctx)
subquery_expression
labeled alternative in VerdictSQLParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubquery_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitInterval(VerdictSQLParser.IntervalContext ctx)
VerdictSQLParser.interval().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInterval in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDate(VerdictSQLParser.DateContext ctx)
VerdictSQLParser.date().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDate in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitConstant_expression(VerdictSQLParser.Constant_expressionContext ctx)
VerdictSQLParser.constant_expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstant_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSubquery(VerdictSQLParser.SubqueryContext ctx)
VerdictSQLParser.subquery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubquery in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDml_table_source(VerdictSQLParser.Dml_table_sourceContext ctx)
VerdictSQLParser.dml_table_source().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDml_table_source in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitWith_expression(VerdictSQLParser.With_expressionContext ctx)
VerdictSQLParser.with_expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWith_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitCommon_table_expression(VerdictSQLParser.Common_table_expressionContext ctx)
VerdictSQLParser.common_table_expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommon_table_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitUpdate_elem(VerdictSQLParser.Update_elemContext ctx)
VerdictSQLParser.update_elem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdate_elem in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSearch_condition_list(VerdictSQLParser.Search_condition_listContext ctx)
VerdictSQLParser.search_condition_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearch_condition_list in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSearch_condition(VerdictSQLParser.Search_conditionContext ctx)
VerdictSQLParser.search_condition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearch_condition in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSearch_condition_or(VerdictSQLParser.Search_condition_orContext ctx)
VerdictSQLParser.search_condition_or().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearch_condition_or in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSearch_condition_not(VerdictSQLParser.Search_condition_notContext ctx)
VerdictSQLParser.search_condition_not().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearch_condition_not in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSetcomp_expr_predicate(VerdictSQLParser.Setcomp_expr_predicateContext ctx)
setcomp_expr_predicate
labeled alternative in VerdictSQLParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetcomp_expr_predicate in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitIs_predicate(VerdictSQLParser.Is_predicateContext ctx)
is_predicate
labeled alternative in VerdictSQLParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIs_predicate in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitFunc_predicate(VerdictSQLParser.Func_predicateContext ctx)
func_predicate
labeled alternative in VerdictSQLParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunc_predicate in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitComp_expr_predicate(VerdictSQLParser.Comp_expr_predicateContext ctx)
comp_expr_predicate
labeled alternative in VerdictSQLParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComp_expr_predicate in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitIn_predicate(VerdictSQLParser.In_predicateContext ctx)
in_predicate
labeled alternative in VerdictSQLParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIn_predicate in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitBracket_predicate(VerdictSQLParser.Bracket_predicateContext ctx)
bracket_predicate
labeled alternative in VerdictSQLParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBracket_predicate in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitExists_predicate(VerdictSQLParser.Exists_predicateContext ctx)
exists_predicate
labeled alternative in VerdictSQLParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExists_predicate in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitComp_pred_expr_predicate(VerdictSQLParser.Comp_pred_expr_predicateContext ctx)
comp_pred_expr_predicate
labeled alternative in VerdictSQLParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComp_pred_expr_predicate in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitComp_between_expr(VerdictSQLParser.Comp_between_exprContext ctx)
comp_between_expr
labeled alternative in VerdictSQLParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComp_between_expr in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitLike_predicate(VerdictSQLParser.Like_predicateContext ctx)
like_predicate
labeled alternative in VerdictSQLParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLike_predicate in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitQuery_expression(VerdictSQLParser.Query_expressionContext ctx)
VerdictSQLParser.query_expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuery_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitUnion(VerdictSQLParser.UnionContext ctx)
VerdictSQLParser.union().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnion in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitQuery_specification(VerdictSQLParser.Query_specificationContext ctx)
VerdictSQLParser.query_specification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuery_specification in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitLimit_clause(VerdictSQLParser.Limit_clauseContext ctx)
VerdictSQLParser.limit_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimit_clause in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitOrder_by_clause(VerdictSQLParser.Order_by_clauseContext ctx)
VerdictSQLParser.order_by_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrder_by_clause in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitFor_clause(VerdictSQLParser.For_clauseContext ctx)
VerdictSQLParser.for_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFor_clause in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitXml_common_directives(VerdictSQLParser.Xml_common_directivesContext ctx)
VerdictSQLParser.xml_common_directives().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXml_common_directives in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitOrder_by_expression(VerdictSQLParser.Order_by_expressionContext ctx)
VerdictSQLParser.order_by_expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrder_by_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitGroup_by_item(VerdictSQLParser.Group_by_itemContext ctx)
VerdictSQLParser.group_by_item().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroup_by_item in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitOption_clause(VerdictSQLParser.Option_clauseContext ctx)
VerdictSQLParser.option_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOption_clause in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitOption(VerdictSQLParser.OptionContext ctx)
VerdictSQLParser.option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOption in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitOptimize_for_arg(VerdictSQLParser.Optimize_for_argContext ctx)
VerdictSQLParser.optimize_for_arg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptimize_for_arg in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSelect_list(VerdictSQLParser.Select_listContext ctx)
VerdictSQLParser.select_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect_list in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSelect_list_elem(VerdictSQLParser.Select_list_elemContext ctx)
VerdictSQLParser.select_list_elem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect_list_elem in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitPartition_by_clause(VerdictSQLParser.Partition_by_clauseContext ctx)
VerdictSQLParser.partition_by_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartition_by_clause in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitTable_source(VerdictSQLParser.Table_sourceContext ctx)
VerdictSQLParser.table_source().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_source in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitTable_source_item_joined(VerdictSQLParser.Table_source_item_joinedContext ctx)
VerdictSQLParser.table_source_item_joined().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_source_item_joined in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitHinted_table_name_item(VerdictSQLParser.Hinted_table_name_itemContext ctx)
hinted_table_name_item
labeled alternative in VerdictSQLParser.table_source_item().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHinted_table_name_item in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDerived_table_source_item(VerdictSQLParser.Derived_table_source_itemContext ctx)
derived_table_source_item
labeled alternative in VerdictSQLParser.table_source_item().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDerived_table_source_item in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitChange_table(VerdictSQLParser.Change_tableContext ctx)
VerdictSQLParser.change_table().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChange_table in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitJoin_part(VerdictSQLParser.Join_partContext ctx)
VerdictSQLParser.join_part().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoin_part in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitTable_name_with_hint(VerdictSQLParser.Table_name_with_hintContext ctx)
VerdictSQLParser.table_name_with_hint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_name_with_hint in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitRowset_function(VerdictSQLParser.Rowset_functionContext ctx)
VerdictSQLParser.rowset_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowset_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitBulk_option(VerdictSQLParser.Bulk_optionContext ctx)
VerdictSQLParser.bulk_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBulk_option in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDerived_table(VerdictSQLParser.Derived_tableContext ctx)
VerdictSQLParser.derived_table().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDerived_table in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_call(VerdictSQLParser.Function_callContext ctx)
VerdictSQLParser.function_call().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_call in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDatepart(VerdictSQLParser.DatepartContext ctx)
VerdictSQLParser.datepart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatepart in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitAs_table_alias(VerdictSQLParser.As_table_aliasContext ctx)
VerdictSQLParser.as_table_alias().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAs_table_alias in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitTable_alias(VerdictSQLParser.Table_aliasContext ctx)
VerdictSQLParser.table_alias().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_alias in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitIndex_column_name(VerdictSQLParser.Index_column_nameContext ctx)
VerdictSQLParser.index_column_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndex_column_name in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitIndex_value(VerdictSQLParser.Index_valueContext ctx)
VerdictSQLParser.index_value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndex_value in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitColumn_alias_list(VerdictSQLParser.Column_alias_listContext ctx)
VerdictSQLParser.column_alias_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumn_alias_list in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitColumn_alias(VerdictSQLParser.Column_aliasContext ctx)
VerdictSQLParser.column_alias().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumn_alias in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitTable_value_constructor(VerdictSQLParser.Table_value_constructorContext ctx)
VerdictSQLParser.table_value_constructor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_value_constructor in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitExpression_list(VerdictSQLParser.Expression_listContext ctx)
VerdictSQLParser.expression_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpression_list in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitCase_expr(VerdictSQLParser.Case_exprContext ctx)
VerdictSQLParser.case_expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCase_expr in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitRanking_windowed_function(VerdictSQLParser.Ranking_windowed_functionContext ctx)
VerdictSQLParser.ranking_windowed_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRanking_windowed_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitExpression_function(VerdictSQLParser.Expression_functionContext ctx)
VerdictSQLParser.expression_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpression_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitExtract_time_function(VerdictSQLParser.Extract_time_functionContext ctx)
VerdictSQLParser.extract_time_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtract_time_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitExtract_unit(VerdictSQLParser.Extract_unitContext ctx)
VerdictSQLParser.extract_unit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtract_unit in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitTime_unit(VerdictSQLParser.Time_unitContext ctx)
VerdictSQLParser.time_unit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTime_unit in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitOverlay_string_function(VerdictSQLParser.Overlay_string_functionContext ctx)
VerdictSQLParser.overlay_string_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOverlay_string_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSubstring_string_function(VerdictSQLParser.Substring_string_functionContext ctx)
VerdictSQLParser.substring_string_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubstring_string_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitNary_function(VerdictSQLParser.Nary_functionContext ctx)
VerdictSQLParser.nary_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNary_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitTernary_function(VerdictSQLParser.Ternary_functionContext ctx)
VerdictSQLParser.ternary_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTernary_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitBinary_function(VerdictSQLParser.Binary_functionContext ctx)
VerdictSQLParser.binary_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBinary_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitUnary_function(VerdictSQLParser.Unary_functionContext ctx)
VerdictSQLParser.unary_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnary_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitTimestamp_function(VerdictSQLParser.Timestamp_functionContext ctx)
VerdictSQLParser.timestamp_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimestamp_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDateadd_function(VerdictSQLParser.Dateadd_functionContext ctx)
VerdictSQLParser.dateadd_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDateadd_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitPredicate_function(VerdictSQLParser.Predicate_functionContext ctx)
VerdictSQLParser.predicate_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicate_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitNoparam_function(VerdictSQLParser.Noparam_functionContext ctx)
VerdictSQLParser.noparam_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNoparam_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitLateral_view_function(VerdictSQLParser.Lateral_view_functionContext ctx)
VerdictSQLParser.lateral_view_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLateral_view_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitAggregate_windowed_function(VerdictSQLParser.Aggregate_windowed_functionContext ctx)
VerdictSQLParser.aggregate_windowed_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregate_windowed_function in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitAll_distinct_expression(VerdictSQLParser.All_distinct_expressionContext ctx)
VerdictSQLParser.all_distinct_expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAll_distinct_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitCast_as_expression(VerdictSQLParser.Cast_as_expressionContext ctx)
VerdictSQLParser.cast_as_expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCast_as_expression in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitOver_clause(VerdictSQLParser.Over_clauseContext ctx)
VerdictSQLParser.over_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOver_clause in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitRow_or_range_clause(VerdictSQLParser.Row_or_range_clauseContext ctx)
VerdictSQLParser.row_or_range_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRow_or_range_clause in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitWindow_frame_extent(VerdictSQLParser.Window_frame_extentContext ctx)
VerdictSQLParser.window_frame_extent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindow_frame_extent in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitWindow_frame_bound(VerdictSQLParser.Window_frame_boundContext ctx)
VerdictSQLParser.window_frame_bound().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindow_frame_bound in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitWindow_frame_preceding(VerdictSQLParser.Window_frame_precedingContext ctx)
VerdictSQLParser.window_frame_preceding().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindow_frame_preceding in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitWindow_frame_following(VerdictSQLParser.Window_frame_followingContext ctx)
VerdictSQLParser.window_frame_following().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindow_frame_following in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitFull_table_name(VerdictSQLParser.Full_table_nameContext ctx)
VerdictSQLParser.full_table_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFull_table_name in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitTable_name(VerdictSQLParser.Table_nameContext ctx)
VerdictSQLParser.table_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_name in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitView_name(VerdictSQLParser.View_nameContext ctx)
VerdictSQLParser.view_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitView_name in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitFunc_proc_name(VerdictSQLParser.Func_proc_nameContext ctx)
VerdictSQLParser.func_proc_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunc_proc_name in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDdl_object(VerdictSQLParser.Ddl_objectContext ctx)
VerdictSQLParser.ddl_object().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDdl_object in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitFull_column_name(VerdictSQLParser.Full_column_nameContext ctx)
VerdictSQLParser.full_column_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFull_column_name in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitColumn_name_list(VerdictSQLParser.Column_name_listContext ctx)
VerdictSQLParser.column_name_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumn_name_list in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitColumn_name(VerdictSQLParser.Column_nameContext ctx)
VerdictSQLParser.column_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumn_name in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitCursor_name(VerdictSQLParser.Cursor_nameContext ctx)
VerdictSQLParser.cursor_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursor_name in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitOn_off(VerdictSQLParser.On_offContext ctx)
VerdictSQLParser.on_off().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOn_off in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitClustered(VerdictSQLParser.ClusteredContext ctx)
VerdictSQLParser.clustered().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClustered in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitNull_notnull(VerdictSQLParser.Null_notnullContext ctx)
VerdictSQLParser.null_notnull().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNull_notnull in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitTrue_orfalse(VerdictSQLParser.True_orfalseContext ctx)
VerdictSQLParser.true_orfalse().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTrue_orfalse in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitScalar_function_name(VerdictSQLParser.Scalar_function_nameContext ctx)
VerdictSQLParser.scalar_function_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitScalar_function_name in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitData_type(VerdictSQLParser.Data_typeContext ctx)
VerdictSQLParser.data_type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitData_type in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitDefault_value(VerdictSQLParser.Default_valueContext ctx)
VerdictSQLParser.default_value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefault_value in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitConstant(VerdictSQLParser.ConstantContext ctx)
VerdictSQLParser.constant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstant in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitNumber(VerdictSQLParser.NumberContext ctx)
VerdictSQLParser.number().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumber in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSign(VerdictSQLParser.SignContext ctx)
VerdictSQLParser.sign().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSign in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitId(VerdictSQLParser.IdContext ctx)
VerdictSQLParser.id().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitId in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitSimple_id(VerdictSQLParser.Simple_idContext ctx)
VerdictSQLParser.simple_id().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimple_id in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitComparison_operator(VerdictSQLParser.Comparison_operatorContext ctx)
VerdictSQLParser.comparison_operator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparison_operator in interface VerdictSQLParserVisitor<T>ctx - the parse treepublic T visitAssignment_operator(VerdictSQLParser.Assignment_operatorContext ctx)
VerdictSQLParser.assignment_operator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignment_operator in interface VerdictSQLParserVisitor<T>ctx - the parse treeCopyright © 2018 University of Michigan. All rights reserved.