Class OperonBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- io.operon.parser.OperonBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
OperonVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
public class OperonBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements OperonVisitor<T>
This class provides an empty implementation ofOperonVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description OperonBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitOperon
public T visitOperon(OperonParser.OperonContext ctx)
Visit a parse tree produced byOperonParser.operon().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperonin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImport_stmt
public T visitImport_stmt(OperonParser.Import_stmtContext ctx)
Visit a parse tree produced byOperonParser.import_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImport_stmtin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrom
public T visitFrom(OperonParser.FromContext ctx)
Visit a parse tree produced byOperonParser.from().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_stmt
public T visitFunction_stmt(OperonParser.Function_stmtContext ctx)
Visit a parse tree produced byOperonParser.function_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_stmtin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLet_stmt
public T visitLet_stmt(OperonParser.Let_stmtContext ctx)
Visit a parse tree produced byOperonParser.let_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLet_stmtin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect
public T visitSelect(OperonParser.SelectContext ctx)
Visit a parse tree produced byOperonParser.select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitException_stmt
public T visitException_stmt(OperonParser.Exception_stmtContext ctx)
Visit a parse tree produced byOperonParser.exception_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitException_stmtin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr
public T visitExpr(OperonParser.ExprContext ctx)
Visit a parse tree produced byOperonParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlow_break
public T visitFlow_break(OperonParser.Flow_breakContext ctx)
Visit a parse tree produced byOperonParser.flow_break().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlow_breakin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTry_catch
public T visitTry_catch(OperonParser.Try_catchContext ctx)
Visit a parse tree produced byOperonParser.try_catch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTry_catchin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssign_expr
public T visitAssign_expr(OperonParser.Assign_exprContext ctx)
Visit a parse tree produced byOperonParser.assign_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssign_exprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregate_expr
public T visitAggregate_expr(OperonParser.Aggregate_exprContext ctx)
Visit a parse tree produced byOperonParser.aggregate_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregate_exprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParentheses_expr
public T visitParentheses_expr(OperonParser.Parentheses_exprContext ctx)
Visit a parse tree produced byOperonParser.parentheses_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParentheses_exprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObj_access
public T visitObj_access(OperonParser.Obj_accessContext ctx)
Visit a parse tree produced byOperonParser.obj_access().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObj_accessin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObj_deep_scan
public T visitObj_deep_scan(OperonParser.Obj_deep_scanContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObj_dynamic_access
public T visitObj_dynamic_access(OperonParser.Obj_dynamic_accessContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObj_dynamic_deep_scan
public T visitObj_dynamic_deep_scan(OperonParser.Obj_dynamic_deep_scanContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap_expr
public T visitMap_expr(OperonParser.Map_exprContext ctx)
Visit a parse tree produced byOperonParser.map_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMap_exprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPattern_configs
public T visitPattern_configs(OperonParser.Pattern_configsContext ctx)
Visit a parse tree produced byOperonParser.pattern_configs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPattern_configsin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhere_expr
public T visitWhere_expr(OperonParser.Where_exprContext ctx)
Visit a parse tree produced byOperonParser.where_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhere_exprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPath_matches
public T visitPath_matches(OperonParser.Path_matchesContext ctx)
Visit a parse tree produced byOperonParser.path_matches().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPath_matchesin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDynamic_key_match_part
public T visitDynamic_key_match_part(OperonParser.Dynamic_key_match_partContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdate_expr
public T visitUpdate_expr(OperonParser.Update_exprContext ctx)
Visit a parse tree produced byOperonParser.update_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdate_exprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBuild_expr
public T visitBuild_expr(OperonParser.Build_exprContext ctx)
Visit a parse tree produced byOperonParser.build_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBuild_exprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdate_array_expr
public T visitUpdate_array_expr(OperonParser.Update_array_exprContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoop_expr
public T visitLoop_expr(OperonParser.Loop_exprContext ctx)
Visit a parse tree produced byOperonParser.loop_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoop_exprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDo_while_expr
public T visitDo_while_expr(OperonParser.Do_while_exprContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhile_expr
public T visitWhile_expr(OperonParser.While_exprContext ctx)
Visit a parse tree produced byOperonParser.while_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhile_exprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBreak_loop
public T visitBreak_loop(OperonParser.Break_loopContext ctx)
Visit a parse tree produced byOperonParser.break_loop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBreak_loopin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContinue_loop
public T visitContinue_loop(OperonParser.Continue_loopContext ctx)
Visit a parse tree produced byOperonParser.continue_loop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContinue_loopin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChoice
public T visitChoice(OperonParser.ChoiceContext ctx)
Visit a parse tree produced byOperonParser.choice().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChoicein interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilter_full_expr
public T visitFilter_full_expr(OperonParser.Filter_full_exprContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilter_expr
public T visitFilter_expr(OperonParser.Filter_exprContext ctx)
Visit a parse tree produced byOperonParser.filter_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilter_exprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilter_list
public T visitFilter_list(OperonParser.Filter_listContext ctx)
Visit a parse tree produced byOperonParser.filter_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilter_listin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilter_list_expr
public T visitFilter_list_expr(OperonParser.Filter_list_exprContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSplicing_expr
public T visitSplicing_expr(OperonParser.Splicing_exprContext ctx)
Visit a parse tree produced byOperonParser.splicing_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSplicing_exprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRange_expr
public T visitRange_expr(OperonParser.Range_exprContext ctx)
Visit a parse tree produced byOperonParser.range_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRange_exprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambda_function_call
public T visitLambda_function_call(OperonParser.Lambda_function_callContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambda_function_ref
public T visitLambda_function_ref(OperonParser.Lambda_function_refContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAuto_invoke_ref
public T visitAuto_invoke_ref(OperonParser.Auto_invoke_refContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_call
public T visitFunction_call(OperonParser.Function_callContext ctx)
Visit a parse tree produced byOperonParser.function_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_callin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_ref
public T visitFunction_ref(OperonParser.Function_refContext ctx)
Visit a parse tree produced byOperonParser.function_ref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_refin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_arguments
public T visitFunction_arguments(OperonParser.Function_argumentsContext ctx)
Visit a parse tree produced byOperonParser.function_arguments().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_argumentsin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_regular_argument
public T visitFunction_regular_argument(OperonParser.Function_regular_argumentContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_named_argument
public T visitFunction_named_argument(OperonParser.Function_named_argumentContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_stmt_param
public T visitFunction_stmt_param(OperonParser.Function_stmt_paramContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambda_function_ref_named_argument
public T visitLambda_function_ref_named_argument(OperonParser.Lambda_function_ref_named_argumentContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_ref_named_argument
public T visitFunction_ref_named_argument(OperonParser.Function_ref_named_argumentContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_ref_argument_placeholder
public T visitFunction_ref_argument_placeholder(OperonParser.Function_ref_argument_placeholderContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_ref_curry
public T visitFunction_ref_curry(OperonParser.Function_ref_curryContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_ref_invoke
public T visitFunction_ref_invoke(OperonParser.Function_ref_invokeContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_ref_invoke_full
public T visitFunction_ref_invoke_full(OperonParser.Function_ref_invoke_fullContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson_type_function_shortcut
public T visitJson_type_function_shortcut(OperonParser.Json_type_function_shortcutContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInput_source
public T visitInput_source(OperonParser.Input_sourceContext ctx)
Visit a parse tree produced byOperonParser.input_source().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInput_sourcein interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoot_input_source
public T visitRoot_input_source(OperonParser.Root_input_sourceContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntegration_call
public T visitIntegration_call(OperonParser.Integration_callContext ctx)
Visit a parse tree produced byOperonParser.integration_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntegration_callin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComputed_value_ref
public T visitComputed_value_ref(OperonParser.Computed_value_refContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValue_ref
public T visitValue_ref(OperonParser.Value_refContext ctx)
Visit a parse tree produced byOperonParser.value_ref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValue_refin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBind_function_expr
public T visitBind_function_expr(OperonParser.Bind_function_exprContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBind_component_expr
public T visitBind_component_expr(OperonParser.Bind_component_exprContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBind_value_expr
public T visitBind_value_expr(OperonParser.Bind_value_exprContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperator_expr
public T visitOperator_expr(OperonParser.Operator_exprContext ctx)
Visit a parse tree produced byOperonParser.operator_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperator_exprin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInput_source_alias
public T visitInput_source_alias(OperonParser.Input_source_aliasContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThrow_exception
public T visitThrow_exception(OperonParser.Throw_exceptionContext ctx)
Visit a parse tree produced byOperonParser.throw_exception().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThrow_exceptionin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson
public T visitJson(OperonParser.JsonContext ctx)
Visit a parse tree produced byOperonParser.json().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson_obj
public T visitJson_obj(OperonParser.Json_objContext ctx)
Visit a parse tree produced byOperonParser.json_obj().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJson_objin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompiler_obj_config_lookup
public T visitCompiler_obj_config_lookup(OperonParser.Compiler_obj_config_lookupContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson_pair
public T visitJson_pair(OperonParser.Json_pairContext ctx)
Visit a parse tree produced byOperonParser.json_pair().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJson_pairin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson_value_constraint
public T visitJson_value_constraint(OperonParser.Json_value_constraintContext ctx)
Visit a parse tree produced byOperonParser.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 interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson_array
public T visitJson_array(OperonParser.Json_arrayContext ctx)
Visit a parse tree produced byOperonParser.json_array().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJson_arrayin interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPath_value
public T visitPath_value(OperonParser.Path_valueContext ctx)
Visit a parse tree produced byOperonParser.path_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPath_valuein interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJson_value
public T visitJson_value(OperonParser.Json_valueContext ctx)
Visit a parse tree produced byOperonParser.json_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJson_valuein interfaceOperonVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-