Package io.operon.parser
Interface OperonTestsListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
OperonTestsBaseListener
public interface OperonTestsListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byOperonTestsParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterOperontests
void enterOperontests(OperonTestsParser.OperontestsContext ctx)
Enter a parse tree produced byOperonTestsParser.operontests().- Parameters:
ctx- the parse tree
-
exitOperontests
void exitOperontests(OperonTestsParser.OperontestsContext ctx)
Exit a parse tree produced byOperonTestsParser.operontests().- Parameters:
ctx- the parse tree
-
enterAssert_component_stmt
void enterAssert_component_stmt(OperonTestsParser.Assert_component_stmtContext ctx)
Enter a parse tree produced byOperonTestsParser.assert_component_stmt().- Parameters:
ctx- the parse tree
-
exitAssert_component_stmt
void exitAssert_component_stmt(OperonTestsParser.Assert_component_stmtContext ctx)
Exit a parse tree produced byOperonTestsParser.assert_component_stmt().- Parameters:
ctx- the parse tree
-
enterMock_stmt
void enterMock_stmt(OperonTestsParser.Mock_stmtContext ctx)
Enter a parse tree produced byOperonTestsParser.mock_stmt().- Parameters:
ctx- the parse tree
-
exitMock_stmt
void exitMock_stmt(OperonTestsParser.Mock_stmtContext ctx)
Exit a parse tree produced byOperonTestsParser.mock_stmt().- Parameters:
ctx- the parse tree
-
enterImport_stmt
void enterImport_stmt(OperonTestsParser.Import_stmtContext ctx)
Enter a parse tree produced byOperonTestsParser.import_stmt().- Parameters:
ctx- the parse tree
-
exitImport_stmt
void exitImport_stmt(OperonTestsParser.Import_stmtContext ctx)
Exit a parse tree produced byOperonTestsParser.import_stmt().- Parameters:
ctx- the parse tree
-
enterFrom
void enterFrom(OperonTestsParser.FromContext ctx)
Enter a parse tree produced byOperonTestsParser.from().- Parameters:
ctx- the parse tree
-
exitFrom
void exitFrom(OperonTestsParser.FromContext ctx)
Exit a parse tree produced byOperonTestsParser.from().- Parameters:
ctx- the parse tree
-
enterFunction_stmt
void enterFunction_stmt(OperonTestsParser.Function_stmtContext ctx)
Enter a parse tree produced byOperonTestsParser.function_stmt().- Parameters:
ctx- the parse tree
-
exitFunction_stmt
void exitFunction_stmt(OperonTestsParser.Function_stmtContext ctx)
Exit a parse tree produced byOperonTestsParser.function_stmt().- Parameters:
ctx- the parse tree
-
enterLet_stmt
void enterLet_stmt(OperonTestsParser.Let_stmtContext ctx)
Enter a parse tree produced byOperonTestsParser.let_stmt().- Parameters:
ctx- the parse tree
-
exitLet_stmt
void exitLet_stmt(OperonTestsParser.Let_stmtContext ctx)
Exit a parse tree produced byOperonTestsParser.let_stmt().- Parameters:
ctx- the parse tree
-
enterSelect
void enterSelect(OperonTestsParser.SelectContext ctx)
Enter a parse tree produced byOperonTestsParser.select().- Parameters:
ctx- the parse tree
-
exitSelect
void exitSelect(OperonTestsParser.SelectContext ctx)
Exit a parse tree produced byOperonTestsParser.select().- Parameters:
ctx- the parse tree
-
enterException_stmt
void enterException_stmt(OperonTestsParser.Exception_stmtContext ctx)
Enter a parse tree produced byOperonTestsParser.exception_stmt().- Parameters:
ctx- the parse tree
-
exitException_stmt
void exitException_stmt(OperonTestsParser.Exception_stmtContext ctx)
Exit a parse tree produced byOperonTestsParser.exception_stmt().- Parameters:
ctx- the parse tree
-
enterExpr
void enterExpr(OperonTestsParser.ExprContext ctx)
Enter a parse tree produced byOperonTestsParser.expr().- Parameters:
ctx- the parse tree
-
exitExpr
void exitExpr(OperonTestsParser.ExprContext ctx)
Exit a parse tree produced byOperonTestsParser.expr().- Parameters:
ctx- the parse tree
-
enterFlow_break
void enterFlow_break(OperonTestsParser.Flow_breakContext ctx)
Enter a parse tree produced byOperonTestsParser.flow_break().- Parameters:
ctx- the parse tree
-
exitFlow_break
void exitFlow_break(OperonTestsParser.Flow_breakContext ctx)
Exit a parse tree produced byOperonTestsParser.flow_break().- Parameters:
ctx- the parse tree
-
enterTry_catch
void enterTry_catch(OperonTestsParser.Try_catchContext ctx)
Enter a parse tree produced byOperonTestsParser.try_catch().- Parameters:
ctx- the parse tree
-
exitTry_catch
void exitTry_catch(OperonTestsParser.Try_catchContext ctx)
Exit a parse tree produced byOperonTestsParser.try_catch().- Parameters:
ctx- the parse tree
-
enterAssign_expr
void enterAssign_expr(OperonTestsParser.Assign_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.assign_expr().- Parameters:
ctx- the parse tree
-
exitAssign_expr
void exitAssign_expr(OperonTestsParser.Assign_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.assign_expr().- Parameters:
ctx- the parse tree
-
enterAggregate_expr
void enterAggregate_expr(OperonTestsParser.Aggregate_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.aggregate_expr().- Parameters:
ctx- the parse tree
-
exitAggregate_expr
void exitAggregate_expr(OperonTestsParser.Aggregate_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.aggregate_expr().- Parameters:
ctx- the parse tree
-
enterParentheses_expr
void enterParentheses_expr(OperonTestsParser.Parentheses_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.parentheses_expr().- Parameters:
ctx- the parse tree
-
exitParentheses_expr
void exitParentheses_expr(OperonTestsParser.Parentheses_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.parentheses_expr().- Parameters:
ctx- the parse tree
-
enterObj_access
void enterObj_access(OperonTestsParser.Obj_accessContext ctx)
Enter a parse tree produced byOperonTestsParser.obj_access().- Parameters:
ctx- the parse tree
-
exitObj_access
void exitObj_access(OperonTestsParser.Obj_accessContext ctx)
Exit a parse tree produced byOperonTestsParser.obj_access().- Parameters:
ctx- the parse tree
-
enterObj_deep_scan
void enterObj_deep_scan(OperonTestsParser.Obj_deep_scanContext ctx)
Enter a parse tree produced byOperonTestsParser.obj_deep_scan().- Parameters:
ctx- the parse tree
-
exitObj_deep_scan
void exitObj_deep_scan(OperonTestsParser.Obj_deep_scanContext ctx)
Exit a parse tree produced byOperonTestsParser.obj_deep_scan().- Parameters:
ctx- the parse tree
-
enterObj_dynamic_access
void enterObj_dynamic_access(OperonTestsParser.Obj_dynamic_accessContext ctx)
Enter a parse tree produced byOperonTestsParser.obj_dynamic_access().- Parameters:
ctx- the parse tree
-
exitObj_dynamic_access
void exitObj_dynamic_access(OperonTestsParser.Obj_dynamic_accessContext ctx)
Exit a parse tree produced byOperonTestsParser.obj_dynamic_access().- Parameters:
ctx- the parse tree
-
enterObj_dynamic_deep_scan
void enterObj_dynamic_deep_scan(OperonTestsParser.Obj_dynamic_deep_scanContext ctx)
Enter a parse tree produced byOperonTestsParser.obj_dynamic_deep_scan().- Parameters:
ctx- the parse tree
-
exitObj_dynamic_deep_scan
void exitObj_dynamic_deep_scan(OperonTestsParser.Obj_dynamic_deep_scanContext ctx)
Exit a parse tree produced byOperonTestsParser.obj_dynamic_deep_scan().- Parameters:
ctx- the parse tree
-
enterMap_expr
void enterMap_expr(OperonTestsParser.Map_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.map_expr().- Parameters:
ctx- the parse tree
-
exitMap_expr
void exitMap_expr(OperonTestsParser.Map_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.map_expr().- Parameters:
ctx- the parse tree
-
enterPattern_configs
void enterPattern_configs(OperonTestsParser.Pattern_configsContext ctx)
Enter a parse tree produced byOperonTestsParser.pattern_configs().- Parameters:
ctx- the parse tree
-
exitPattern_configs
void exitPattern_configs(OperonTestsParser.Pattern_configsContext ctx)
Exit a parse tree produced byOperonTestsParser.pattern_configs().- Parameters:
ctx- the parse tree
-
enterWhere_expr
void enterWhere_expr(OperonTestsParser.Where_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.where_expr().- Parameters:
ctx- the parse tree
-
exitWhere_expr
void exitWhere_expr(OperonTestsParser.Where_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.where_expr().- Parameters:
ctx- the parse tree
-
enterPath_matches
void enterPath_matches(OperonTestsParser.Path_matchesContext ctx)
Enter a parse tree produced byOperonTestsParser.path_matches().- Parameters:
ctx- the parse tree
-
exitPath_matches
void exitPath_matches(OperonTestsParser.Path_matchesContext ctx)
Exit a parse tree produced byOperonTestsParser.path_matches().- Parameters:
ctx- the parse tree
-
enterDynamic_key_match_part
void enterDynamic_key_match_part(OperonTestsParser.Dynamic_key_match_partContext ctx)
Enter a parse tree produced byOperonTestsParser.dynamic_key_match_part().- Parameters:
ctx- the parse tree
-
exitDynamic_key_match_part
void exitDynamic_key_match_part(OperonTestsParser.Dynamic_key_match_partContext ctx)
Exit a parse tree produced byOperonTestsParser.dynamic_key_match_part().- Parameters:
ctx- the parse tree
-
enterUpdate_expr
void enterUpdate_expr(OperonTestsParser.Update_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.update_expr().- Parameters:
ctx- the parse tree
-
exitUpdate_expr
void exitUpdate_expr(OperonTestsParser.Update_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.update_expr().- Parameters:
ctx- the parse tree
-
enterBuild_expr
void enterBuild_expr(OperonTestsParser.Build_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.build_expr().- Parameters:
ctx- the parse tree
-
exitBuild_expr
void exitBuild_expr(OperonTestsParser.Build_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.build_expr().- Parameters:
ctx- the parse tree
-
enterUpdate_array_expr
void enterUpdate_array_expr(OperonTestsParser.Update_array_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.update_array_expr().- Parameters:
ctx- the parse tree
-
exitUpdate_array_expr
void exitUpdate_array_expr(OperonTestsParser.Update_array_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.update_array_expr().- Parameters:
ctx- the parse tree
-
enterLoop_expr
void enterLoop_expr(OperonTestsParser.Loop_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.loop_expr().- Parameters:
ctx- the parse tree
-
exitLoop_expr
void exitLoop_expr(OperonTestsParser.Loop_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.loop_expr().- Parameters:
ctx- the parse tree
-
enterDo_while_expr
void enterDo_while_expr(OperonTestsParser.Do_while_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.do_while_expr().- Parameters:
ctx- the parse tree
-
exitDo_while_expr
void exitDo_while_expr(OperonTestsParser.Do_while_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.do_while_expr().- Parameters:
ctx- the parse tree
-
enterWhile_expr
void enterWhile_expr(OperonTestsParser.While_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.while_expr().- Parameters:
ctx- the parse tree
-
exitWhile_expr
void exitWhile_expr(OperonTestsParser.While_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.while_expr().- Parameters:
ctx- the parse tree
-
enterBreak_loop
void enterBreak_loop(OperonTestsParser.Break_loopContext ctx)
Enter a parse tree produced byOperonTestsParser.break_loop().- Parameters:
ctx- the parse tree
-
exitBreak_loop
void exitBreak_loop(OperonTestsParser.Break_loopContext ctx)
Exit a parse tree produced byOperonTestsParser.break_loop().- Parameters:
ctx- the parse tree
-
enterContinue_loop
void enterContinue_loop(OperonTestsParser.Continue_loopContext ctx)
Enter a parse tree produced byOperonTestsParser.continue_loop().- Parameters:
ctx- the parse tree
-
exitContinue_loop
void exitContinue_loop(OperonTestsParser.Continue_loopContext ctx)
Exit a parse tree produced byOperonTestsParser.continue_loop().- Parameters:
ctx- the parse tree
-
enterChoice
void enterChoice(OperonTestsParser.ChoiceContext ctx)
Enter a parse tree produced byOperonTestsParser.choice().- Parameters:
ctx- the parse tree
-
exitChoice
void exitChoice(OperonTestsParser.ChoiceContext ctx)
Exit a parse tree produced byOperonTestsParser.choice().- Parameters:
ctx- the parse tree
-
enterFilter_full_expr
void enterFilter_full_expr(OperonTestsParser.Filter_full_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.filter_full_expr().- Parameters:
ctx- the parse tree
-
exitFilter_full_expr
void exitFilter_full_expr(OperonTestsParser.Filter_full_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.filter_full_expr().- Parameters:
ctx- the parse tree
-
enterFilter_expr
void enterFilter_expr(OperonTestsParser.Filter_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.filter_expr().- Parameters:
ctx- the parse tree
-
exitFilter_expr
void exitFilter_expr(OperonTestsParser.Filter_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.filter_expr().- Parameters:
ctx- the parse tree
-
enterFilter_list
void enterFilter_list(OperonTestsParser.Filter_listContext ctx)
Enter a parse tree produced byOperonTestsParser.filter_list().- Parameters:
ctx- the parse tree
-
exitFilter_list
void exitFilter_list(OperonTestsParser.Filter_listContext ctx)
Exit a parse tree produced byOperonTestsParser.filter_list().- Parameters:
ctx- the parse tree
-
enterFilter_list_expr
void enterFilter_list_expr(OperonTestsParser.Filter_list_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.filter_list_expr().- Parameters:
ctx- the parse tree
-
exitFilter_list_expr
void exitFilter_list_expr(OperonTestsParser.Filter_list_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.filter_list_expr().- Parameters:
ctx- the parse tree
-
enterSplicing_expr
void enterSplicing_expr(OperonTestsParser.Splicing_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.splicing_expr().- Parameters:
ctx- the parse tree
-
exitSplicing_expr
void exitSplicing_expr(OperonTestsParser.Splicing_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.splicing_expr().- Parameters:
ctx- the parse tree
-
enterRange_expr
void enterRange_expr(OperonTestsParser.Range_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.range_expr().- Parameters:
ctx- the parse tree
-
exitRange_expr
void exitRange_expr(OperonTestsParser.Range_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.range_expr().- Parameters:
ctx- the parse tree
-
enterLambda_function_call
void enterLambda_function_call(OperonTestsParser.Lambda_function_callContext ctx)
Enter a parse tree produced byOperonTestsParser.lambda_function_call().- Parameters:
ctx- the parse tree
-
exitLambda_function_call
void exitLambda_function_call(OperonTestsParser.Lambda_function_callContext ctx)
Exit a parse tree produced byOperonTestsParser.lambda_function_call().- Parameters:
ctx- the parse tree
-
enterLambda_function_ref
void enterLambda_function_ref(OperonTestsParser.Lambda_function_refContext ctx)
Enter a parse tree produced byOperonTestsParser.lambda_function_ref().- Parameters:
ctx- the parse tree
-
exitLambda_function_ref
void exitLambda_function_ref(OperonTestsParser.Lambda_function_refContext ctx)
Exit a parse tree produced byOperonTestsParser.lambda_function_ref().- Parameters:
ctx- the parse tree
-
enterAuto_invoke_ref
void enterAuto_invoke_ref(OperonTestsParser.Auto_invoke_refContext ctx)
Enter a parse tree produced byOperonTestsParser.auto_invoke_ref().- Parameters:
ctx- the parse tree
-
exitAuto_invoke_ref
void exitAuto_invoke_ref(OperonTestsParser.Auto_invoke_refContext ctx)
Exit a parse tree produced byOperonTestsParser.auto_invoke_ref().- Parameters:
ctx- the parse tree
-
enterFunction_call
void enterFunction_call(OperonTestsParser.Function_callContext ctx)
Enter a parse tree produced byOperonTestsParser.function_call().- Parameters:
ctx- the parse tree
-
exitFunction_call
void exitFunction_call(OperonTestsParser.Function_callContext ctx)
Exit a parse tree produced byOperonTestsParser.function_call().- Parameters:
ctx- the parse tree
-
enterFunction_ref
void enterFunction_ref(OperonTestsParser.Function_refContext ctx)
Enter a parse tree produced byOperonTestsParser.function_ref().- Parameters:
ctx- the parse tree
-
exitFunction_ref
void exitFunction_ref(OperonTestsParser.Function_refContext ctx)
Exit a parse tree produced byOperonTestsParser.function_ref().- Parameters:
ctx- the parse tree
-
enterFunction_arguments
void enterFunction_arguments(OperonTestsParser.Function_argumentsContext ctx)
Enter a parse tree produced byOperonTestsParser.function_arguments().- Parameters:
ctx- the parse tree
-
exitFunction_arguments
void exitFunction_arguments(OperonTestsParser.Function_argumentsContext ctx)
Exit a parse tree produced byOperonTestsParser.function_arguments().- Parameters:
ctx- the parse tree
-
enterFunction_regular_argument
void enterFunction_regular_argument(OperonTestsParser.Function_regular_argumentContext ctx)
Enter a parse tree produced byOperonTestsParser.function_regular_argument().- Parameters:
ctx- the parse tree
-
exitFunction_regular_argument
void exitFunction_regular_argument(OperonTestsParser.Function_regular_argumentContext ctx)
Exit a parse tree produced byOperonTestsParser.function_regular_argument().- Parameters:
ctx- the parse tree
-
enterFunction_named_argument
void enterFunction_named_argument(OperonTestsParser.Function_named_argumentContext ctx)
Enter a parse tree produced byOperonTestsParser.function_named_argument().- Parameters:
ctx- the parse tree
-
exitFunction_named_argument
void exitFunction_named_argument(OperonTestsParser.Function_named_argumentContext ctx)
Exit a parse tree produced byOperonTestsParser.function_named_argument().- Parameters:
ctx- the parse tree
-
enterFunction_stmt_param
void enterFunction_stmt_param(OperonTestsParser.Function_stmt_paramContext ctx)
Enter a parse tree produced byOperonTestsParser.function_stmt_param().- Parameters:
ctx- the parse tree
-
exitFunction_stmt_param
void exitFunction_stmt_param(OperonTestsParser.Function_stmt_paramContext ctx)
Exit a parse tree produced byOperonTestsParser.function_stmt_param().- Parameters:
ctx- the parse tree
-
enterLambda_function_ref_named_argument
void enterLambda_function_ref_named_argument(OperonTestsParser.Lambda_function_ref_named_argumentContext ctx)
Enter a parse tree produced byOperonTestsParser.lambda_function_ref_named_argument().- Parameters:
ctx- the parse tree
-
exitLambda_function_ref_named_argument
void exitLambda_function_ref_named_argument(OperonTestsParser.Lambda_function_ref_named_argumentContext ctx)
Exit a parse tree produced byOperonTestsParser.lambda_function_ref_named_argument().- Parameters:
ctx- the parse tree
-
enterFunction_ref_named_argument
void enterFunction_ref_named_argument(OperonTestsParser.Function_ref_named_argumentContext ctx)
Enter a parse tree produced byOperonTestsParser.function_ref_named_argument().- Parameters:
ctx- the parse tree
-
exitFunction_ref_named_argument
void exitFunction_ref_named_argument(OperonTestsParser.Function_ref_named_argumentContext ctx)
Exit a parse tree produced byOperonTestsParser.function_ref_named_argument().- Parameters:
ctx- the parse tree
-
enterFunction_ref_argument_placeholder
void enterFunction_ref_argument_placeholder(OperonTestsParser.Function_ref_argument_placeholderContext ctx)
Enter a parse tree produced byOperonTestsParser.function_ref_argument_placeholder().- Parameters:
ctx- the parse tree
-
exitFunction_ref_argument_placeholder
void exitFunction_ref_argument_placeholder(OperonTestsParser.Function_ref_argument_placeholderContext ctx)
Exit a parse tree produced byOperonTestsParser.function_ref_argument_placeholder().- Parameters:
ctx- the parse tree
-
enterFunction_ref_curry
void enterFunction_ref_curry(OperonTestsParser.Function_ref_curryContext ctx)
Enter a parse tree produced byOperonTestsParser.function_ref_curry().- Parameters:
ctx- the parse tree
-
exitFunction_ref_curry
void exitFunction_ref_curry(OperonTestsParser.Function_ref_curryContext ctx)
Exit a parse tree produced byOperonTestsParser.function_ref_curry().- Parameters:
ctx- the parse tree
-
enterFunction_ref_invoke
void enterFunction_ref_invoke(OperonTestsParser.Function_ref_invokeContext ctx)
Enter a parse tree produced byOperonTestsParser.function_ref_invoke().- Parameters:
ctx- the parse tree
-
exitFunction_ref_invoke
void exitFunction_ref_invoke(OperonTestsParser.Function_ref_invokeContext ctx)
Exit a parse tree produced byOperonTestsParser.function_ref_invoke().- Parameters:
ctx- the parse tree
-
enterFunction_ref_invoke_full
void enterFunction_ref_invoke_full(OperonTestsParser.Function_ref_invoke_fullContext ctx)
Enter a parse tree produced byOperonTestsParser.function_ref_invoke_full().- Parameters:
ctx- the parse tree
-
exitFunction_ref_invoke_full
void exitFunction_ref_invoke_full(OperonTestsParser.Function_ref_invoke_fullContext ctx)
Exit a parse tree produced byOperonTestsParser.function_ref_invoke_full().- Parameters:
ctx- the parse tree
-
enterJson_type_function_shortcut
void enterJson_type_function_shortcut(OperonTestsParser.Json_type_function_shortcutContext ctx)
Enter a parse tree produced byOperonTestsParser.json_type_function_shortcut().- Parameters:
ctx- the parse tree
-
exitJson_type_function_shortcut
void exitJson_type_function_shortcut(OperonTestsParser.Json_type_function_shortcutContext ctx)
Exit a parse tree produced byOperonTestsParser.json_type_function_shortcut().- Parameters:
ctx- the parse tree
-
enterInput_source
void enterInput_source(OperonTestsParser.Input_sourceContext ctx)
Enter a parse tree produced byOperonTestsParser.input_source().- Parameters:
ctx- the parse tree
-
exitInput_source
void exitInput_source(OperonTestsParser.Input_sourceContext ctx)
Exit a parse tree produced byOperonTestsParser.input_source().- Parameters:
ctx- the parse tree
-
enterRoot_input_source
void enterRoot_input_source(OperonTestsParser.Root_input_sourceContext ctx)
Enter a parse tree produced byOperonTestsParser.root_input_source().- Parameters:
ctx- the parse tree
-
exitRoot_input_source
void exitRoot_input_source(OperonTestsParser.Root_input_sourceContext ctx)
Exit a parse tree produced byOperonTestsParser.root_input_source().- Parameters:
ctx- the parse tree
-
enterIntegration_call
void enterIntegration_call(OperonTestsParser.Integration_callContext ctx)
Enter a parse tree produced byOperonTestsParser.integration_call().- Parameters:
ctx- the parse tree
-
exitIntegration_call
void exitIntegration_call(OperonTestsParser.Integration_callContext ctx)
Exit a parse tree produced byOperonTestsParser.integration_call().- Parameters:
ctx- the parse tree
-
enterComputed_value_ref
void enterComputed_value_ref(OperonTestsParser.Computed_value_refContext ctx)
Enter a parse tree produced byOperonTestsParser.computed_value_ref().- Parameters:
ctx- the parse tree
-
exitComputed_value_ref
void exitComputed_value_ref(OperonTestsParser.Computed_value_refContext ctx)
Exit a parse tree produced byOperonTestsParser.computed_value_ref().- Parameters:
ctx- the parse tree
-
enterValue_ref
void enterValue_ref(OperonTestsParser.Value_refContext ctx)
Enter a parse tree produced byOperonTestsParser.value_ref().- Parameters:
ctx- the parse tree
-
exitValue_ref
void exitValue_ref(OperonTestsParser.Value_refContext ctx)
Exit a parse tree produced byOperonTestsParser.value_ref().- Parameters:
ctx- the parse tree
-
enterBind_function_expr
void enterBind_function_expr(OperonTestsParser.Bind_function_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.bind_function_expr().- Parameters:
ctx- the parse tree
-
exitBind_function_expr
void exitBind_function_expr(OperonTestsParser.Bind_function_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.bind_function_expr().- Parameters:
ctx- the parse tree
-
enterBind_component_expr
void enterBind_component_expr(OperonTestsParser.Bind_component_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.bind_component_expr().- Parameters:
ctx- the parse tree
-
exitBind_component_expr
void exitBind_component_expr(OperonTestsParser.Bind_component_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.bind_component_expr().- Parameters:
ctx- the parse tree
-
enterBind_value_expr
void enterBind_value_expr(OperonTestsParser.Bind_value_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.bind_value_expr().- Parameters:
ctx- the parse tree
-
exitBind_value_expr
void exitBind_value_expr(OperonTestsParser.Bind_value_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.bind_value_expr().- Parameters:
ctx- the parse tree
-
enterOperator_expr
void enterOperator_expr(OperonTestsParser.Operator_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.operator_expr().- Parameters:
ctx- the parse tree
-
exitOperator_expr
void exitOperator_expr(OperonTestsParser.Operator_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.operator_expr().- Parameters:
ctx- the parse tree
-
enterInput_source_alias
void enterInput_source_alias(OperonTestsParser.Input_source_aliasContext ctx)
Enter a parse tree produced byOperonTestsParser.input_source_alias().- Parameters:
ctx- the parse tree
-
exitInput_source_alias
void exitInput_source_alias(OperonTestsParser.Input_source_aliasContext ctx)
Exit a parse tree produced byOperonTestsParser.input_source_alias().- Parameters:
ctx- the parse tree
-
enterThrow_exception
void enterThrow_exception(OperonTestsParser.Throw_exceptionContext ctx)
Enter a parse tree produced byOperonTestsParser.throw_exception().- Parameters:
ctx- the parse tree
-
exitThrow_exception
void exitThrow_exception(OperonTestsParser.Throw_exceptionContext ctx)
Exit a parse tree produced byOperonTestsParser.throw_exception().- Parameters:
ctx- the parse tree
-
enterJson
void enterJson(OperonTestsParser.JsonContext ctx)
Enter a parse tree produced byOperonTestsParser.json().- Parameters:
ctx- the parse tree
-
exitJson
void exitJson(OperonTestsParser.JsonContext ctx)
Exit a parse tree produced byOperonTestsParser.json().- Parameters:
ctx- the parse tree
-
enterJson_obj
void enterJson_obj(OperonTestsParser.Json_objContext ctx)
Enter a parse tree produced byOperonTestsParser.json_obj().- Parameters:
ctx- the parse tree
-
exitJson_obj
void exitJson_obj(OperonTestsParser.Json_objContext ctx)
Exit a parse tree produced byOperonTestsParser.json_obj().- Parameters:
ctx- the parse tree
-
enterCompiler_obj_config_lookup
void enterCompiler_obj_config_lookup(OperonTestsParser.Compiler_obj_config_lookupContext ctx)
Enter a parse tree produced byOperonTestsParser.compiler_obj_config_lookup().- Parameters:
ctx- the parse tree
-
exitCompiler_obj_config_lookup
void exitCompiler_obj_config_lookup(OperonTestsParser.Compiler_obj_config_lookupContext ctx)
Exit a parse tree produced byOperonTestsParser.compiler_obj_config_lookup().- Parameters:
ctx- the parse tree
-
enterJson_pair
void enterJson_pair(OperonTestsParser.Json_pairContext ctx)
Enter a parse tree produced byOperonTestsParser.json_pair().- Parameters:
ctx- the parse tree
-
exitJson_pair
void exitJson_pair(OperonTestsParser.Json_pairContext ctx)
Exit a parse tree produced byOperonTestsParser.json_pair().- Parameters:
ctx- the parse tree
-
enterJson_value_constraint
void enterJson_value_constraint(OperonTestsParser.Json_value_constraintContext ctx)
Enter a parse tree produced byOperonTestsParser.json_value_constraint().- Parameters:
ctx- the parse tree
-
exitJson_value_constraint
void exitJson_value_constraint(OperonTestsParser.Json_value_constraintContext ctx)
Exit a parse tree produced byOperonTestsParser.json_value_constraint().- Parameters:
ctx- the parse tree
-
enterJson_array
void enterJson_array(OperonTestsParser.Json_arrayContext ctx)
Enter a parse tree produced byOperonTestsParser.json_array().- Parameters:
ctx- the parse tree
-
exitJson_array
void exitJson_array(OperonTestsParser.Json_arrayContext ctx)
Exit a parse tree produced byOperonTestsParser.json_array().- Parameters:
ctx- the parse tree
-
enterPath_value
void enterPath_value(OperonTestsParser.Path_valueContext ctx)
Enter a parse tree produced byOperonTestsParser.path_value().- Parameters:
ctx- the parse tree
-
exitPath_value
void exitPath_value(OperonTestsParser.Path_valueContext ctx)
Exit a parse tree produced byOperonTestsParser.path_value().- Parameters:
ctx- the parse tree
-
enterJson_value
void enterJson_value(OperonTestsParser.Json_valueContext ctx)
Enter a parse tree produced byOperonTestsParser.json_value().- Parameters:
ctx- the parse tree
-
exitJson_value
void exitJson_value(OperonTestsParser.Json_valueContext ctx)
Exit a parse tree produced byOperonTestsParser.json_value().- Parameters:
ctx- the parse tree
-
-