Interface JQListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
JQBaseListener
public interface JQListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
JQParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byJQParser.aggregate_argument().voidEnter a parse tree produced byJQParser.aggregate_expression().voidEnter a parse tree produced byJQParser.aggregate_function().voidEnter a parse tree produced byJQParser.between_expression().voidEnter a parse tree produced byJQParser.comparison_expression().voidEnter a parse tree produced byJQParser.comparison_operator().voidEnter a parse tree produced byJQParser.conditional_expression().voidEnter a parse tree produced byJQParser.delete_clause().voidEnter a parse tree produced byJQParser.delete_statement().voidEnter a parse tree produced byJQParser.entity_name().voidEnter a parse tree produced byJQParser.enum_literal().voidEnter a parse tree produced byJQParser.escape_character().voidEnter a parse tree produced byJQParser.escaped_pattern().voidEnter a parse tree produced byJQParser.from_clause().voidEnter a parse tree produced byJQParser.function_expression().voidEnter a parse tree produced byJQParser.id_expression().voidEnter a parse tree produced byJQParser.identification_variable().voidEnter a parse tree produced byJQParser.in_expression().voidEnter a parse tree produced byJQParser.in_item().voidEnter a parse tree produced byJQParser.in_item_list().voidEnter a parse tree produced byJQParser.in_item_list_many().voidEnter a parse tree produced byJQParser.input_parameter().voidEnter a parse tree produced byJQParser.like_expression().voidEnter a parse tree produced byJQParser.literal().voidEnter a parse tree produced byJQParser.literal_pattern().voidEnter a parse tree produced byJQParser.new_value().voidEnter a parse tree produced byJQParser.null_comparison_expression().voidEnter a parse tree produced byJQParser.numeric_literal().voidEnter a parse tree produced byJQParser.orderby_clause().voidEnter a parse tree produced byJQParser.orderby_expression().voidEnter a parse tree produced byJQParser.orderby_item().voidEnter a parse tree produced byJQParser.parameter_name().voidEnter a parse tree produced byJQParser.primary_expression().voidEnter a parse tree produced byJQParser.result_variable().voidEnter a parse tree produced byJQParser.scalar_expression().voidEnter a parse tree produced byJQParser.select_clause().voidEnter a parse tree produced byJQParser.select_expression().voidEnter a parse tree produced byJQParser.select_item().voidEnter a parse tree produced byJQParser.select_statement().voidEnter a parse tree produced byJQParser.set_clause().voidEnter a parse tree produced byJQParser.simple_path_expression().voidEnter a parse tree produced byJQParser.special_boolean_expression().voidEnter a parse tree produced byJQParser.special_datetime_expression().voidEnter a parse tree produced byJQParser.special_expression().voidEnter a parse tree produced byJQParser.statement().voidEnter a parse tree produced byJQParser.string_literal().voidEnter a parse tree produced byJQParser.update_clause().voidEnter a parse tree produced byJQParser.update_item().voidEnter a parse tree produced byJQParser.update_statement().voidEnter a parse tree produced byJQParser.where_clause().voidExit a parse tree produced byJQParser.aggregate_argument().voidExit a parse tree produced byJQParser.aggregate_expression().voidExit a parse tree produced byJQParser.aggregate_function().voidExit a parse tree produced byJQParser.between_expression().voidExit a parse tree produced byJQParser.comparison_expression().voidExit a parse tree produced byJQParser.comparison_operator().voidExit a parse tree produced byJQParser.conditional_expression().voidExit a parse tree produced byJQParser.delete_clause().voidExit a parse tree produced byJQParser.delete_statement().voidExit a parse tree produced byJQParser.entity_name().voidExit a parse tree produced byJQParser.enum_literal().voidExit a parse tree produced byJQParser.escape_character().voidExit a parse tree produced byJQParser.escaped_pattern().voidExit a parse tree produced byJQParser.from_clause().voidExit a parse tree produced byJQParser.function_expression().voidExit a parse tree produced byJQParser.id_expression().voidExit a parse tree produced byJQParser.identification_variable().voidExit a parse tree produced byJQParser.in_expression().voidExit a parse tree produced byJQParser.in_item().voidExit a parse tree produced byJQParser.in_item_list().voidExit a parse tree produced byJQParser.in_item_list_many().voidExit a parse tree produced byJQParser.input_parameter().voidExit a parse tree produced byJQParser.like_expression().voidExit a parse tree produced byJQParser.literal().voidExit a parse tree produced byJQParser.literal_pattern().voidExit a parse tree produced byJQParser.new_value().voidExit a parse tree produced byJQParser.null_comparison_expression().voidExit a parse tree produced byJQParser.numeric_literal().voidExit a parse tree produced byJQParser.orderby_clause().voidExit a parse tree produced byJQParser.orderby_expression().voidExit a parse tree produced byJQParser.orderby_item().voidExit a parse tree produced byJQParser.parameter_name().voidExit a parse tree produced byJQParser.primary_expression().voidExit a parse tree produced byJQParser.result_variable().voidExit a parse tree produced byJQParser.scalar_expression().voidExit a parse tree produced byJQParser.select_clause().voidExit a parse tree produced byJQParser.select_expression().voidExit a parse tree produced byJQParser.select_item().voidExit a parse tree produced byJQParser.select_statement().voidExit a parse tree produced byJQParser.set_clause().voidExit a parse tree produced byJQParser.simple_path_expression().voidExit a parse tree produced byJQParser.special_boolean_expression().voidExit a parse tree produced byJQParser.special_datetime_expression().voidExit a parse tree produced byJQParser.special_expression().voidExit a parse tree produced byJQParser.statement().voidExit a parse tree produced byJQParser.string_literal().voidExit a parse tree produced byJQParser.update_clause().voidExit a parse tree produced byJQParser.update_item().voidExit a parse tree produced byJQParser.update_statement().voidExit a parse tree produced byJQParser.where_clause().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterStatement
Enter a parse tree produced byJQParser.statement().- Parameters:
ctx- the parse tree
-
exitStatement
Exit a parse tree produced byJQParser.statement().- Parameters:
ctx- the parse tree
-
enterSelect_statement
Enter a parse tree produced byJQParser.select_statement().- Parameters:
ctx- the parse tree
-
exitSelect_statement
Exit a parse tree produced byJQParser.select_statement().- Parameters:
ctx- the parse tree
-
enterUpdate_statement
Enter a parse tree produced byJQParser.update_statement().- Parameters:
ctx- the parse tree
-
exitUpdate_statement
Exit a parse tree produced byJQParser.update_statement().- Parameters:
ctx- the parse tree
-
enterDelete_statement
Enter a parse tree produced byJQParser.delete_statement().- Parameters:
ctx- the parse tree
-
exitDelete_statement
Exit a parse tree produced byJQParser.delete_statement().- Parameters:
ctx- the parse tree
-
enterFrom_clause
Enter a parse tree produced byJQParser.from_clause().- Parameters:
ctx- the parse tree
-
exitFrom_clause
Exit a parse tree produced byJQParser.from_clause().- Parameters:
ctx- the parse tree
-
enterWhere_clause
Enter a parse tree produced byJQParser.where_clause().- Parameters:
ctx- the parse tree
-
exitWhere_clause
Exit a parse tree produced byJQParser.where_clause().- Parameters:
ctx- the parse tree
-
enterUpdate_clause
Enter a parse tree produced byJQParser.update_clause().- Parameters:
ctx- the parse tree
-
exitUpdate_clause
Exit a parse tree produced byJQParser.update_clause().- Parameters:
ctx- the parse tree
-
enterSet_clause
Enter a parse tree produced byJQParser.set_clause().- Parameters:
ctx- the parse tree
-
exitSet_clause
Exit a parse tree produced byJQParser.set_clause().- Parameters:
ctx- the parse tree
-
enterUpdate_item
Enter a parse tree produced byJQParser.update_item().- Parameters:
ctx- the parse tree
-
exitUpdate_item
Exit a parse tree produced byJQParser.update_item().- Parameters:
ctx- the parse tree
-
enterNew_value
Enter a parse tree produced byJQParser.new_value().- Parameters:
ctx- the parse tree
-
exitNew_value
Exit a parse tree produced byJQParser.new_value().- Parameters:
ctx- the parse tree
-
enterDelete_clause
Enter a parse tree produced byJQParser.delete_clause().- Parameters:
ctx- the parse tree
-
exitDelete_clause
Exit a parse tree produced byJQParser.delete_clause().- Parameters:
ctx- the parse tree
-
enterSelect_clause
Enter a parse tree produced byJQParser.select_clause().- Parameters:
ctx- the parse tree
-
exitSelect_clause
Exit a parse tree produced byJQParser.select_clause().- Parameters:
ctx- the parse tree
-
enterSelect_item
Enter a parse tree produced byJQParser.select_item().- Parameters:
ctx- the parse tree
-
exitSelect_item
Exit a parse tree produced byJQParser.select_item().- Parameters:
ctx- the parse tree
-
enterSelect_expression
Enter a parse tree produced byJQParser.select_expression().- Parameters:
ctx- the parse tree
-
exitSelect_expression
Exit a parse tree produced byJQParser.select_expression().- Parameters:
ctx- the parse tree
-
enterAggregate_expression
Enter a parse tree produced byJQParser.aggregate_expression().- Parameters:
ctx- the parse tree
-
exitAggregate_expression
Exit a parse tree produced byJQParser.aggregate_expression().- Parameters:
ctx- the parse tree
-
enterAggregate_function
Enter a parse tree produced byJQParser.aggregate_function().- Parameters:
ctx- the parse tree
-
exitAggregate_function
Exit a parse tree produced byJQParser.aggregate_function().- Parameters:
ctx- the parse tree
-
enterAggregate_argument
Enter a parse tree produced byJQParser.aggregate_argument().- Parameters:
ctx- the parse tree
-
exitAggregate_argument
Exit a parse tree produced byJQParser.aggregate_argument().- Parameters:
ctx- the parse tree
-
enterOrderby_clause
Enter a parse tree produced byJQParser.orderby_clause().- Parameters:
ctx- the parse tree
-
exitOrderby_clause
Exit a parse tree produced byJQParser.orderby_clause().- Parameters:
ctx- the parse tree
-
enterOrderby_item
Enter a parse tree produced byJQParser.orderby_item().- Parameters:
ctx- the parse tree
-
exitOrderby_item
Exit a parse tree produced byJQParser.orderby_item().- Parameters:
ctx- the parse tree
-
enterOrderby_expression
Enter a parse tree produced byJQParser.orderby_expression().- Parameters:
ctx- the parse tree
-
exitOrderby_expression
Exit a parse tree produced byJQParser.orderby_expression().- Parameters:
ctx- the parse tree
-
enterConditional_expression
Enter a parse tree produced byJQParser.conditional_expression().- Parameters:
ctx- the parse tree
-
exitConditional_expression
Exit a parse tree produced byJQParser.conditional_expression().- Parameters:
ctx- the parse tree
-
enterComparison_expression
Enter a parse tree produced byJQParser.comparison_expression().- Parameters:
ctx- the parse tree
-
exitComparison_expression
Exit a parse tree produced byJQParser.comparison_expression().- Parameters:
ctx- the parse tree
-
enterComparison_operator
Enter a parse tree produced byJQParser.comparison_operator().- Parameters:
ctx- the parse tree
-
exitComparison_operator
Exit a parse tree produced byJQParser.comparison_operator().- Parameters:
ctx- the parse tree
-
enterBetween_expression
Enter a parse tree produced byJQParser.between_expression().- Parameters:
ctx- the parse tree
-
exitBetween_expression
Exit a parse tree produced byJQParser.between_expression().- Parameters:
ctx- the parse tree
-
enterLike_expression
Enter a parse tree produced byJQParser.like_expression().- Parameters:
ctx- the parse tree
-
exitLike_expression
Exit a parse tree produced byJQParser.like_expression().- Parameters:
ctx- the parse tree
-
enterEscaped_pattern
Enter a parse tree produced byJQParser.escaped_pattern().- Parameters:
ctx- the parse tree
-
exitEscaped_pattern
Exit a parse tree produced byJQParser.escaped_pattern().- Parameters:
ctx- the parse tree
-
enterIn_expression
Enter a parse tree produced byJQParser.in_expression().- Parameters:
ctx- the parse tree
-
exitIn_expression
Exit a parse tree produced byJQParser.in_expression().- Parameters:
ctx- the parse tree
-
enterIn_item_list
Enter a parse tree produced byJQParser.in_item_list().- Parameters:
ctx- the parse tree
-
exitIn_item_list
Exit a parse tree produced byJQParser.in_item_list().- Parameters:
ctx- the parse tree
-
enterIn_item_list_many
Enter a parse tree produced byJQParser.in_item_list_many().- Parameters:
ctx- the parse tree
-
exitIn_item_list_many
Exit a parse tree produced byJQParser.in_item_list_many().- Parameters:
ctx- the parse tree
-
enterIn_item
Enter a parse tree produced byJQParser.in_item().- Parameters:
ctx- the parse tree
-
exitIn_item
Exit a parse tree produced byJQParser.in_item().- Parameters:
ctx- the parse tree
-
enterNull_comparison_expression
Enter a parse tree produced byJQParser.null_comparison_expression().- Parameters:
ctx- the parse tree
-
exitNull_comparison_expression
Exit a parse tree produced byJQParser.null_comparison_expression().- Parameters:
ctx- the parse tree
-
enterScalar_expression
Enter a parse tree produced byJQParser.scalar_expression().- Parameters:
ctx- the parse tree
-
exitScalar_expression
Exit a parse tree produced byJQParser.scalar_expression().- Parameters:
ctx- the parse tree
-
enterPrimary_expression
Enter a parse tree produced byJQParser.primary_expression().- Parameters:
ctx- the parse tree
-
exitPrimary_expression
Exit a parse tree produced byJQParser.primary_expression().- Parameters:
ctx- the parse tree
-
enterId_expression
Enter a parse tree produced byJQParser.id_expression().- Parameters:
ctx- the parse tree
-
exitId_expression
Exit a parse tree produced byJQParser.id_expression().- Parameters:
ctx- the parse tree
-
enterFunction_expression
Enter a parse tree produced byJQParser.function_expression().- Parameters:
ctx- the parse tree
-
exitFunction_expression
Exit a parse tree produced byJQParser.function_expression().- Parameters:
ctx- the parse tree
-
enterSpecial_expression
Enter a parse tree produced byJQParser.special_expression().- Parameters:
ctx- the parse tree
-
exitSpecial_expression
Exit a parse tree produced byJQParser.special_expression().- Parameters:
ctx- the parse tree
-
enterSpecial_boolean_expression
Enter a parse tree produced byJQParser.special_boolean_expression().- Parameters:
ctx- the parse tree
-
exitSpecial_boolean_expression
Exit a parse tree produced byJQParser.special_boolean_expression().- Parameters:
ctx- the parse tree
-
enterSpecial_datetime_expression
Enter a parse tree produced byJQParser.special_datetime_expression().- Parameters:
ctx- the parse tree
-
exitSpecial_datetime_expression
Exit a parse tree produced byJQParser.special_datetime_expression().- Parameters:
ctx- the parse tree
-
enterSimple_path_expression
Enter a parse tree produced byJQParser.simple_path_expression().- Parameters:
ctx- the parse tree
-
exitSimple_path_expression
Exit a parse tree produced byJQParser.simple_path_expression().- Parameters:
ctx- the parse tree
-
enterEntity_name
Enter a parse tree produced byJQParser.entity_name().- Parameters:
ctx- the parse tree
-
exitEntity_name
Exit a parse tree produced byJQParser.entity_name().- Parameters:
ctx- the parse tree
-
enterIdentification_variable
Enter a parse tree produced byJQParser.identification_variable().- Parameters:
ctx- the parse tree
-
exitIdentification_variable
Exit a parse tree produced byJQParser.identification_variable().- Parameters:
ctx- the parse tree
-
enterResult_variable
Enter a parse tree produced byJQParser.result_variable().- Parameters:
ctx- the parse tree
-
exitResult_variable
Exit a parse tree produced byJQParser.result_variable().- Parameters:
ctx- the parse tree
-
enterEnum_literal
Enter a parse tree produced byJQParser.enum_literal().- Parameters:
ctx- the parse tree
-
exitEnum_literal
Exit a parse tree produced byJQParser.enum_literal().- Parameters:
ctx- the parse tree
-
enterInput_parameter
Enter a parse tree produced byJQParser.input_parameter().- Parameters:
ctx- the parse tree
-
exitInput_parameter
Exit a parse tree produced byJQParser.input_parameter().- Parameters:
ctx- the parse tree
-
enterParameter_name
Enter a parse tree produced byJQParser.parameter_name().- Parameters:
ctx- the parse tree
-
exitParameter_name
Exit a parse tree produced byJQParser.parameter_name().- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byJQParser.literal().- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byJQParser.literal().- Parameters:
ctx- the parse tree
-
enterNumeric_literal
Enter a parse tree produced byJQParser.numeric_literal().- Parameters:
ctx- the parse tree
-
exitNumeric_literal
Exit a parse tree produced byJQParser.numeric_literal().- Parameters:
ctx- the parse tree
-
enterString_literal
Enter a parse tree produced byJQParser.string_literal().- Parameters:
ctx- the parse tree
-
exitString_literal
Exit a parse tree produced byJQParser.string_literal().- Parameters:
ctx- the parse tree
-
enterLiteral_pattern
Enter a parse tree produced byJQParser.literal_pattern().- Parameters:
ctx- the parse tree
-
exitLiteral_pattern
Exit a parse tree produced byJQParser.literal_pattern().- Parameters:
ctx- the parse tree
-
enterEscape_character
Enter a parse tree produced byJQParser.escape_character().- Parameters:
ctx- the parse tree
-
exitEscape_character
Exit a parse tree produced byJQParser.escape_character().- Parameters:
ctx- the parse tree
-