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