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