public class JqlBaseListener extends Object implements JqlListener
JqlListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
JqlBaseListener() |
public void enterParse(JqlParser.ParseContext ctx)
JqlParser.parse().
The default implementation does nothing.
enterParse in interface JqlListenerctx - the parse treepublic void exitParse(JqlParser.ParseContext ctx)
JqlParser.parse().
The default implementation does nothing.
exitParse in interface JqlListenerctx - the parse treepublic void enterParse_variable(JqlParser.Parse_variableContext ctx)
JqlParser.parse_variable().
The default implementation does nothing.
enterParse_variable in interface JqlListenerctx - the parse treepublic void exitParse_variable(JqlParser.Parse_variableContext ctx)
JqlParser.parse_variable().
The default implementation does nothing.
exitParse_variable in interface JqlListenerctx - the parse treepublic void enterError(JqlParser.ErrorContext ctx)
JqlParser.error().
The default implementation does nothing.
enterError in interface JqlListenerctx - the parse treepublic void exitError(JqlParser.ErrorContext ctx)
JqlParser.error().
The default implementation does nothing.
exitError in interface JqlListenerctx - the parse treepublic void enterSql_stmt_list(JqlParser.Sql_stmt_listContext ctx)
JqlParser.sql_stmt_list().
The default implementation does nothing.
enterSql_stmt_list in interface JqlListenerctx - the parse treepublic void exitSql_stmt_list(JqlParser.Sql_stmt_listContext ctx)
JqlParser.sql_stmt_list().
The default implementation does nothing.
exitSql_stmt_list in interface JqlListenerctx - the parse treepublic void enterSql_stmt(JqlParser.Sql_stmtContext ctx)
JqlParser.sql_stmt().
The default implementation does nothing.
enterSql_stmt in interface JqlListenerctx - the parse treepublic void exitSql_stmt(JqlParser.Sql_stmtContext ctx)
JqlParser.sql_stmt().
The default implementation does nothing.
exitSql_stmt in interface JqlListenerctx - the parse treepublic void enterAlter_table_stmt(JqlParser.Alter_table_stmtContext ctx)
JqlParser.alter_table_stmt().
The default implementation does nothing.
enterAlter_table_stmt in interface JqlListenerctx - the parse treepublic void exitAlter_table_stmt(JqlParser.Alter_table_stmtContext ctx)
JqlParser.alter_table_stmt().
The default implementation does nothing.
exitAlter_table_stmt in interface JqlListenerctx - the parse treepublic void enterAnalyze_stmt(JqlParser.Analyze_stmtContext ctx)
JqlParser.analyze_stmt().
The default implementation does nothing.
enterAnalyze_stmt in interface JqlListenerctx - the parse treepublic void exitAnalyze_stmt(JqlParser.Analyze_stmtContext ctx)
JqlParser.analyze_stmt().
The default implementation does nothing.
exitAnalyze_stmt in interface JqlListenerctx - the parse treepublic void enterAttach_stmt(JqlParser.Attach_stmtContext ctx)
JqlParser.attach_stmt().
The default implementation does nothing.
enterAttach_stmt in interface JqlListenerctx - the parse treepublic void exitAttach_stmt(JqlParser.Attach_stmtContext ctx)
JqlParser.attach_stmt().
The default implementation does nothing.
exitAttach_stmt in interface JqlListenerctx - the parse treepublic void enterBegin_stmt(JqlParser.Begin_stmtContext ctx)
JqlParser.begin_stmt().
The default implementation does nothing.
enterBegin_stmt in interface JqlListenerctx - the parse treepublic void exitBegin_stmt(JqlParser.Begin_stmtContext ctx)
JqlParser.begin_stmt().
The default implementation does nothing.
exitBegin_stmt in interface JqlListenerctx - the parse treepublic void enterCommit_stmt(JqlParser.Commit_stmtContext ctx)
JqlParser.commit_stmt().
The default implementation does nothing.
enterCommit_stmt in interface JqlListenerctx - the parse treepublic void exitCommit_stmt(JqlParser.Commit_stmtContext ctx)
JqlParser.commit_stmt().
The default implementation does nothing.
exitCommit_stmt in interface JqlListenerctx - the parse treepublic void enterCompound_select_stmt(JqlParser.Compound_select_stmtContext ctx)
JqlParser.compound_select_stmt().
The default implementation does nothing.
enterCompound_select_stmt in interface JqlListenerctx - the parse treepublic void exitCompound_select_stmt(JqlParser.Compound_select_stmtContext ctx)
JqlParser.compound_select_stmt().
The default implementation does nothing.
exitCompound_select_stmt in interface JqlListenerctx - the parse treepublic void enterCreate_index_stmt(JqlParser.Create_index_stmtContext ctx)
JqlParser.create_index_stmt().
The default implementation does nothing.
enterCreate_index_stmt in interface JqlListenerctx - the parse treepublic void exitCreate_index_stmt(JqlParser.Create_index_stmtContext ctx)
JqlParser.create_index_stmt().
The default implementation does nothing.
exitCreate_index_stmt in interface JqlListenerctx - the parse treepublic void enterCreate_table_stmt(JqlParser.Create_table_stmtContext ctx)
JqlParser.create_table_stmt().
The default implementation does nothing.
enterCreate_table_stmt in interface JqlListenerctx - the parse treepublic void exitCreate_table_stmt(JqlParser.Create_table_stmtContext ctx)
JqlParser.create_table_stmt().
The default implementation does nothing.
exitCreate_table_stmt in interface JqlListenerctx - the parse treepublic void enterCreate_trigger_stmt(JqlParser.Create_trigger_stmtContext ctx)
JqlParser.create_trigger_stmt().
The default implementation does nothing.
enterCreate_trigger_stmt in interface JqlListenerctx - the parse treepublic void exitCreate_trigger_stmt(JqlParser.Create_trigger_stmtContext ctx)
JqlParser.create_trigger_stmt().
The default implementation does nothing.
exitCreate_trigger_stmt in interface JqlListenerctx - the parse treepublic void enterCreate_view_stmt(JqlParser.Create_view_stmtContext ctx)
JqlParser.create_view_stmt().
The default implementation does nothing.
enterCreate_view_stmt in interface JqlListenerctx - the parse treepublic void exitCreate_view_stmt(JqlParser.Create_view_stmtContext ctx)
JqlParser.create_view_stmt().
The default implementation does nothing.
exitCreate_view_stmt in interface JqlListenerctx - the parse treepublic void enterCreate_virtual_table_stmt(JqlParser.Create_virtual_table_stmtContext ctx)
JqlParser.create_virtual_table_stmt().
The default implementation does nothing.
enterCreate_virtual_table_stmt in interface JqlListenerctx - the parse treepublic void exitCreate_virtual_table_stmt(JqlParser.Create_virtual_table_stmtContext ctx)
JqlParser.create_virtual_table_stmt().
The default implementation does nothing.
exitCreate_virtual_table_stmt in interface JqlListenerctx - the parse treepublic void enterDelete_stmt(JqlParser.Delete_stmtContext ctx)
JqlParser.delete_stmt().
The default implementation does nothing.
enterDelete_stmt in interface JqlListenerctx - the parse treepublic void exitDelete_stmt(JqlParser.Delete_stmtContext ctx)
JqlParser.delete_stmt().
The default implementation does nothing.
exitDelete_stmt in interface JqlListenerctx - the parse treepublic void enterDelete_stmt_limited(JqlParser.Delete_stmt_limitedContext ctx)
JqlParser.delete_stmt_limited().
The default implementation does nothing.
enterDelete_stmt_limited in interface JqlListenerctx - the parse treepublic void exitDelete_stmt_limited(JqlParser.Delete_stmt_limitedContext ctx)
JqlParser.delete_stmt_limited().
The default implementation does nothing.
exitDelete_stmt_limited in interface JqlListenerctx - the parse treepublic void enterDetach_stmt(JqlParser.Detach_stmtContext ctx)
JqlParser.detach_stmt().
The default implementation does nothing.
enterDetach_stmt in interface JqlListenerctx - the parse treepublic void exitDetach_stmt(JqlParser.Detach_stmtContext ctx)
JqlParser.detach_stmt().
The default implementation does nothing.
exitDetach_stmt in interface JqlListenerctx - the parse treepublic void enterDrop_index_stmt(JqlParser.Drop_index_stmtContext ctx)
JqlParser.drop_index_stmt().
The default implementation does nothing.
enterDrop_index_stmt in interface JqlListenerctx - the parse treepublic void exitDrop_index_stmt(JqlParser.Drop_index_stmtContext ctx)
JqlParser.drop_index_stmt().
The default implementation does nothing.
exitDrop_index_stmt in interface JqlListenerctx - the parse treepublic void enterDrop_table_stmt(JqlParser.Drop_table_stmtContext ctx)
JqlParser.drop_table_stmt().
The default implementation does nothing.
enterDrop_table_stmt in interface JqlListenerctx - the parse treepublic void exitDrop_table_stmt(JqlParser.Drop_table_stmtContext ctx)
JqlParser.drop_table_stmt().
The default implementation does nothing.
exitDrop_table_stmt in interface JqlListenerctx - the parse treepublic void enterDrop_trigger_stmt(JqlParser.Drop_trigger_stmtContext ctx)
JqlParser.drop_trigger_stmt().
The default implementation does nothing.
enterDrop_trigger_stmt in interface JqlListenerctx - the parse treepublic void exitDrop_trigger_stmt(JqlParser.Drop_trigger_stmtContext ctx)
JqlParser.drop_trigger_stmt().
The default implementation does nothing.
exitDrop_trigger_stmt in interface JqlListenerctx - the parse treepublic void enterDrop_view_stmt(JqlParser.Drop_view_stmtContext ctx)
JqlParser.drop_view_stmt().
The default implementation does nothing.
enterDrop_view_stmt in interface JqlListenerctx - the parse treepublic void exitDrop_view_stmt(JqlParser.Drop_view_stmtContext ctx)
JqlParser.drop_view_stmt().
The default implementation does nothing.
exitDrop_view_stmt in interface JqlListenerctx - the parse treepublic void enterFactored_select_stmt(JqlParser.Factored_select_stmtContext ctx)
JqlParser.factored_select_stmt().
The default implementation does nothing.
enterFactored_select_stmt in interface JqlListenerctx - the parse treepublic void exitFactored_select_stmt(JqlParser.Factored_select_stmtContext ctx)
JqlParser.factored_select_stmt().
The default implementation does nothing.
exitFactored_select_stmt in interface JqlListenerctx - the parse treepublic void enterInsert_stmt(JqlParser.Insert_stmtContext ctx)
JqlParser.insert_stmt().
The default implementation does nothing.
enterInsert_stmt in interface JqlListenerctx - the parse treepublic void exitInsert_stmt(JqlParser.Insert_stmtContext ctx)
JqlParser.insert_stmt().
The default implementation does nothing.
exitInsert_stmt in interface JqlListenerctx - the parse treepublic void enterColumn_name_set(JqlParser.Column_name_setContext ctx)
JqlParser.column_name_set().
The default implementation does nothing.
enterColumn_name_set in interface JqlListenerctx - the parse treepublic void exitColumn_name_set(JqlParser.Column_name_setContext ctx)
JqlParser.column_name_set().
The default implementation does nothing.
exitColumn_name_set in interface JqlListenerctx - the parse treepublic void enterColumn_value_set(JqlParser.Column_value_setContext ctx)
JqlParser.column_value_set().
The default implementation does nothing.
enterColumn_value_set in interface JqlListenerctx - the parse treepublic void exitColumn_value_set(JqlParser.Column_value_setContext ctx)
JqlParser.column_value_set().
The default implementation does nothing.
exitColumn_value_set in interface JqlListenerctx - the parse treepublic void enterLimit_stmt(JqlParser.Limit_stmtContext ctx)
JqlParser.limit_stmt().
The default implementation does nothing.
enterLimit_stmt in interface JqlListenerctx - the parse treepublic void exitLimit_stmt(JqlParser.Limit_stmtContext ctx)
JqlParser.limit_stmt().
The default implementation does nothing.
exitLimit_stmt in interface JqlListenerctx - the parse treepublic void enterPragma_stmt(JqlParser.Pragma_stmtContext ctx)
JqlParser.pragma_stmt().
The default implementation does nothing.
enterPragma_stmt in interface JqlListenerctx - the parse treepublic void exitPragma_stmt(JqlParser.Pragma_stmtContext ctx)
JqlParser.pragma_stmt().
The default implementation does nothing.
exitPragma_stmt in interface JqlListenerctx - the parse treepublic void enterReindex_stmt(JqlParser.Reindex_stmtContext ctx)
JqlParser.reindex_stmt().
The default implementation does nothing.
enterReindex_stmt in interface JqlListenerctx - the parse treepublic void exitReindex_stmt(JqlParser.Reindex_stmtContext ctx)
JqlParser.reindex_stmt().
The default implementation does nothing.
exitReindex_stmt in interface JqlListenerctx - the parse treepublic void enterRelease_stmt(JqlParser.Release_stmtContext ctx)
JqlParser.release_stmt().
The default implementation does nothing.
enterRelease_stmt in interface JqlListenerctx - the parse treepublic void exitRelease_stmt(JqlParser.Release_stmtContext ctx)
JqlParser.release_stmt().
The default implementation does nothing.
exitRelease_stmt in interface JqlListenerctx - the parse treepublic void enterRollback_stmt(JqlParser.Rollback_stmtContext ctx)
JqlParser.rollback_stmt().
The default implementation does nothing.
enterRollback_stmt in interface JqlListenerctx - the parse treepublic void exitRollback_stmt(JqlParser.Rollback_stmtContext ctx)
JqlParser.rollback_stmt().
The default implementation does nothing.
exitRollback_stmt in interface JqlListenerctx - the parse treepublic void enterSavepoint_stmt(JqlParser.Savepoint_stmtContext ctx)
JqlParser.savepoint_stmt().
The default implementation does nothing.
enterSavepoint_stmt in interface JqlListenerctx - the parse treepublic void exitSavepoint_stmt(JqlParser.Savepoint_stmtContext ctx)
JqlParser.savepoint_stmt().
The default implementation does nothing.
exitSavepoint_stmt in interface JqlListenerctx - the parse treepublic void enterSimple_select_stmt(JqlParser.Simple_select_stmtContext ctx)
JqlParser.simple_select_stmt().
The default implementation does nothing.
enterSimple_select_stmt in interface JqlListenerctx - the parse treepublic void exitSimple_select_stmt(JqlParser.Simple_select_stmtContext ctx)
JqlParser.simple_select_stmt().
The default implementation does nothing.
exitSimple_select_stmt in interface JqlListenerctx - the parse treepublic void enterSelect_stmt(JqlParser.Select_stmtContext ctx)
JqlParser.select_stmt().
The default implementation does nothing.
enterSelect_stmt in interface JqlListenerctx - the parse treepublic void exitSelect_stmt(JqlParser.Select_stmtContext ctx)
JqlParser.select_stmt().
The default implementation does nothing.
exitSelect_stmt in interface JqlListenerctx - the parse treepublic void enterSelect_or_values(JqlParser.Select_or_valuesContext ctx)
JqlParser.select_or_values().
The default implementation does nothing.
enterSelect_or_values in interface JqlListenerctx - the parse treepublic void exitSelect_or_values(JqlParser.Select_or_valuesContext ctx)
JqlParser.select_or_values().
The default implementation does nothing.
exitSelect_or_values in interface JqlListenerctx - the parse treepublic void enterUpdate_stmt(JqlParser.Update_stmtContext ctx)
JqlParser.update_stmt().
The default implementation does nothing.
enterUpdate_stmt in interface JqlListenerctx - the parse treepublic void exitUpdate_stmt(JqlParser.Update_stmtContext ctx)
JqlParser.update_stmt().
The default implementation does nothing.
exitUpdate_stmt in interface JqlListenerctx - the parse treepublic void enterConflict_algorithm(JqlParser.Conflict_algorithmContext ctx)
JqlParser.conflict_algorithm().
The default implementation does nothing.
enterConflict_algorithm in interface JqlListenerctx - the parse treepublic void exitConflict_algorithm(JqlParser.Conflict_algorithmContext ctx)
JqlParser.conflict_algorithm().
The default implementation does nothing.
exitConflict_algorithm in interface JqlListenerctx - the parse treepublic void enterUpdate_stmt_limited(JqlParser.Update_stmt_limitedContext ctx)
JqlParser.update_stmt_limited().
The default implementation does nothing.
enterUpdate_stmt_limited in interface JqlListenerctx - the parse treepublic void exitUpdate_stmt_limited(JqlParser.Update_stmt_limitedContext ctx)
JqlParser.update_stmt_limited().
The default implementation does nothing.
exitUpdate_stmt_limited in interface JqlListenerctx - the parse treepublic void enterVacuum_stmt(JqlParser.Vacuum_stmtContext ctx)
JqlParser.vacuum_stmt().
The default implementation does nothing.
enterVacuum_stmt in interface JqlListenerctx - the parse treepublic void exitVacuum_stmt(JqlParser.Vacuum_stmtContext ctx)
JqlParser.vacuum_stmt().
The default implementation does nothing.
exitVacuum_stmt in interface JqlListenerctx - the parse treepublic void enterColumn_def(JqlParser.Column_defContext ctx)
JqlParser.column_def().
The default implementation does nothing.
enterColumn_def in interface JqlListenerctx - the parse treepublic void exitColumn_def(JqlParser.Column_defContext ctx)
JqlParser.column_def().
The default implementation does nothing.
exitColumn_def in interface JqlListenerctx - the parse treepublic void enterType_name(JqlParser.Type_nameContext ctx)
JqlParser.type_name().
The default implementation does nothing.
enterType_name in interface JqlListenerctx - the parse treepublic void exitType_name(JqlParser.Type_nameContext ctx)
JqlParser.type_name().
The default implementation does nothing.
exitType_name in interface JqlListenerctx - the parse treepublic void enterColumn_constraint(JqlParser.Column_constraintContext ctx)
JqlParser.column_constraint().
The default implementation does nothing.
enterColumn_constraint in interface JqlListenerctx - the parse treepublic void exitColumn_constraint(JqlParser.Column_constraintContext ctx)
JqlParser.column_constraint().
The default implementation does nothing.
exitColumn_constraint in interface JqlListenerctx - the parse treepublic void enterConflict_clause(JqlParser.Conflict_clauseContext ctx)
JqlParser.conflict_clause().
The default implementation does nothing.
enterConflict_clause in interface JqlListenerctx - the parse treepublic void exitConflict_clause(JqlParser.Conflict_clauseContext ctx)
JqlParser.conflict_clause().
The default implementation does nothing.
exitConflict_clause in interface JqlListenerctx - the parse treepublic void enterExpr(JqlParser.ExprContext ctx)
JqlParser.expr().
The default implementation does nothing.
enterExpr in interface JqlListenerctx - the parse treepublic void exitExpr(JqlParser.ExprContext ctx)
JqlParser.expr().
The default implementation does nothing.
exitExpr in interface JqlListenerctx - the parse treepublic void enterBind_parameter(JqlParser.Bind_parameterContext ctx)
JqlParser.bind_parameter().
The default implementation does nothing.
enterBind_parameter in interface JqlListenerctx - the parse treepublic void exitBind_parameter(JqlParser.Bind_parameterContext ctx)
JqlParser.bind_parameter().
The default implementation does nothing.
exitBind_parameter in interface JqlListenerctx - the parse treepublic void enterBind_parameter_name(JqlParser.Bind_parameter_nameContext ctx)
JqlParser.bind_parameter_name().
The default implementation does nothing.
enterBind_parameter_name in interface JqlListenerctx - the parse treepublic void exitBind_parameter_name(JqlParser.Bind_parameter_nameContext ctx)
JqlParser.bind_parameter_name().
The default implementation does nothing.
exitBind_parameter_name in interface JqlListenerctx - the parse treepublic void enterParameter_identifier(JqlParser.Parameter_identifierContext ctx)
JqlParser.parameter_identifier().
The default implementation does nothing.
enterParameter_identifier in interface JqlListenerctx - the parse treepublic void exitParameter_identifier(JqlParser.Parameter_identifierContext ctx)
JqlParser.parameter_identifier().
The default implementation does nothing.
exitParameter_identifier in interface JqlListenerctx - the parse treepublic void enterBind_dynamic_sql(JqlParser.Bind_dynamic_sqlContext ctx)
JqlParser.bind_dynamic_sql().
The default implementation does nothing.
enterBind_dynamic_sql in interface JqlListenerctx - the parse treepublic void exitBind_dynamic_sql(JqlParser.Bind_dynamic_sqlContext ctx)
JqlParser.bind_dynamic_sql().
The default implementation does nothing.
exitBind_dynamic_sql in interface JqlListenerctx - the parse treepublic void enterForeign_key_clause(JqlParser.Foreign_key_clauseContext ctx)
JqlParser.foreign_key_clause().
The default implementation does nothing.
enterForeign_key_clause in interface JqlListenerctx - the parse treepublic void exitForeign_key_clause(JqlParser.Foreign_key_clauseContext ctx)
JqlParser.foreign_key_clause().
The default implementation does nothing.
exitForeign_key_clause in interface JqlListenerctx - the parse treepublic void enterRaise_function(JqlParser.Raise_functionContext ctx)
JqlParser.raise_function().
The default implementation does nothing.
enterRaise_function in interface JqlListenerctx - the parse treepublic void exitRaise_function(JqlParser.Raise_functionContext ctx)
JqlParser.raise_function().
The default implementation does nothing.
exitRaise_function in interface JqlListenerctx - the parse treepublic void enterIndexed_column(JqlParser.Indexed_columnContext ctx)
JqlParser.indexed_column().
The default implementation does nothing.
enterIndexed_column in interface JqlListenerctx - the parse treepublic void exitIndexed_column(JqlParser.Indexed_columnContext ctx)
JqlParser.indexed_column().
The default implementation does nothing.
exitIndexed_column in interface JqlListenerctx - the parse treepublic void enterTable_constraint(JqlParser.Table_constraintContext ctx)
JqlParser.table_constraint().
The default implementation does nothing.
enterTable_constraint in interface JqlListenerctx - the parse treepublic void exitTable_constraint(JqlParser.Table_constraintContext ctx)
JqlParser.table_constraint().
The default implementation does nothing.
exitTable_constraint in interface JqlListenerctx - the parse treepublic void enterWith_clause(JqlParser.With_clauseContext ctx)
JqlParser.with_clause().
The default implementation does nothing.
enterWith_clause in interface JqlListenerctx - the parse treepublic void exitWith_clause(JqlParser.With_clauseContext ctx)
JqlParser.with_clause().
The default implementation does nothing.
exitWith_clause in interface JqlListenerctx - the parse treepublic void enterWhere_stmt(JqlParser.Where_stmtContext ctx)
JqlParser.where_stmt().
The default implementation does nothing.
enterWhere_stmt in interface JqlListenerctx - the parse treepublic void exitWhere_stmt(JqlParser.Where_stmtContext ctx)
JqlParser.where_stmt().
The default implementation does nothing.
exitWhere_stmt in interface JqlListenerctx - the parse treepublic void enterWhere_stmt_clauses(JqlParser.Where_stmt_clausesContext ctx)
JqlParser.where_stmt_clauses().
The default implementation does nothing.
enterWhere_stmt_clauses in interface JqlListenerctx - the parse treepublic void exitWhere_stmt_clauses(JqlParser.Where_stmt_clausesContext ctx)
JqlParser.where_stmt_clauses().
The default implementation does nothing.
exitWhere_stmt_clauses in interface JqlListenerctx - the parse treepublic void enterQualified_table_name(JqlParser.Qualified_table_nameContext ctx)
JqlParser.qualified_table_name().
The default implementation does nothing.
enterQualified_table_name in interface JqlListenerctx - the parse treepublic void exitQualified_table_name(JqlParser.Qualified_table_nameContext ctx)
JqlParser.qualified_table_name().
The default implementation does nothing.
exitQualified_table_name in interface JqlListenerctx - the parse treepublic void enterOffset_stmt(JqlParser.Offset_stmtContext ctx)
JqlParser.offset_stmt().
The default implementation does nothing.
enterOffset_stmt in interface JqlListenerctx - the parse treepublic void exitOffset_stmt(JqlParser.Offset_stmtContext ctx)
JqlParser.offset_stmt().
The default implementation does nothing.
exitOffset_stmt in interface JqlListenerctx - the parse treepublic void enterOrder_stmt(JqlParser.Order_stmtContext ctx)
JqlParser.order_stmt().
The default implementation does nothing.
enterOrder_stmt in interface JqlListenerctx - the parse treepublic void exitOrder_stmt(JqlParser.Order_stmtContext ctx)
JqlParser.order_stmt().
The default implementation does nothing.
exitOrder_stmt in interface JqlListenerctx - the parse treepublic void enterOrdering_term(JqlParser.Ordering_termContext ctx)
JqlParser.ordering_term().
The default implementation does nothing.
enterOrdering_term in interface JqlListenerctx - the parse treepublic void exitOrdering_term(JqlParser.Ordering_termContext ctx)
JqlParser.ordering_term().
The default implementation does nothing.
exitOrdering_term in interface JqlListenerctx - the parse treepublic void enterPragma_value(JqlParser.Pragma_valueContext ctx)
JqlParser.pragma_value().
The default implementation does nothing.
enterPragma_value in interface JqlListenerctx - the parse treepublic void exitPragma_value(JqlParser.Pragma_valueContext ctx)
JqlParser.pragma_value().
The default implementation does nothing.
exitPragma_value in interface JqlListenerctx - the parse treepublic void enterCommon_table_expression(JqlParser.Common_table_expressionContext ctx)
JqlParser.common_table_expression().
The default implementation does nothing.
enterCommon_table_expression in interface JqlListenerctx - the parse treepublic void exitCommon_table_expression(JqlParser.Common_table_expressionContext ctx)
JqlParser.common_table_expression().
The default implementation does nothing.
exitCommon_table_expression in interface JqlListenerctx - the parse treepublic void enterResult_column(JqlParser.Result_columnContext ctx)
JqlParser.result_column().
The default implementation does nothing.
enterResult_column in interface JqlListenerctx - the parse treepublic void exitResult_column(JqlParser.Result_columnContext ctx)
JqlParser.result_column().
The default implementation does nothing.
exitResult_column in interface JqlListenerctx - the parse treepublic void enterTable_or_subquery(JqlParser.Table_or_subqueryContext ctx)
JqlParser.table_or_subquery().
The default implementation does nothing.
enterTable_or_subquery in interface JqlListenerctx - the parse treepublic void exitTable_or_subquery(JqlParser.Table_or_subqueryContext ctx)
JqlParser.table_or_subquery().
The default implementation does nothing.
exitTable_or_subquery in interface JqlListenerctx - the parse treepublic void enterJoin_clause(JqlParser.Join_clauseContext ctx)
JqlParser.join_clause().
The default implementation does nothing.
enterJoin_clause in interface JqlListenerctx - the parse treepublic void exitJoin_clause(JqlParser.Join_clauseContext ctx)
JqlParser.join_clause().
The default implementation does nothing.
exitJoin_clause in interface JqlListenerctx - the parse treepublic void enterJoin_operator(JqlParser.Join_operatorContext ctx)
JqlParser.join_operator().
The default implementation does nothing.
enterJoin_operator in interface JqlListenerctx - the parse treepublic void exitJoin_operator(JqlParser.Join_operatorContext ctx)
JqlParser.join_operator().
The default implementation does nothing.
exitJoin_operator in interface JqlListenerctx - the parse treepublic void enterJoin_constraint(JqlParser.Join_constraintContext ctx)
JqlParser.join_constraint().
The default implementation does nothing.
enterJoin_constraint in interface JqlListenerctx - the parse treepublic void exitJoin_constraint(JqlParser.Join_constraintContext ctx)
JqlParser.join_constraint().
The default implementation does nothing.
exitJoin_constraint in interface JqlListenerctx - the parse treepublic void enterSelect_core(JqlParser.Select_coreContext ctx)
JqlParser.select_core().
The default implementation does nothing.
enterSelect_core in interface JqlListenerctx - the parse treepublic void exitSelect_core(JqlParser.Select_coreContext ctx)
JqlParser.select_core().
The default implementation does nothing.
exitSelect_core in interface JqlListenerctx - the parse treepublic void enterCompound_operator(JqlParser.Compound_operatorContext ctx)
JqlParser.compound_operator().
The default implementation does nothing.
enterCompound_operator in interface JqlListenerctx - the parse treepublic void exitCompound_operator(JqlParser.Compound_operatorContext ctx)
JqlParser.compound_operator().
The default implementation does nothing.
exitCompound_operator in interface JqlListenerctx - the parse treepublic void enterCte_table_name(JqlParser.Cte_table_nameContext ctx)
JqlParser.cte_table_name().
The default implementation does nothing.
enterCte_table_name in interface JqlListenerctx - the parse treepublic void exitCte_table_name(JqlParser.Cte_table_nameContext ctx)
JqlParser.cte_table_name().
The default implementation does nothing.
exitCte_table_name in interface JqlListenerctx - the parse treepublic void enterSigned_number(JqlParser.Signed_numberContext ctx)
JqlParser.signed_number().
The default implementation does nothing.
enterSigned_number in interface JqlListenerctx - the parse treepublic void exitSigned_number(JqlParser.Signed_numberContext ctx)
JqlParser.signed_number().
The default implementation does nothing.
exitSigned_number in interface JqlListenerctx - the parse treepublic void enterLiteral_value(JqlParser.Literal_valueContext ctx)
JqlParser.literal_value().
The default implementation does nothing.
enterLiteral_value in interface JqlListenerctx - the parse treepublic void exitLiteral_value(JqlParser.Literal_valueContext ctx)
JqlParser.literal_value().
The default implementation does nothing.
exitLiteral_value in interface JqlListenerctx - the parse treepublic void enterUnary_operator(JqlParser.Unary_operatorContext ctx)
JqlParser.unary_operator().
The default implementation does nothing.
enterUnary_operator in interface JqlListenerctx - the parse treepublic void exitUnary_operator(JqlParser.Unary_operatorContext ctx)
JqlParser.unary_operator().
The default implementation does nothing.
exitUnary_operator in interface JqlListenerctx - the parse treepublic void enterError_message(JqlParser.Error_messageContext ctx)
JqlParser.error_message().
The default implementation does nothing.
enterError_message in interface JqlListenerctx - the parse treepublic void exitError_message(JqlParser.Error_messageContext ctx)
JqlParser.error_message().
The default implementation does nothing.
exitError_message in interface JqlListenerctx - the parse treepublic void enterModule_argument(JqlParser.Module_argumentContext ctx)
JqlParser.module_argument().
The default implementation does nothing.
enterModule_argument in interface JqlListenerctx - the parse treepublic void exitModule_argument(JqlParser.Module_argumentContext ctx)
JqlParser.module_argument().
The default implementation does nothing.
exitModule_argument in interface JqlListenerctx - the parse treepublic void enterColumn_alias(JqlParser.Column_aliasContext ctx)
JqlParser.column_alias().
The default implementation does nothing.
enterColumn_alias in interface JqlListenerctx - the parse treepublic void exitColumn_alias(JqlParser.Column_aliasContext ctx)
JqlParser.column_alias().
The default implementation does nothing.
exitColumn_alias in interface JqlListenerctx - the parse treepublic void enterKeyword(JqlParser.KeywordContext ctx)
JqlParser.keyword().
The default implementation does nothing.
enterKeyword in interface JqlListenerctx - the parse treepublic void exitKeyword(JqlParser.KeywordContext ctx)
JqlParser.keyword().
The default implementation does nothing.
exitKeyword in interface JqlListenerctx - the parse treepublic void enterName(JqlParser.NameContext ctx)
JqlParser.name().
The default implementation does nothing.
enterName in interface JqlListenerctx - the parse treepublic void exitName(JqlParser.NameContext ctx)
JqlParser.name().
The default implementation does nothing.
exitName in interface JqlListenerctx - the parse treepublic void enterFunction_name(JqlParser.Function_nameContext ctx)
JqlParser.function_name().
The default implementation does nothing.
enterFunction_name in interface JqlListenerctx - the parse treepublic void exitFunction_name(JqlParser.Function_nameContext ctx)
JqlParser.function_name().
The default implementation does nothing.
exitFunction_name in interface JqlListenerctx - the parse treepublic void enterGroup_stmt(JqlParser.Group_stmtContext ctx)
JqlParser.group_stmt().
The default implementation does nothing.
enterGroup_stmt in interface JqlListenerctx - the parse treepublic void exitGroup_stmt(JqlParser.Group_stmtContext ctx)
JqlParser.group_stmt().
The default implementation does nothing.
exitGroup_stmt in interface JqlListenerctx - the parse treepublic void enterHaving_stmt(JqlParser.Having_stmtContext ctx)
JqlParser.having_stmt().
The default implementation does nothing.
enterHaving_stmt in interface JqlListenerctx - the parse treepublic void exitHaving_stmt(JqlParser.Having_stmtContext ctx)
JqlParser.having_stmt().
The default implementation does nothing.
exitHaving_stmt in interface JqlListenerctx - the parse treepublic void enterDatabase_name(JqlParser.Database_nameContext ctx)
JqlParser.database_name().
The default implementation does nothing.
enterDatabase_name in interface JqlListenerctx - the parse treepublic void exitDatabase_name(JqlParser.Database_nameContext ctx)
JqlParser.database_name().
The default implementation does nothing.
exitDatabase_name in interface JqlListenerctx - the parse treepublic void enterTable_name(JqlParser.Table_nameContext ctx)
JqlParser.table_name().
The default implementation does nothing.
enterTable_name in interface JqlListenerctx - the parse treepublic void exitTable_name(JqlParser.Table_nameContext ctx)
JqlParser.table_name().
The default implementation does nothing.
exitTable_name in interface JqlListenerctx - the parse treepublic void enterTable_or_index_name(JqlParser.Table_or_index_nameContext ctx)
JqlParser.table_or_index_name().
The default implementation does nothing.
enterTable_or_index_name in interface JqlListenerctx - the parse treepublic void exitTable_or_index_name(JqlParser.Table_or_index_nameContext ctx)
JqlParser.table_or_index_name().
The default implementation does nothing.
exitTable_or_index_name in interface JqlListenerctx - the parse treepublic void enterNew_table_name(JqlParser.New_table_nameContext ctx)
JqlParser.new_table_name().
The default implementation does nothing.
enterNew_table_name in interface JqlListenerctx - the parse treepublic void exitNew_table_name(JqlParser.New_table_nameContext ctx)
JqlParser.new_table_name().
The default implementation does nothing.
exitNew_table_name in interface JqlListenerctx - the parse treepublic void enterColumn_name(JqlParser.Column_nameContext ctx)
JqlParser.column_name().
The default implementation does nothing.
enterColumn_name in interface JqlListenerctx - the parse treepublic void exitColumn_name(JqlParser.Column_nameContext ctx)
JqlParser.column_name().
The default implementation does nothing.
exitColumn_name in interface JqlListenerctx - the parse treepublic void enterColumn_name_to_update(JqlParser.Column_name_to_updateContext ctx)
JqlParser.column_name_to_update().
The default implementation does nothing.
enterColumn_name_to_update in interface JqlListenerctx - the parse treepublic void exitColumn_name_to_update(JqlParser.Column_name_to_updateContext ctx)
JqlParser.column_name_to_update().
The default implementation does nothing.
exitColumn_name_to_update in interface JqlListenerctx - the parse treepublic void enterColumns_to_update(JqlParser.Columns_to_updateContext ctx)
JqlParser.columns_to_update().
The default implementation does nothing.
enterColumns_to_update in interface JqlListenerctx - the parse treepublic void exitColumns_to_update(JqlParser.Columns_to_updateContext ctx)
JqlParser.columns_to_update().
The default implementation does nothing.
exitColumns_to_update in interface JqlListenerctx - the parse treepublic void enterCollation_name(JqlParser.Collation_nameContext ctx)
JqlParser.collation_name().
The default implementation does nothing.
enterCollation_name in interface JqlListenerctx - the parse treepublic void exitCollation_name(JqlParser.Collation_nameContext ctx)
JqlParser.collation_name().
The default implementation does nothing.
exitCollation_name in interface JqlListenerctx - the parse treepublic void enterForeign_table(JqlParser.Foreign_tableContext ctx)
JqlParser.foreign_table().
The default implementation does nothing.
enterForeign_table in interface JqlListenerctx - the parse treepublic void exitForeign_table(JqlParser.Foreign_tableContext ctx)
JqlParser.foreign_table().
The default implementation does nothing.
exitForeign_table in interface JqlListenerctx - the parse treepublic void enterIndex_name(JqlParser.Index_nameContext ctx)
JqlParser.index_name().
The default implementation does nothing.
enterIndex_name in interface JqlListenerctx - the parse treepublic void exitIndex_name(JqlParser.Index_nameContext ctx)
JqlParser.index_name().
The default implementation does nothing.
exitIndex_name in interface JqlListenerctx - the parse treepublic void enterTrigger_name(JqlParser.Trigger_nameContext ctx)
JqlParser.trigger_name().
The default implementation does nothing.
enterTrigger_name in interface JqlListenerctx - the parse treepublic void exitTrigger_name(JqlParser.Trigger_nameContext ctx)
JqlParser.trigger_name().
The default implementation does nothing.
exitTrigger_name in interface JqlListenerctx - the parse treepublic void enterView_name(JqlParser.View_nameContext ctx)
JqlParser.view_name().
The default implementation does nothing.
enterView_name in interface JqlListenerctx - the parse treepublic void exitView_name(JqlParser.View_nameContext ctx)
JqlParser.view_name().
The default implementation does nothing.
exitView_name in interface JqlListenerctx - the parse treepublic void enterModule_name(JqlParser.Module_nameContext ctx)
JqlParser.module_name().
The default implementation does nothing.
enterModule_name in interface JqlListenerctx - the parse treepublic void exitModule_name(JqlParser.Module_nameContext ctx)
JqlParser.module_name().
The default implementation does nothing.
exitModule_name in interface JqlListenerctx - the parse treepublic void enterPragma_name(JqlParser.Pragma_nameContext ctx)
JqlParser.pragma_name().
The default implementation does nothing.
enterPragma_name in interface JqlListenerctx - the parse treepublic void exitPragma_name(JqlParser.Pragma_nameContext ctx)
JqlParser.pragma_name().
The default implementation does nothing.
exitPragma_name in interface JqlListenerctx - the parse treepublic void enterProjected_columns(JqlParser.Projected_columnsContext ctx)
JqlParser.projected_columns().
The default implementation does nothing.
enterProjected_columns in interface JqlListenerctx - the parse treepublic void exitProjected_columns(JqlParser.Projected_columnsContext ctx)
JqlParser.projected_columns().
The default implementation does nothing.
exitProjected_columns in interface JqlListenerctx - the parse treepublic void enterSavepoint_name(JqlParser.Savepoint_nameContext ctx)
JqlParser.savepoint_name().
The default implementation does nothing.
enterSavepoint_name in interface JqlListenerctx - the parse treepublic void exitSavepoint_name(JqlParser.Savepoint_nameContext ctx)
JqlParser.savepoint_name().
The default implementation does nothing.
exitSavepoint_name in interface JqlListenerctx - the parse treepublic void enterTable_alias(JqlParser.Table_aliasContext ctx)
JqlParser.table_alias().
The default implementation does nothing.
enterTable_alias in interface JqlListenerctx - the parse treepublic void exitTable_alias(JqlParser.Table_aliasContext ctx)
JqlParser.table_alias().
The default implementation does nothing.
exitTable_alias in interface JqlListenerctx - the parse treepublic void enterTransaction_name(JqlParser.Transaction_nameContext ctx)
JqlParser.transaction_name().
The default implementation does nothing.
enterTransaction_name in interface JqlListenerctx - the parse treepublic void exitTransaction_name(JqlParser.Transaction_nameContext ctx)
JqlParser.transaction_name().
The default implementation does nothing.
exitTransaction_name in interface JqlListenerctx - the parse treepublic void enterAny_name(JqlParser.Any_nameContext ctx)
JqlParser.any_name().
The default implementation does nothing.
enterAny_name in interface JqlListenerctx - the parse treepublic void exitAny_name(JqlParser.Any_nameContext ctx)
JqlParser.any_name().
The default implementation does nothing.
exitAny_name in interface JqlListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2017. All rights reserved.