Class JQBaseListener
- All Implemented Interfaces:
JQListener, org.antlr.v4.runtime.tree.ParseTreeListener
JQListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
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().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
JQBaseListener
public JQBaseListener()
-
-
Method Details
-
enterStatement
Enter a parse tree produced byJQParser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitStatement
Exit a parse tree produced byJQParser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterSelect_statement
Enter a parse tree produced byJQParser.select_statement().The default implementation does nothing.
- Specified by:
enterSelect_statementin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitSelect_statement
Exit a parse tree produced byJQParser.select_statement().The default implementation does nothing.
- Specified by:
exitSelect_statementin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterUpdate_statement
Enter a parse tree produced byJQParser.update_statement().The default implementation does nothing.
- Specified by:
enterUpdate_statementin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitUpdate_statement
Exit a parse tree produced byJQParser.update_statement().The default implementation does nothing.
- Specified by:
exitUpdate_statementin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterDelete_statement
Enter a parse tree produced byJQParser.delete_statement().The default implementation does nothing.
- Specified by:
enterDelete_statementin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitDelete_statement
Exit a parse tree produced byJQParser.delete_statement().The default implementation does nothing.
- Specified by:
exitDelete_statementin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterFrom_clause
Enter a parse tree produced byJQParser.from_clause().The default implementation does nothing.
- Specified by:
enterFrom_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
exitFrom_clause
Exit a parse tree produced byJQParser.from_clause().The default implementation does nothing.
- Specified by:
exitFrom_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
enterWhere_clause
Enter a parse tree produced byJQParser.where_clause().The default implementation does nothing.
- Specified by:
enterWhere_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
exitWhere_clause
Exit a parse tree produced byJQParser.where_clause().The default implementation does nothing.
- Specified by:
exitWhere_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
enterUpdate_clause
Enter a parse tree produced byJQParser.update_clause().The default implementation does nothing.
- Specified by:
enterUpdate_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
exitUpdate_clause
Exit a parse tree produced byJQParser.update_clause().The default implementation does nothing.
- Specified by:
exitUpdate_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
enterSet_clause
Enter a parse tree produced byJQParser.set_clause().The default implementation does nothing.
- Specified by:
enterSet_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
exitSet_clause
Exit a parse tree produced byJQParser.set_clause().The default implementation does nothing.
- Specified by:
exitSet_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
enterUpdate_item
Enter a parse tree produced byJQParser.update_item().The default implementation does nothing.
- Specified by:
enterUpdate_itemin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitUpdate_item
Exit a parse tree produced byJQParser.update_item().The default implementation does nothing.
- Specified by:
exitUpdate_itemin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterNew_value
Enter a parse tree produced byJQParser.new_value().The default implementation does nothing.
- Specified by:
enterNew_valuein interfaceJQListener- Parameters:
ctx- the parse tree
-
exitNew_value
Exit a parse tree produced byJQParser.new_value().The default implementation does nothing.
- Specified by:
exitNew_valuein interfaceJQListener- Parameters:
ctx- the parse tree
-
enterDelete_clause
Enter a parse tree produced byJQParser.delete_clause().The default implementation does nothing.
- Specified by:
enterDelete_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
exitDelete_clause
Exit a parse tree produced byJQParser.delete_clause().The default implementation does nothing.
- Specified by:
exitDelete_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
enterSelect_clause
Enter a parse tree produced byJQParser.select_clause().The default implementation does nothing.
- Specified by:
enterSelect_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
exitSelect_clause
Exit a parse tree produced byJQParser.select_clause().The default implementation does nothing.
- Specified by:
exitSelect_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
enterSelect_item
Enter a parse tree produced byJQParser.select_item().The default implementation does nothing.
- Specified by:
enterSelect_itemin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitSelect_item
Exit a parse tree produced byJQParser.select_item().The default implementation does nothing.
- Specified by:
exitSelect_itemin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterSelect_expression
Enter a parse tree produced byJQParser.select_expression().The default implementation does nothing.
- Specified by:
enterSelect_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitSelect_expression
Exit a parse tree produced byJQParser.select_expression().The default implementation does nothing.
- Specified by:
exitSelect_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterAggregate_expression
Enter a parse tree produced byJQParser.aggregate_expression().The default implementation does nothing.
- Specified by:
enterAggregate_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitAggregate_expression
Exit a parse tree produced byJQParser.aggregate_expression().The default implementation does nothing.
- Specified by:
exitAggregate_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterAggregate_function
Enter a parse tree produced byJQParser.aggregate_function().The default implementation does nothing.
- Specified by:
enterAggregate_functionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitAggregate_function
Exit a parse tree produced byJQParser.aggregate_function().The default implementation does nothing.
- Specified by:
exitAggregate_functionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterAggregate_argument
Enter a parse tree produced byJQParser.aggregate_argument().The default implementation does nothing.
- Specified by:
enterAggregate_argumentin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitAggregate_argument
Exit a parse tree produced byJQParser.aggregate_argument().The default implementation does nothing.
- Specified by:
exitAggregate_argumentin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterOrderby_clause
Enter a parse tree produced byJQParser.orderby_clause().The default implementation does nothing.
- Specified by:
enterOrderby_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
exitOrderby_clause
Exit a parse tree produced byJQParser.orderby_clause().The default implementation does nothing.
- Specified by:
exitOrderby_clausein interfaceJQListener- Parameters:
ctx- the parse tree
-
enterOrderby_item
Enter a parse tree produced byJQParser.orderby_item().The default implementation does nothing.
- Specified by:
enterOrderby_itemin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitOrderby_item
Exit a parse tree produced byJQParser.orderby_item().The default implementation does nothing.
- Specified by:
exitOrderby_itemin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterOrderby_expression
Enter a parse tree produced byJQParser.orderby_expression().The default implementation does nothing.
- Specified by:
enterOrderby_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitOrderby_expression
Exit a parse tree produced byJQParser.orderby_expression().The default implementation does nothing.
- Specified by:
exitOrderby_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterConditional_expression
Enter a parse tree produced byJQParser.conditional_expression().The default implementation does nothing.
- Specified by:
enterConditional_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitConditional_expression
Exit a parse tree produced byJQParser.conditional_expression().The default implementation does nothing.
- Specified by:
exitConditional_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterComparison_expression
Enter a parse tree produced byJQParser.comparison_expression().The default implementation does nothing.
- Specified by:
enterComparison_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitComparison_expression
Exit a parse tree produced byJQParser.comparison_expression().The default implementation does nothing.
- Specified by:
exitComparison_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterComparison_operator
Enter a parse tree produced byJQParser.comparison_operator().The default implementation does nothing.
- Specified by:
enterComparison_operatorin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitComparison_operator
Exit a parse tree produced byJQParser.comparison_operator().The default implementation does nothing.
- Specified by:
exitComparison_operatorin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterBetween_expression
Enter a parse tree produced byJQParser.between_expression().The default implementation does nothing.
- Specified by:
enterBetween_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitBetween_expression
Exit a parse tree produced byJQParser.between_expression().The default implementation does nothing.
- Specified by:
exitBetween_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterLike_expression
Enter a parse tree produced byJQParser.like_expression().The default implementation does nothing.
- Specified by:
enterLike_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitLike_expression
Exit a parse tree produced byJQParser.like_expression().The default implementation does nothing.
- Specified by:
exitLike_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterEscaped_pattern
Enter a parse tree produced byJQParser.escaped_pattern().The default implementation does nothing.
- Specified by:
enterEscaped_patternin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitEscaped_pattern
Exit a parse tree produced byJQParser.escaped_pattern().The default implementation does nothing.
- Specified by:
exitEscaped_patternin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterIn_expression
Enter a parse tree produced byJQParser.in_expression().The default implementation does nothing.
- Specified by:
enterIn_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitIn_expression
Exit a parse tree produced byJQParser.in_expression().The default implementation does nothing.
- Specified by:
exitIn_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterIn_item_list
Enter a parse tree produced byJQParser.in_item_list().The default implementation does nothing.
- Specified by:
enterIn_item_listin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitIn_item_list
Exit a parse tree produced byJQParser.in_item_list().The default implementation does nothing.
- Specified by:
exitIn_item_listin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterIn_item_list_many
Enter a parse tree produced byJQParser.in_item_list_many().The default implementation does nothing.
- Specified by:
enterIn_item_list_manyin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitIn_item_list_many
Exit a parse tree produced byJQParser.in_item_list_many().The default implementation does nothing.
- Specified by:
exitIn_item_list_manyin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterIn_item
Enter a parse tree produced byJQParser.in_item().The default implementation does nothing.
- Specified by:
enterIn_itemin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitIn_item
Exit a parse tree produced byJQParser.in_item().The default implementation does nothing.
- Specified by:
exitIn_itemin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterNull_comparison_expression
Enter a parse tree produced byJQParser.null_comparison_expression().The default implementation does nothing.
- Specified by:
enterNull_comparison_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitNull_comparison_expression
Exit a parse tree produced byJQParser.null_comparison_expression().The default implementation does nothing.
- Specified by:
exitNull_comparison_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterScalar_expression
Enter a parse tree produced byJQParser.scalar_expression().The default implementation does nothing.
- Specified by:
enterScalar_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitScalar_expression
Exit a parse tree produced byJQParser.scalar_expression().The default implementation does nothing.
- Specified by:
exitScalar_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterPrimary_expression
Enter a parse tree produced byJQParser.primary_expression().The default implementation does nothing.
- Specified by:
enterPrimary_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitPrimary_expression
Exit a parse tree produced byJQParser.primary_expression().The default implementation does nothing.
- Specified by:
exitPrimary_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterId_expression
Enter a parse tree produced byJQParser.id_expression().The default implementation does nothing.
- Specified by:
enterId_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitId_expression
Exit a parse tree produced byJQParser.id_expression().The default implementation does nothing.
- Specified by:
exitId_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterFunction_expression
Enter a parse tree produced byJQParser.function_expression().The default implementation does nothing.
- Specified by:
enterFunction_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitFunction_expression
Exit a parse tree produced byJQParser.function_expression().The default implementation does nothing.
- Specified by:
exitFunction_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterSpecial_expression
Enter a parse tree produced byJQParser.special_expression().The default implementation does nothing.
- Specified by:
enterSpecial_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitSpecial_expression
Exit a parse tree produced byJQParser.special_expression().The default implementation does nothing.
- Specified by:
exitSpecial_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterSpecial_boolean_expression
Enter a parse tree produced byJQParser.special_boolean_expression().The default implementation does nothing.
- Specified by:
enterSpecial_boolean_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitSpecial_boolean_expression
Exit a parse tree produced byJQParser.special_boolean_expression().The default implementation does nothing.
- Specified by:
exitSpecial_boolean_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterSpecial_datetime_expression
Enter a parse tree produced byJQParser.special_datetime_expression().The default implementation does nothing.
- Specified by:
enterSpecial_datetime_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitSpecial_datetime_expression
Exit a parse tree produced byJQParser.special_datetime_expression().The default implementation does nothing.
- Specified by:
exitSpecial_datetime_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterSimple_path_expression
Enter a parse tree produced byJQParser.simple_path_expression().The default implementation does nothing.
- Specified by:
enterSimple_path_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitSimple_path_expression
Exit a parse tree produced byJQParser.simple_path_expression().The default implementation does nothing.
- Specified by:
exitSimple_path_expressionin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterEntity_name
Enter a parse tree produced byJQParser.entity_name().The default implementation does nothing.
- Specified by:
enterEntity_namein interfaceJQListener- Parameters:
ctx- the parse tree
-
exitEntity_name
Exit a parse tree produced byJQParser.entity_name().The default implementation does nothing.
- Specified by:
exitEntity_namein interfaceJQListener- Parameters:
ctx- the parse tree
-
enterIdentification_variable
Enter a parse tree produced byJQParser.identification_variable().The default implementation does nothing.
- Specified by:
enterIdentification_variablein interfaceJQListener- Parameters:
ctx- the parse tree
-
exitIdentification_variable
Exit a parse tree produced byJQParser.identification_variable().The default implementation does nothing.
- Specified by:
exitIdentification_variablein interfaceJQListener- Parameters:
ctx- the parse tree
-
enterResult_variable
Enter a parse tree produced byJQParser.result_variable().The default implementation does nothing.
- Specified by:
enterResult_variablein interfaceJQListener- Parameters:
ctx- the parse tree
-
exitResult_variable
Exit a parse tree produced byJQParser.result_variable().The default implementation does nothing.
- Specified by:
exitResult_variablein interfaceJQListener- Parameters:
ctx- the parse tree
-
enterEnum_literal
Enter a parse tree produced byJQParser.enum_literal().The default implementation does nothing.
- Specified by:
enterEnum_literalin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitEnum_literal
Exit a parse tree produced byJQParser.enum_literal().The default implementation does nothing.
- Specified by:
exitEnum_literalin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterInput_parameter
Enter a parse tree produced byJQParser.input_parameter().The default implementation does nothing.
- Specified by:
enterInput_parameterin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitInput_parameter
Exit a parse tree produced byJQParser.input_parameter().The default implementation does nothing.
- Specified by:
exitInput_parameterin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterParameter_name
Enter a parse tree produced byJQParser.parameter_name().The default implementation does nothing.
- Specified by:
enterParameter_namein interfaceJQListener- Parameters:
ctx- the parse tree
-
exitParameter_name
Exit a parse tree produced byJQParser.parameter_name().The default implementation does nothing.
- Specified by:
exitParameter_namein interfaceJQListener- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byJQParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byJQParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterNumeric_literal
Enter a parse tree produced byJQParser.numeric_literal().The default implementation does nothing.
- Specified by:
enterNumeric_literalin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitNumeric_literal
Exit a parse tree produced byJQParser.numeric_literal().The default implementation does nothing.
- Specified by:
exitNumeric_literalin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterString_literal
Enter a parse tree produced byJQParser.string_literal().The default implementation does nothing.
- Specified by:
enterString_literalin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitString_literal
Exit a parse tree produced byJQParser.string_literal().The default implementation does nothing.
- Specified by:
exitString_literalin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterLiteral_pattern
Enter a parse tree produced byJQParser.literal_pattern().The default implementation does nothing.
- Specified by:
enterLiteral_patternin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitLiteral_pattern
Exit a parse tree produced byJQParser.literal_pattern().The default implementation does nothing.
- Specified by:
exitLiteral_patternin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterEscape_character
Enter a parse tree produced byJQParser.escape_character().The default implementation does nothing.
- Specified by:
enterEscape_characterin interfaceJQListener- Parameters:
ctx- the parse tree
-
exitEscape_character
Exit a parse tree produced byJQParser.escape_character().The default implementation does nothing.
- Specified by:
exitEscape_characterin interfaceJQListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-