Class OperonTestsBaseListener
- java.lang.Object
-
- io.operon.parser.OperonTestsBaseListener
-
- All Implemented Interfaces:
OperonTestsListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class OperonTestsBaseListener extends Object implements OperonTestsListener
This class provides an empty implementation ofOperonTestsListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description OperonTestsBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterOperontests
public void enterOperontests(OperonTestsParser.OperontestsContext ctx)
Enter a parse tree produced byOperonTestsParser.operontests().The default implementation does nothing.
- Specified by:
enterOperontestsin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitOperontests
public void exitOperontests(OperonTestsParser.OperontestsContext ctx)
Exit a parse tree produced byOperonTestsParser.operontests().The default implementation does nothing.
- Specified by:
exitOperontestsin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterAssert_component_stmt
public void enterAssert_component_stmt(OperonTestsParser.Assert_component_stmtContext ctx)
Enter a parse tree produced byOperonTestsParser.assert_component_stmt().The default implementation does nothing.
- Specified by:
enterAssert_component_stmtin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitAssert_component_stmt
public void exitAssert_component_stmt(OperonTestsParser.Assert_component_stmtContext ctx)
Exit a parse tree produced byOperonTestsParser.assert_component_stmt().The default implementation does nothing.
- Specified by:
exitAssert_component_stmtin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterMock_stmt
public void enterMock_stmt(OperonTestsParser.Mock_stmtContext ctx)
Enter a parse tree produced byOperonTestsParser.mock_stmt().The default implementation does nothing.
- Specified by:
enterMock_stmtin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitMock_stmt
public void exitMock_stmt(OperonTestsParser.Mock_stmtContext ctx)
Exit a parse tree produced byOperonTestsParser.mock_stmt().The default implementation does nothing.
- Specified by:
exitMock_stmtin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterImport_stmt
public void enterImport_stmt(OperonTestsParser.Import_stmtContext ctx)
Enter a parse tree produced byOperonTestsParser.import_stmt().The default implementation does nothing.
- Specified by:
enterImport_stmtin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitImport_stmt
public void exitImport_stmt(OperonTestsParser.Import_stmtContext ctx)
Exit a parse tree produced byOperonTestsParser.import_stmt().The default implementation does nothing.
- Specified by:
exitImport_stmtin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFrom
public void enterFrom(OperonTestsParser.FromContext ctx)
Enter a parse tree produced byOperonTestsParser.from().The default implementation does nothing.
- Specified by:
enterFromin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFrom
public void exitFrom(OperonTestsParser.FromContext ctx)
Exit a parse tree produced byOperonTestsParser.from().The default implementation does nothing.
- Specified by:
exitFromin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFunction_stmt
public void enterFunction_stmt(OperonTestsParser.Function_stmtContext ctx)
Enter a parse tree produced byOperonTestsParser.function_stmt().The default implementation does nothing.
- Specified by:
enterFunction_stmtin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFunction_stmt
public void exitFunction_stmt(OperonTestsParser.Function_stmtContext ctx)
Exit a parse tree produced byOperonTestsParser.function_stmt().The default implementation does nothing.
- Specified by:
exitFunction_stmtin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterLet_stmt
public void enterLet_stmt(OperonTestsParser.Let_stmtContext ctx)
Enter a parse tree produced byOperonTestsParser.let_stmt().The default implementation does nothing.
- Specified by:
enterLet_stmtin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitLet_stmt
public void exitLet_stmt(OperonTestsParser.Let_stmtContext ctx)
Exit a parse tree produced byOperonTestsParser.let_stmt().The default implementation does nothing.
- Specified by:
exitLet_stmtin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterSelect
public void enterSelect(OperonTestsParser.SelectContext ctx)
Enter a parse tree produced byOperonTestsParser.select().The default implementation does nothing.
- Specified by:
enterSelectin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitSelect
public void exitSelect(OperonTestsParser.SelectContext ctx)
Exit a parse tree produced byOperonTestsParser.select().The default implementation does nothing.
- Specified by:
exitSelectin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterException_stmt
public void enterException_stmt(OperonTestsParser.Exception_stmtContext ctx)
Enter a parse tree produced byOperonTestsParser.exception_stmt().The default implementation does nothing.
- Specified by:
enterException_stmtin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitException_stmt
public void exitException_stmt(OperonTestsParser.Exception_stmtContext ctx)
Exit a parse tree produced byOperonTestsParser.exception_stmt().The default implementation does nothing.
- Specified by:
exitException_stmtin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterExpr
public void enterExpr(OperonTestsParser.ExprContext ctx)
Enter a parse tree produced byOperonTestsParser.expr().The default implementation does nothing.
- Specified by:
enterExprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitExpr
public void exitExpr(OperonTestsParser.ExprContext ctx)
Exit a parse tree produced byOperonTestsParser.expr().The default implementation does nothing.
- Specified by:
exitExprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFlow_break
public void enterFlow_break(OperonTestsParser.Flow_breakContext ctx)
Enter a parse tree produced byOperonTestsParser.flow_break().The default implementation does nothing.
- Specified by:
enterFlow_breakin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFlow_break
public void exitFlow_break(OperonTestsParser.Flow_breakContext ctx)
Exit a parse tree produced byOperonTestsParser.flow_break().The default implementation does nothing.
- Specified by:
exitFlow_breakin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterTry_catch
public void enterTry_catch(OperonTestsParser.Try_catchContext ctx)
Enter a parse tree produced byOperonTestsParser.try_catch().The default implementation does nothing.
- Specified by:
enterTry_catchin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitTry_catch
public void exitTry_catch(OperonTestsParser.Try_catchContext ctx)
Exit a parse tree produced byOperonTestsParser.try_catch().The default implementation does nothing.
- Specified by:
exitTry_catchin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterAssign_expr
public void enterAssign_expr(OperonTestsParser.Assign_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.assign_expr().The default implementation does nothing.
- Specified by:
enterAssign_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitAssign_expr
public void exitAssign_expr(OperonTestsParser.Assign_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.assign_expr().The default implementation does nothing.
- Specified by:
exitAssign_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterAggregate_expr
public void enterAggregate_expr(OperonTestsParser.Aggregate_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.aggregate_expr().The default implementation does nothing.
- Specified by:
enterAggregate_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitAggregate_expr
public void exitAggregate_expr(OperonTestsParser.Aggregate_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.aggregate_expr().The default implementation does nothing.
- Specified by:
exitAggregate_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterParentheses_expr
public void enterParentheses_expr(OperonTestsParser.Parentheses_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.parentheses_expr().The default implementation does nothing.
- Specified by:
enterParentheses_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitParentheses_expr
public void exitParentheses_expr(OperonTestsParser.Parentheses_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.parentheses_expr().The default implementation does nothing.
- Specified by:
exitParentheses_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterObj_access
public void enterObj_access(OperonTestsParser.Obj_accessContext ctx)
Enter a parse tree produced byOperonTestsParser.obj_access().The default implementation does nothing.
- Specified by:
enterObj_accessin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitObj_access
public void exitObj_access(OperonTestsParser.Obj_accessContext ctx)
Exit a parse tree produced byOperonTestsParser.obj_access().The default implementation does nothing.
- Specified by:
exitObj_accessin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterObj_deep_scan
public void enterObj_deep_scan(OperonTestsParser.Obj_deep_scanContext ctx)
Enter a parse tree produced byOperonTestsParser.obj_deep_scan().The default implementation does nothing.
- Specified by:
enterObj_deep_scanin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitObj_deep_scan
public void exitObj_deep_scan(OperonTestsParser.Obj_deep_scanContext ctx)
Exit a parse tree produced byOperonTestsParser.obj_deep_scan().The default implementation does nothing.
- Specified by:
exitObj_deep_scanin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterObj_dynamic_access
public void enterObj_dynamic_access(OperonTestsParser.Obj_dynamic_accessContext ctx)
Enter a parse tree produced byOperonTestsParser.obj_dynamic_access().The default implementation does nothing.
- Specified by:
enterObj_dynamic_accessin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitObj_dynamic_access
public void exitObj_dynamic_access(OperonTestsParser.Obj_dynamic_accessContext ctx)
Exit a parse tree produced byOperonTestsParser.obj_dynamic_access().The default implementation does nothing.
- Specified by:
exitObj_dynamic_accessin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterObj_dynamic_deep_scan
public void enterObj_dynamic_deep_scan(OperonTestsParser.Obj_dynamic_deep_scanContext ctx)
Enter a parse tree produced byOperonTestsParser.obj_dynamic_deep_scan().The default implementation does nothing.
- Specified by:
enterObj_dynamic_deep_scanin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitObj_dynamic_deep_scan
public void exitObj_dynamic_deep_scan(OperonTestsParser.Obj_dynamic_deep_scanContext ctx)
Exit a parse tree produced byOperonTestsParser.obj_dynamic_deep_scan().The default implementation does nothing.
- Specified by:
exitObj_dynamic_deep_scanin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterMap_expr
public void enterMap_expr(OperonTestsParser.Map_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.map_expr().The default implementation does nothing.
- Specified by:
enterMap_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitMap_expr
public void exitMap_expr(OperonTestsParser.Map_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.map_expr().The default implementation does nothing.
- Specified by:
exitMap_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterPattern_configs
public void enterPattern_configs(OperonTestsParser.Pattern_configsContext ctx)
Enter a parse tree produced byOperonTestsParser.pattern_configs().The default implementation does nothing.
- Specified by:
enterPattern_configsin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitPattern_configs
public void exitPattern_configs(OperonTestsParser.Pattern_configsContext ctx)
Exit a parse tree produced byOperonTestsParser.pattern_configs().The default implementation does nothing.
- Specified by:
exitPattern_configsin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterWhere_expr
public void enterWhere_expr(OperonTestsParser.Where_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.where_expr().The default implementation does nothing.
- Specified by:
enterWhere_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitWhere_expr
public void exitWhere_expr(OperonTestsParser.Where_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.where_expr().The default implementation does nothing.
- Specified by:
exitWhere_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterPath_matches
public void enterPath_matches(OperonTestsParser.Path_matchesContext ctx)
Enter a parse tree produced byOperonTestsParser.path_matches().The default implementation does nothing.
- Specified by:
enterPath_matchesin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitPath_matches
public void exitPath_matches(OperonTestsParser.Path_matchesContext ctx)
Exit a parse tree produced byOperonTestsParser.path_matches().The default implementation does nothing.
- Specified by:
exitPath_matchesin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterDynamic_key_match_part
public void enterDynamic_key_match_part(OperonTestsParser.Dynamic_key_match_partContext ctx)
Enter a parse tree produced byOperonTestsParser.dynamic_key_match_part().The default implementation does nothing.
- Specified by:
enterDynamic_key_match_partin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitDynamic_key_match_part
public void exitDynamic_key_match_part(OperonTestsParser.Dynamic_key_match_partContext ctx)
Exit a parse tree produced byOperonTestsParser.dynamic_key_match_part().The default implementation does nothing.
- Specified by:
exitDynamic_key_match_partin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterUpdate_expr
public void enterUpdate_expr(OperonTestsParser.Update_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.update_expr().The default implementation does nothing.
- Specified by:
enterUpdate_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitUpdate_expr
public void exitUpdate_expr(OperonTestsParser.Update_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.update_expr().The default implementation does nothing.
- Specified by:
exitUpdate_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterBuild_expr
public void enterBuild_expr(OperonTestsParser.Build_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.build_expr().The default implementation does nothing.
- Specified by:
enterBuild_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitBuild_expr
public void exitBuild_expr(OperonTestsParser.Build_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.build_expr().The default implementation does nothing.
- Specified by:
exitBuild_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterUpdate_array_expr
public void enterUpdate_array_expr(OperonTestsParser.Update_array_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.update_array_expr().The default implementation does nothing.
- Specified by:
enterUpdate_array_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitUpdate_array_expr
public void exitUpdate_array_expr(OperonTestsParser.Update_array_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.update_array_expr().The default implementation does nothing.
- Specified by:
exitUpdate_array_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterLoop_expr
public void enterLoop_expr(OperonTestsParser.Loop_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.loop_expr().The default implementation does nothing.
- Specified by:
enterLoop_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitLoop_expr
public void exitLoop_expr(OperonTestsParser.Loop_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.loop_expr().The default implementation does nothing.
- Specified by:
exitLoop_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterDo_while_expr
public void enterDo_while_expr(OperonTestsParser.Do_while_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.do_while_expr().The default implementation does nothing.
- Specified by:
enterDo_while_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitDo_while_expr
public void exitDo_while_expr(OperonTestsParser.Do_while_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.do_while_expr().The default implementation does nothing.
- Specified by:
exitDo_while_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterWhile_expr
public void enterWhile_expr(OperonTestsParser.While_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.while_expr().The default implementation does nothing.
- Specified by:
enterWhile_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitWhile_expr
public void exitWhile_expr(OperonTestsParser.While_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.while_expr().The default implementation does nothing.
- Specified by:
exitWhile_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterBreak_loop
public void enterBreak_loop(OperonTestsParser.Break_loopContext ctx)
Enter a parse tree produced byOperonTestsParser.break_loop().The default implementation does nothing.
- Specified by:
enterBreak_loopin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitBreak_loop
public void exitBreak_loop(OperonTestsParser.Break_loopContext ctx)
Exit a parse tree produced byOperonTestsParser.break_loop().The default implementation does nothing.
- Specified by:
exitBreak_loopin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterContinue_loop
public void enterContinue_loop(OperonTestsParser.Continue_loopContext ctx)
Enter a parse tree produced byOperonTestsParser.continue_loop().The default implementation does nothing.
- Specified by:
enterContinue_loopin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitContinue_loop
public void exitContinue_loop(OperonTestsParser.Continue_loopContext ctx)
Exit a parse tree produced byOperonTestsParser.continue_loop().The default implementation does nothing.
- Specified by:
exitContinue_loopin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterChoice
public void enterChoice(OperonTestsParser.ChoiceContext ctx)
Enter a parse tree produced byOperonTestsParser.choice().The default implementation does nothing.
- Specified by:
enterChoicein interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitChoice
public void exitChoice(OperonTestsParser.ChoiceContext ctx)
Exit a parse tree produced byOperonTestsParser.choice().The default implementation does nothing.
- Specified by:
exitChoicein interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFilter_full_expr
public void enterFilter_full_expr(OperonTestsParser.Filter_full_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.filter_full_expr().The default implementation does nothing.
- Specified by:
enterFilter_full_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFilter_full_expr
public void exitFilter_full_expr(OperonTestsParser.Filter_full_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.filter_full_expr().The default implementation does nothing.
- Specified by:
exitFilter_full_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFilter_expr
public void enterFilter_expr(OperonTestsParser.Filter_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.filter_expr().The default implementation does nothing.
- Specified by:
enterFilter_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFilter_expr
public void exitFilter_expr(OperonTestsParser.Filter_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.filter_expr().The default implementation does nothing.
- Specified by:
exitFilter_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFilter_list
public void enterFilter_list(OperonTestsParser.Filter_listContext ctx)
Enter a parse tree produced byOperonTestsParser.filter_list().The default implementation does nothing.
- Specified by:
enterFilter_listin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFilter_list
public void exitFilter_list(OperonTestsParser.Filter_listContext ctx)
Exit a parse tree produced byOperonTestsParser.filter_list().The default implementation does nothing.
- Specified by:
exitFilter_listin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFilter_list_expr
public void enterFilter_list_expr(OperonTestsParser.Filter_list_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.filter_list_expr().The default implementation does nothing.
- Specified by:
enterFilter_list_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFilter_list_expr
public void exitFilter_list_expr(OperonTestsParser.Filter_list_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.filter_list_expr().The default implementation does nothing.
- Specified by:
exitFilter_list_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterSplicing_expr
public void enterSplicing_expr(OperonTestsParser.Splicing_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.splicing_expr().The default implementation does nothing.
- Specified by:
enterSplicing_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitSplicing_expr
public void exitSplicing_expr(OperonTestsParser.Splicing_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.splicing_expr().The default implementation does nothing.
- Specified by:
exitSplicing_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterRange_expr
public void enterRange_expr(OperonTestsParser.Range_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.range_expr().The default implementation does nothing.
- Specified by:
enterRange_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitRange_expr
public void exitRange_expr(OperonTestsParser.Range_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.range_expr().The default implementation does nothing.
- Specified by:
exitRange_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterLambda_function_call
public void enterLambda_function_call(OperonTestsParser.Lambda_function_callContext ctx)
Enter a parse tree produced byOperonTestsParser.lambda_function_call().The default implementation does nothing.
- Specified by:
enterLambda_function_callin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitLambda_function_call
public void exitLambda_function_call(OperonTestsParser.Lambda_function_callContext ctx)
Exit a parse tree produced byOperonTestsParser.lambda_function_call().The default implementation does nothing.
- Specified by:
exitLambda_function_callin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterLambda_function_ref
public void enterLambda_function_ref(OperonTestsParser.Lambda_function_refContext ctx)
Enter a parse tree produced byOperonTestsParser.lambda_function_ref().The default implementation does nothing.
- Specified by:
enterLambda_function_refin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitLambda_function_ref
public void exitLambda_function_ref(OperonTestsParser.Lambda_function_refContext ctx)
Exit a parse tree produced byOperonTestsParser.lambda_function_ref().The default implementation does nothing.
- Specified by:
exitLambda_function_refin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterAuto_invoke_ref
public void enterAuto_invoke_ref(OperonTestsParser.Auto_invoke_refContext ctx)
Enter a parse tree produced byOperonTestsParser.auto_invoke_ref().The default implementation does nothing.
- Specified by:
enterAuto_invoke_refin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitAuto_invoke_ref
public void exitAuto_invoke_ref(OperonTestsParser.Auto_invoke_refContext ctx)
Exit a parse tree produced byOperonTestsParser.auto_invoke_ref().The default implementation does nothing.
- Specified by:
exitAuto_invoke_refin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFunction_call
public void enterFunction_call(OperonTestsParser.Function_callContext ctx)
Enter a parse tree produced byOperonTestsParser.function_call().The default implementation does nothing.
- Specified by:
enterFunction_callin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFunction_call
public void exitFunction_call(OperonTestsParser.Function_callContext ctx)
Exit a parse tree produced byOperonTestsParser.function_call().The default implementation does nothing.
- Specified by:
exitFunction_callin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFunction_ref
public void enterFunction_ref(OperonTestsParser.Function_refContext ctx)
Enter a parse tree produced byOperonTestsParser.function_ref().The default implementation does nothing.
- Specified by:
enterFunction_refin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFunction_ref
public void exitFunction_ref(OperonTestsParser.Function_refContext ctx)
Exit a parse tree produced byOperonTestsParser.function_ref().The default implementation does nothing.
- Specified by:
exitFunction_refin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFunction_arguments
public void enterFunction_arguments(OperonTestsParser.Function_argumentsContext ctx)
Enter a parse tree produced byOperonTestsParser.function_arguments().The default implementation does nothing.
- Specified by:
enterFunction_argumentsin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFunction_arguments
public void exitFunction_arguments(OperonTestsParser.Function_argumentsContext ctx)
Exit a parse tree produced byOperonTestsParser.function_arguments().The default implementation does nothing.
- Specified by:
exitFunction_argumentsin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFunction_regular_argument
public void enterFunction_regular_argument(OperonTestsParser.Function_regular_argumentContext ctx)
Enter a parse tree produced byOperonTestsParser.function_regular_argument().The default implementation does nothing.
- Specified by:
enterFunction_regular_argumentin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFunction_regular_argument
public void exitFunction_regular_argument(OperonTestsParser.Function_regular_argumentContext ctx)
Exit a parse tree produced byOperonTestsParser.function_regular_argument().The default implementation does nothing.
- Specified by:
exitFunction_regular_argumentin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFunction_named_argument
public void enterFunction_named_argument(OperonTestsParser.Function_named_argumentContext ctx)
Enter a parse tree produced byOperonTestsParser.function_named_argument().The default implementation does nothing.
- Specified by:
enterFunction_named_argumentin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFunction_named_argument
public void exitFunction_named_argument(OperonTestsParser.Function_named_argumentContext ctx)
Exit a parse tree produced byOperonTestsParser.function_named_argument().The default implementation does nothing.
- Specified by:
exitFunction_named_argumentin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFunction_stmt_param
public void enterFunction_stmt_param(OperonTestsParser.Function_stmt_paramContext ctx)
Enter a parse tree produced byOperonTestsParser.function_stmt_param().The default implementation does nothing.
- Specified by:
enterFunction_stmt_paramin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFunction_stmt_param
public void exitFunction_stmt_param(OperonTestsParser.Function_stmt_paramContext ctx)
Exit a parse tree produced byOperonTestsParser.function_stmt_param().The default implementation does nothing.
- Specified by:
exitFunction_stmt_paramin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterLambda_function_ref_named_argument
public void enterLambda_function_ref_named_argument(OperonTestsParser.Lambda_function_ref_named_argumentContext ctx)
Enter a parse tree produced byOperonTestsParser.lambda_function_ref_named_argument().The default implementation does nothing.
- Specified by:
enterLambda_function_ref_named_argumentin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitLambda_function_ref_named_argument
public void exitLambda_function_ref_named_argument(OperonTestsParser.Lambda_function_ref_named_argumentContext ctx)
Exit a parse tree produced byOperonTestsParser.lambda_function_ref_named_argument().The default implementation does nothing.
- Specified by:
exitLambda_function_ref_named_argumentin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFunction_ref_named_argument
public void enterFunction_ref_named_argument(OperonTestsParser.Function_ref_named_argumentContext ctx)
Enter a parse tree produced byOperonTestsParser.function_ref_named_argument().The default implementation does nothing.
- Specified by:
enterFunction_ref_named_argumentin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFunction_ref_named_argument
public void exitFunction_ref_named_argument(OperonTestsParser.Function_ref_named_argumentContext ctx)
Exit a parse tree produced byOperonTestsParser.function_ref_named_argument().The default implementation does nothing.
- Specified by:
exitFunction_ref_named_argumentin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFunction_ref_argument_placeholder
public void enterFunction_ref_argument_placeholder(OperonTestsParser.Function_ref_argument_placeholderContext ctx)
Enter a parse tree produced byOperonTestsParser.function_ref_argument_placeholder().The default implementation does nothing.
- Specified by:
enterFunction_ref_argument_placeholderin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFunction_ref_argument_placeholder
public void exitFunction_ref_argument_placeholder(OperonTestsParser.Function_ref_argument_placeholderContext ctx)
Exit a parse tree produced byOperonTestsParser.function_ref_argument_placeholder().The default implementation does nothing.
- Specified by:
exitFunction_ref_argument_placeholderin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFunction_ref_curry
public void enterFunction_ref_curry(OperonTestsParser.Function_ref_curryContext ctx)
Enter a parse tree produced byOperonTestsParser.function_ref_curry().The default implementation does nothing.
- Specified by:
enterFunction_ref_curryin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFunction_ref_curry
public void exitFunction_ref_curry(OperonTestsParser.Function_ref_curryContext ctx)
Exit a parse tree produced byOperonTestsParser.function_ref_curry().The default implementation does nothing.
- Specified by:
exitFunction_ref_curryin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFunction_ref_invoke
public void enterFunction_ref_invoke(OperonTestsParser.Function_ref_invokeContext ctx)
Enter a parse tree produced byOperonTestsParser.function_ref_invoke().The default implementation does nothing.
- Specified by:
enterFunction_ref_invokein interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFunction_ref_invoke
public void exitFunction_ref_invoke(OperonTestsParser.Function_ref_invokeContext ctx)
Exit a parse tree produced byOperonTestsParser.function_ref_invoke().The default implementation does nothing.
- Specified by:
exitFunction_ref_invokein interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterFunction_ref_invoke_full
public void enterFunction_ref_invoke_full(OperonTestsParser.Function_ref_invoke_fullContext ctx)
Enter a parse tree produced byOperonTestsParser.function_ref_invoke_full().The default implementation does nothing.
- Specified by:
enterFunction_ref_invoke_fullin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitFunction_ref_invoke_full
public void exitFunction_ref_invoke_full(OperonTestsParser.Function_ref_invoke_fullContext ctx)
Exit a parse tree produced byOperonTestsParser.function_ref_invoke_full().The default implementation does nothing.
- Specified by:
exitFunction_ref_invoke_fullin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterJson_type_function_shortcut
public void enterJson_type_function_shortcut(OperonTestsParser.Json_type_function_shortcutContext ctx)
Enter a parse tree produced byOperonTestsParser.json_type_function_shortcut().The default implementation does nothing.
- Specified by:
enterJson_type_function_shortcutin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitJson_type_function_shortcut
public void exitJson_type_function_shortcut(OperonTestsParser.Json_type_function_shortcutContext ctx)
Exit a parse tree produced byOperonTestsParser.json_type_function_shortcut().The default implementation does nothing.
- Specified by:
exitJson_type_function_shortcutin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterInput_source
public void enterInput_source(OperonTestsParser.Input_sourceContext ctx)
Enter a parse tree produced byOperonTestsParser.input_source().The default implementation does nothing.
- Specified by:
enterInput_sourcein interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitInput_source
public void exitInput_source(OperonTestsParser.Input_sourceContext ctx)
Exit a parse tree produced byOperonTestsParser.input_source().The default implementation does nothing.
- Specified by:
exitInput_sourcein interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterRoot_input_source
public void enterRoot_input_source(OperonTestsParser.Root_input_sourceContext ctx)
Enter a parse tree produced byOperonTestsParser.root_input_source().The default implementation does nothing.
- Specified by:
enterRoot_input_sourcein interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitRoot_input_source
public void exitRoot_input_source(OperonTestsParser.Root_input_sourceContext ctx)
Exit a parse tree produced byOperonTestsParser.root_input_source().The default implementation does nothing.
- Specified by:
exitRoot_input_sourcein interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterIntegration_call
public void enterIntegration_call(OperonTestsParser.Integration_callContext ctx)
Enter a parse tree produced byOperonTestsParser.integration_call().The default implementation does nothing.
- Specified by:
enterIntegration_callin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitIntegration_call
public void exitIntegration_call(OperonTestsParser.Integration_callContext ctx)
Exit a parse tree produced byOperonTestsParser.integration_call().The default implementation does nothing.
- Specified by:
exitIntegration_callin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterComputed_value_ref
public void enterComputed_value_ref(OperonTestsParser.Computed_value_refContext ctx)
Enter a parse tree produced byOperonTestsParser.computed_value_ref().The default implementation does nothing.
- Specified by:
enterComputed_value_refin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitComputed_value_ref
public void exitComputed_value_ref(OperonTestsParser.Computed_value_refContext ctx)
Exit a parse tree produced byOperonTestsParser.computed_value_ref().The default implementation does nothing.
- Specified by:
exitComputed_value_refin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterValue_ref
public void enterValue_ref(OperonTestsParser.Value_refContext ctx)
Enter a parse tree produced byOperonTestsParser.value_ref().The default implementation does nothing.
- Specified by:
enterValue_refin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitValue_ref
public void exitValue_ref(OperonTestsParser.Value_refContext ctx)
Exit a parse tree produced byOperonTestsParser.value_ref().The default implementation does nothing.
- Specified by:
exitValue_refin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterBind_function_expr
public void enterBind_function_expr(OperonTestsParser.Bind_function_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.bind_function_expr().The default implementation does nothing.
- Specified by:
enterBind_function_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitBind_function_expr
public void exitBind_function_expr(OperonTestsParser.Bind_function_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.bind_function_expr().The default implementation does nothing.
- Specified by:
exitBind_function_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterBind_component_expr
public void enterBind_component_expr(OperonTestsParser.Bind_component_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.bind_component_expr().The default implementation does nothing.
- Specified by:
enterBind_component_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitBind_component_expr
public void exitBind_component_expr(OperonTestsParser.Bind_component_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.bind_component_expr().The default implementation does nothing.
- Specified by:
exitBind_component_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterBind_value_expr
public void enterBind_value_expr(OperonTestsParser.Bind_value_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.bind_value_expr().The default implementation does nothing.
- Specified by:
enterBind_value_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitBind_value_expr
public void exitBind_value_expr(OperonTestsParser.Bind_value_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.bind_value_expr().The default implementation does nothing.
- Specified by:
exitBind_value_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterOperator_expr
public void enterOperator_expr(OperonTestsParser.Operator_exprContext ctx)
Enter a parse tree produced byOperonTestsParser.operator_expr().The default implementation does nothing.
- Specified by:
enterOperator_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitOperator_expr
public void exitOperator_expr(OperonTestsParser.Operator_exprContext ctx)
Exit a parse tree produced byOperonTestsParser.operator_expr().The default implementation does nothing.
- Specified by:
exitOperator_exprin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterInput_source_alias
public void enterInput_source_alias(OperonTestsParser.Input_source_aliasContext ctx)
Enter a parse tree produced byOperonTestsParser.input_source_alias().The default implementation does nothing.
- Specified by:
enterInput_source_aliasin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitInput_source_alias
public void exitInput_source_alias(OperonTestsParser.Input_source_aliasContext ctx)
Exit a parse tree produced byOperonTestsParser.input_source_alias().The default implementation does nothing.
- Specified by:
exitInput_source_aliasin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterThrow_exception
public void enterThrow_exception(OperonTestsParser.Throw_exceptionContext ctx)
Enter a parse tree produced byOperonTestsParser.throw_exception().The default implementation does nothing.
- Specified by:
enterThrow_exceptionin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitThrow_exception
public void exitThrow_exception(OperonTestsParser.Throw_exceptionContext ctx)
Exit a parse tree produced byOperonTestsParser.throw_exception().The default implementation does nothing.
- Specified by:
exitThrow_exceptionin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterJson
public void enterJson(OperonTestsParser.JsonContext ctx)
Enter a parse tree produced byOperonTestsParser.json().The default implementation does nothing.
- Specified by:
enterJsonin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitJson
public void exitJson(OperonTestsParser.JsonContext ctx)
Exit a parse tree produced byOperonTestsParser.json().The default implementation does nothing.
- Specified by:
exitJsonin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterJson_obj
public void enterJson_obj(OperonTestsParser.Json_objContext ctx)
Enter a parse tree produced byOperonTestsParser.json_obj().The default implementation does nothing.
- Specified by:
enterJson_objin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitJson_obj
public void exitJson_obj(OperonTestsParser.Json_objContext ctx)
Exit a parse tree produced byOperonTestsParser.json_obj().The default implementation does nothing.
- Specified by:
exitJson_objin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterCompiler_obj_config_lookup
public void enterCompiler_obj_config_lookup(OperonTestsParser.Compiler_obj_config_lookupContext ctx)
Enter a parse tree produced byOperonTestsParser.compiler_obj_config_lookup().The default implementation does nothing.
- Specified by:
enterCompiler_obj_config_lookupin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitCompiler_obj_config_lookup
public void exitCompiler_obj_config_lookup(OperonTestsParser.Compiler_obj_config_lookupContext ctx)
Exit a parse tree produced byOperonTestsParser.compiler_obj_config_lookup().The default implementation does nothing.
- Specified by:
exitCompiler_obj_config_lookupin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterJson_pair
public void enterJson_pair(OperonTestsParser.Json_pairContext ctx)
Enter a parse tree produced byOperonTestsParser.json_pair().The default implementation does nothing.
- Specified by:
enterJson_pairin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitJson_pair
public void exitJson_pair(OperonTestsParser.Json_pairContext ctx)
Exit a parse tree produced byOperonTestsParser.json_pair().The default implementation does nothing.
- Specified by:
exitJson_pairin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterJson_value_constraint
public void enterJson_value_constraint(OperonTestsParser.Json_value_constraintContext ctx)
Enter a parse tree produced byOperonTestsParser.json_value_constraint().The default implementation does nothing.
- Specified by:
enterJson_value_constraintin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitJson_value_constraint
public void exitJson_value_constraint(OperonTestsParser.Json_value_constraintContext ctx)
Exit a parse tree produced byOperonTestsParser.json_value_constraint().The default implementation does nothing.
- Specified by:
exitJson_value_constraintin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterJson_array
public void enterJson_array(OperonTestsParser.Json_arrayContext ctx)
Enter a parse tree produced byOperonTestsParser.json_array().The default implementation does nothing.
- Specified by:
enterJson_arrayin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitJson_array
public void exitJson_array(OperonTestsParser.Json_arrayContext ctx)
Exit a parse tree produced byOperonTestsParser.json_array().The default implementation does nothing.
- Specified by:
exitJson_arrayin interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterPath_value
public void enterPath_value(OperonTestsParser.Path_valueContext ctx)
Enter a parse tree produced byOperonTestsParser.path_value().The default implementation does nothing.
- Specified by:
enterPath_valuein interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitPath_value
public void exitPath_value(OperonTestsParser.Path_valueContext ctx)
Exit a parse tree produced byOperonTestsParser.path_value().The default implementation does nothing.
- Specified by:
exitPath_valuein interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
enterJson_value
public void enterJson_value(OperonTestsParser.Json_valueContext ctx)
Enter a parse tree produced byOperonTestsParser.json_value().The default implementation does nothing.
- Specified by:
enterJson_valuein interfaceOperonTestsListener- Parameters:
ctx- the parse tree
-
exitJson_value
public void exitJson_value(OperonTestsParser.Json_valueContext ctx)
Exit a parse tree produced byOperonTestsParser.json_value().The default implementation does nothing.
- Specified by:
exitJson_valuein interfaceOperonTestsListener- 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
-
-