Class OperonModuleBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- io.operon.parser.OperonModuleBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
OperonModuleVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
public class OperonModuleBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements OperonModuleVisitor<T>
This class provides an empty implementation ofOperonModuleVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description OperonModuleBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitOperonmodule
public T visitOperonmodule(OperonModuleParser.OperonmoduleContext ctx)
Visit a parse tree produced byOperonModuleParser.operonmodule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperonmodulein interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImport_stmt
public T visitImport_stmt(OperonModuleParser.Import_stmtContext ctx)
Visit a parse tree produced byOperonModuleParser.import_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImport_stmtin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrom
public T visitFrom(OperonModuleParser.FromContext ctx)
Visit a parse tree produced byOperonModuleParser.from().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_stmt
public T visitFunction_stmt(OperonModuleParser.Function_stmtContext ctx)
Visit a parse tree produced byOperonModuleParser.function_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_stmtin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLet_stmt
public T visitLet_stmt(OperonModuleParser.Let_stmtContext ctx)
Visit a parse tree produced byOperonModuleParser.let_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLet_stmtin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect
public T visitSelect(OperonModuleParser.SelectContext ctx)
Visit a parse tree produced byOperonModuleParser.select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitException_stmt
public T visitException_stmt(OperonModuleParser.Exception_stmtContext ctx)
Visit a parse tree produced byOperonModuleParser.exception_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitException_stmtin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr
public T visitExpr(OperonModuleParser.ExprContext ctx)
Visit a parse tree produced byOperonModuleParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlow_break
public T visitFlow_break(OperonModuleParser.Flow_breakContext ctx)
Visit a parse tree produced byOperonModuleParser.flow_break().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlow_breakin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTry_catch
public T visitTry_catch(OperonModuleParser.Try_catchContext ctx)
Visit a parse tree produced byOperonModuleParser.try_catch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTry_catchin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssign_expr
public T visitAssign_expr(OperonModuleParser.Assign_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.assign_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssign_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregate_expr
public T visitAggregate_expr(OperonModuleParser.Aggregate_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.aggregate_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregate_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParentheses_expr
public T visitParentheses_expr(OperonModuleParser.Parentheses_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.parentheses_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParentheses_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObj_access
public T visitObj_access(OperonModuleParser.Obj_accessContext ctx)
Visit a parse tree produced byOperonModuleParser.obj_access().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObj_accessin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObj_deep_scan
public T visitObj_deep_scan(OperonModuleParser.Obj_deep_scanContext ctx)
Visit a parse tree produced byOperonModuleParser.obj_deep_scan().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObj_deep_scanin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObj_dynamic_access
public T visitObj_dynamic_access(OperonModuleParser.Obj_dynamic_accessContext ctx)
Visit a parse tree produced byOperonModuleParser.obj_dynamic_access().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObj_dynamic_accessin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObj_dynamic_deep_scan
public T visitObj_dynamic_deep_scan(OperonModuleParser.Obj_dynamic_deep_scanContext ctx)
Visit a parse tree produced byOperonModuleParser.obj_dynamic_deep_scan().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObj_dynamic_deep_scanin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap_expr
public T visitMap_expr(OperonModuleParser.Map_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.map_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMap_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPattern_configs
public T visitPattern_configs(OperonModuleParser.Pattern_configsContext ctx)
Visit a parse tree produced byOperonModuleParser.pattern_configs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPattern_configsin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhere_expr
public T visitWhere_expr(OperonModuleParser.Where_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.where_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhere_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPath_matches
public T visitPath_matches(OperonModuleParser.Path_matchesContext ctx)
Visit a parse tree produced byOperonModuleParser.path_matches().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPath_matchesin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDynamic_key_match_part
public T visitDynamic_key_match_part(OperonModuleParser.Dynamic_key_match_partContext ctx)
Visit a parse tree produced byOperonModuleParser.dynamic_key_match_part().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDynamic_key_match_partin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdate_expr
public T visitUpdate_expr(OperonModuleParser.Update_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.update_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdate_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBuild_expr
public T visitBuild_expr(OperonModuleParser.Build_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.build_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBuild_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdate_array_expr
public T visitUpdate_array_expr(OperonModuleParser.Update_array_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.update_array_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdate_array_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoop_expr
public T visitLoop_expr(OperonModuleParser.Loop_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.loop_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoop_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDo_while_expr
public T visitDo_while_expr(OperonModuleParser.Do_while_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.do_while_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDo_while_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhile_expr
public T visitWhile_expr(OperonModuleParser.While_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.while_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhile_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBreak_loop
public T visitBreak_loop(OperonModuleParser.Break_loopContext ctx)
Visit a parse tree produced byOperonModuleParser.break_loop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBreak_loopin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContinue_loop
public T visitContinue_loop(OperonModuleParser.Continue_loopContext ctx)
Visit a parse tree produced byOperonModuleParser.continue_loop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContinue_loopin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChoice
public T visitChoice(OperonModuleParser.ChoiceContext ctx)
Visit a parse tree produced byOperonModuleParser.choice().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChoicein interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilter_full_expr
public T visitFilter_full_expr(OperonModuleParser.Filter_full_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.filter_full_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilter_full_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilter_expr
public T visitFilter_expr(OperonModuleParser.Filter_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.filter_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilter_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilter_list
public T visitFilter_list(OperonModuleParser.Filter_listContext ctx)
Visit a parse tree produced byOperonModuleParser.filter_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilter_listin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilter_list_expr
public T visitFilter_list_expr(OperonModuleParser.Filter_list_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.filter_list_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilter_list_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSplicing_expr
public T visitSplicing_expr(OperonModuleParser.Splicing_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.splicing_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSplicing_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRange_expr
public T visitRange_expr(OperonModuleParser.Range_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.range_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRange_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambda_function_call
public T visitLambda_function_call(OperonModuleParser.Lambda_function_callContext ctx)
Visit a parse tree produced byOperonModuleParser.lambda_function_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLambda_function_callin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambda_function_ref
public T visitLambda_function_ref(OperonModuleParser.Lambda_function_refContext ctx)
Visit a parse tree produced byOperonModuleParser.lambda_function_ref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLambda_function_refin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAuto_invoke_ref
public T visitAuto_invoke_ref(OperonModuleParser.Auto_invoke_refContext ctx)
Visit a parse tree produced byOperonModuleParser.auto_invoke_ref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAuto_invoke_refin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_call
public T visitFunction_call(OperonModuleParser.Function_callContext ctx)
Visit a parse tree produced byOperonModuleParser.function_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_callin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_ref
public T visitFunction_ref(OperonModuleParser.Function_refContext ctx)
Visit a parse tree produced byOperonModuleParser.function_ref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_refin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_arguments
public T visitFunction_arguments(OperonModuleParser.Function_argumentsContext ctx)
Visit a parse tree produced byOperonModuleParser.function_arguments().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_argumentsin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_regular_argument
public T visitFunction_regular_argument(OperonModuleParser.Function_regular_argumentContext ctx)
Visit a parse tree produced byOperonModuleParser.function_regular_argument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_regular_argumentin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_named_argument
public T visitFunction_named_argument(OperonModuleParser.Function_named_argumentContext ctx)
Visit a parse tree produced byOperonModuleParser.function_named_argument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_named_argumentin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_stmt_param
public T visitFunction_stmt_param(OperonModuleParser.Function_stmt_paramContext ctx)
Visit a parse tree produced byOperonModuleParser.function_stmt_param().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_stmt_paramin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambda_function_ref_named_argument
public T visitLambda_function_ref_named_argument(OperonModuleParser.Lambda_function_ref_named_argumentContext ctx)
Visit a parse tree produced byOperonModuleParser.lambda_function_ref_named_argument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLambda_function_ref_named_argumentin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_ref_named_argument
public T visitFunction_ref_named_argument(OperonModuleParser.Function_ref_named_argumentContext ctx)
Visit a parse tree produced byOperonModuleParser.function_ref_named_argument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_ref_named_argumentin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_ref_argument_placeholder
public T visitFunction_ref_argument_placeholder(OperonModuleParser.Function_ref_argument_placeholderContext ctx)
Visit a parse tree produced byOperonModuleParser.function_ref_argument_placeholder().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_ref_argument_placeholderin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_ref_curry
public T visitFunction_ref_curry(OperonModuleParser.Function_ref_curryContext ctx)
Visit a parse tree produced byOperonModuleParser.function_ref_curry().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_ref_curryin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_ref_invoke
public T visitFunction_ref_invoke(OperonModuleParser.Function_ref_invokeContext ctx)
Visit a parse tree produced byOperonModuleParser.function_ref_invoke().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_ref_invokein interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_ref_invoke_full
public T visitFunction_ref_invoke_full(OperonModuleParser.Function_ref_invoke_fullContext ctx)
Visit a parse tree produced byOperonModuleParser.function_ref_invoke_full().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_ref_invoke_fullin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson_type_function_shortcut
public T visitJson_type_function_shortcut(OperonModuleParser.Json_type_function_shortcutContext ctx)
Visit a parse tree produced byOperonModuleParser.json_type_function_shortcut().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJson_type_function_shortcutin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInput_source
public T visitInput_source(OperonModuleParser.Input_sourceContext ctx)
Visit a parse tree produced byOperonModuleParser.input_source().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInput_sourcein interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoot_input_source
public T visitRoot_input_source(OperonModuleParser.Root_input_sourceContext ctx)
Visit a parse tree produced byOperonModuleParser.root_input_source().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoot_input_sourcein interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntegration_call
public T visitIntegration_call(OperonModuleParser.Integration_callContext ctx)
Visit a parse tree produced byOperonModuleParser.integration_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntegration_callin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComputed_value_ref
public T visitComputed_value_ref(OperonModuleParser.Computed_value_refContext ctx)
Visit a parse tree produced byOperonModuleParser.computed_value_ref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComputed_value_refin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValue_ref
public T visitValue_ref(OperonModuleParser.Value_refContext ctx)
Visit a parse tree produced byOperonModuleParser.value_ref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValue_refin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBind_function_expr
public T visitBind_function_expr(OperonModuleParser.Bind_function_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.bind_function_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBind_function_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBind_component_expr
public T visitBind_component_expr(OperonModuleParser.Bind_component_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.bind_component_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBind_component_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBind_value_expr
public T visitBind_value_expr(OperonModuleParser.Bind_value_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.bind_value_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBind_value_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperator_expr
public T visitOperator_expr(OperonModuleParser.Operator_exprContext ctx)
Visit a parse tree produced byOperonModuleParser.operator_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperator_exprin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInput_source_alias
public T visitInput_source_alias(OperonModuleParser.Input_source_aliasContext ctx)
Visit a parse tree produced byOperonModuleParser.input_source_alias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInput_source_aliasin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThrow_exception
public T visitThrow_exception(OperonModuleParser.Throw_exceptionContext ctx)
Visit a parse tree produced byOperonModuleParser.throw_exception().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThrow_exceptionin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson
public T visitJson(OperonModuleParser.JsonContext ctx)
Visit a parse tree produced byOperonModuleParser.json().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson_obj
public T visitJson_obj(OperonModuleParser.Json_objContext ctx)
Visit a parse tree produced byOperonModuleParser.json_obj().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJson_objin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompiler_obj_config_lookup
public T visitCompiler_obj_config_lookup(OperonModuleParser.Compiler_obj_config_lookupContext ctx)
Visit a parse tree produced byOperonModuleParser.compiler_obj_config_lookup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompiler_obj_config_lookupin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson_pair
public T visitJson_pair(OperonModuleParser.Json_pairContext ctx)
Visit a parse tree produced byOperonModuleParser.json_pair().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJson_pairin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson_value_constraint
public T visitJson_value_constraint(OperonModuleParser.Json_value_constraintContext ctx)
Visit a parse tree produced byOperonModuleParser.json_value_constraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJson_value_constraintin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson_array
public T visitJson_array(OperonModuleParser.Json_arrayContext ctx)
Visit a parse tree produced byOperonModuleParser.json_array().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJson_arrayin interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPath_value
public T visitPath_value(OperonModuleParser.Path_valueContext ctx)
Visit a parse tree produced byOperonModuleParser.path_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPath_valuein interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson_value
public T visitJson_value(OperonModuleParser.Json_valueContext ctx)
Visit a parse tree produced byOperonModuleParser.json_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJson_valuein interfaceOperonModuleVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-