Class MappingExpressionBaseListener
- java.lang.Object
-
- com.api.jsonata4java.expressions.generated.MappingExpressionBaseListener
-
- All Implemented Interfaces:
MappingExpressionListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class MappingExpressionBaseListener extends Object implements MappingExpressionListener
This class provides an empty implementation ofMappingExpressionListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description MappingExpressionBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterExpr_to_eof
public void enterExpr_to_eof(MappingExpressionParser.Expr_to_eofContext ctx)
Enter a parse tree produced byMappingExpressionParser.expr_to_eof().The default implementation does nothing.
- Specified by:
enterExpr_to_eofin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitExpr_to_eof
public void exitExpr_to_eof(MappingExpressionParser.Expr_to_eofContext ctx)
Exit a parse tree produced byMappingExpressionParser.expr_to_eof().The default implementation does nothing.
- Specified by:
exitExpr_to_eofin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterParens
public void enterParens(MappingExpressionParser.ParensContext ctx)
Enter a parse tree produced by theparenslabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterParensin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitParens
public void exitParens(MappingExpressionParser.ParensContext ctx)
Exit a parse tree produced by theparenslabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitParensin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterMuldiv_op
public void enterMuldiv_op(MappingExpressionParser.Muldiv_opContext ctx)
Enter a parse tree produced by themuldiv_oplabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterMuldiv_opin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitMuldiv_op
public void exitMuldiv_op(MappingExpressionParser.Muldiv_opContext ctx)
Exit a parse tree produced by themuldiv_oplabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitMuldiv_opin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterLogor
public void enterLogor(MappingExpressionParser.LogorContext ctx)
Enter a parse tree produced by thelogorlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterLogorin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitLogor
public void exitLogor(MappingExpressionParser.LogorContext ctx)
Exit a parse tree produced by thelogorlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitLogorin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterRegular_expression
public void enterRegular_expression(MappingExpressionParser.Regular_expressionContext ctx)
Enter a parse tree produced by theregular_expressionlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterRegular_expressionin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitRegular_expression
public void exitRegular_expression(MappingExpressionParser.Regular_expressionContext ctx)
Exit a parse tree produced by theregular_expressionlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitRegular_expressionin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterString
public void enterString(MappingExpressionParser.StringContext ctx)
Enter a parse tree produced by thestringlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterStringin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitString
public void exitString(MappingExpressionParser.StringContext ctx)
Exit a parse tree produced by thestringlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitStringin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterLogand
public void enterLogand(MappingExpressionParser.LogandContext ctx)
Enter a parse tree produced by thelogandlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterLogandin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitLogand
public void exitLogand(MappingExpressionParser.LogandContext ctx)
Exit a parse tree produced by thelogandlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitLogandin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterConditional
public void enterConditional(MappingExpressionParser.ConditionalContext ctx)
Enter a parse tree produced by theconditionallabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterConditionalin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitConditional
public void exitConditional(MappingExpressionParser.ConditionalContext ctx)
Exit a parse tree produced by theconditionallabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitConditionalin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterFunction_call
public void enterFunction_call(MappingExpressionParser.Function_callContext ctx)
Enter a parse tree produced by thefunction_calllabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterFunction_callin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitFunction_call
public void exitFunction_call(MappingExpressionParser.Function_callContext ctx)
Exit a parse tree produced by thefunction_calllabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitFunction_callin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterVar_assign
public void enterVar_assign(MappingExpressionParser.Var_assignContext ctx)
Enter a parse tree produced by thevar_assignlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterVar_assignin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitVar_assign
public void exitVar_assign(MappingExpressionParser.Var_assignContext ctx)
Exit a parse tree produced by thevar_assignlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitVar_assignin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterDescendant
public void enterDescendant(MappingExpressionParser.DescendantContext ctx)
Enter a parse tree produced by thedescendantlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterDescendantin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitDescendant
public void exitDescendant(MappingExpressionParser.DescendantContext ctx)
Exit a parse tree produced by thedescendantlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitDescendantin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterMembership
public void enterMembership(MappingExpressionParser.MembershipContext ctx)
Enter a parse tree produced by themembershiplabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterMembershipin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitMembership
public void exitMembership(MappingExpressionParser.MembershipContext ctx)
Exit a parse tree produced by themembershiplabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitMembershipin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterAddsub_op
public void enterAddsub_op(MappingExpressionParser.Addsub_opContext ctx)
Enter a parse tree produced by theaddsub_oplabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterAddsub_opin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitAddsub_op
public void exitAddsub_op(MappingExpressionParser.Addsub_opContext ctx)
Exit a parse tree produced by theaddsub_oplabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitAddsub_opin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterParent_path_solitary
public void enterParent_path_solitary(MappingExpressionParser.Parent_path_solitaryContext ctx)
Enter a parse tree produced by theparent_path_solitarylabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterParent_path_solitaryin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitParent_path_solitary
public void exitParent_path_solitary(MappingExpressionParser.Parent_path_solitaryContext ctx)
Exit a parse tree produced by theparent_path_solitarylabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitParent_path_solitaryin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterFunction_decl
public void enterFunction_decl(MappingExpressionParser.Function_declContext ctx)
Enter a parse tree produced by thefunction_decllabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterFunction_declin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitFunction_decl
public void exitFunction_decl(MappingExpressionParser.Function_declContext ctx)
Exit a parse tree produced by thefunction_decllabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitFunction_declin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterNumber
public void enterNumber(MappingExpressionParser.NumberContext ctx)
Enter a parse tree produced by thenumberlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterNumberin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitNumber
public void exitNumber(MappingExpressionParser.NumberContext ctx)
Exit a parse tree produced by thenumberlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitNumberin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterPath
public void enterPath(MappingExpressionParser.PathContext ctx)
Enter a parse tree produced by thepathlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterPathin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitPath
public void exitPath(MappingExpressionParser.PathContext ctx)
Exit a parse tree produced by thepathlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitPathin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterTo_array
public void enterTo_array(MappingExpressionParser.To_arrayContext ctx)
Enter a parse tree produced by theto_arraylabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterTo_arrayin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitTo_array
public void exitTo_array(MappingExpressionParser.To_arrayContext ctx)
Exit a parse tree produced by theto_arraylabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitTo_arrayin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterArray
public void enterArray(MappingExpressionParser.ArrayContext ctx)
Enter a parse tree produced by thearraylabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterArrayin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitArray
public void exitArray(MappingExpressionParser.ArrayContext ctx)
Exit a parse tree produced by thearraylabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitArrayin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterParent_path
public void enterParent_path(MappingExpressionParser.Parent_pathContext ctx)
Enter a parse tree produced by theparent_pathlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterParent_pathin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitParent_path
public void exitParent_path(MappingExpressionParser.Parent_pathContext ctx)
Exit a parse tree produced by theparent_pathlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitParent_pathin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterId
public void enterId(MappingExpressionParser.IdContext ctx)
Enter a parse tree produced by theidlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterIdin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitId
public void exitId(MappingExpressionParser.IdContext ctx)
Exit a parse tree produced by theidlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitIdin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterObject_constructor
public void enterObject_constructor(MappingExpressionParser.Object_constructorContext ctx)
Enter a parse tree produced by theobject_constructorlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterObject_constructorin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitObject_constructor
public void exitObject_constructor(MappingExpressionParser.Object_constructorContext ctx)
Exit a parse tree produced by theobject_constructorlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitObject_constructorin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterContext_ref
public void enterContext_ref(MappingExpressionParser.Context_refContext ctx)
Enter a parse tree produced by thecontext_reflabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterContext_refin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitContext_ref
public void exitContext_ref(MappingExpressionParser.Context_refContext ctx)
Exit a parse tree produced by thecontext_reflabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitContext_refin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterRegular_expression_multiline
public void enterRegular_expression_multiline(MappingExpressionParser.Regular_expression_multilineContext ctx)
Enter a parse tree produced by theregular_expression_multilinelabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterRegular_expression_multilinein interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitRegular_expression_multiline
public void exitRegular_expression_multiline(MappingExpressionParser.Regular_expression_multilineContext ctx)
Exit a parse tree produced by theregular_expression_multilinelabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitRegular_expression_multilinein interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterRegular_expression_caseinsensitive
public void enterRegular_expression_caseinsensitive(MappingExpressionParser.Regular_expression_caseinsensitiveContext ctx)
Enter a parse tree produced by theregular_expression_caseinsensitivelabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterRegular_expression_caseinsensitivein interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitRegular_expression_caseinsensitive
public void exitRegular_expression_caseinsensitive(MappingExpressionParser.Regular_expression_caseinsensitiveContext ctx)
Exit a parse tree produced by theregular_expression_caseinsensitivelabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitRegular_expression_caseinsensitivein interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterArray_constructor
public void enterArray_constructor(MappingExpressionParser.Array_constructorContext ctx)
Enter a parse tree produced by thearray_constructorlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterArray_constructorin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitArray_constructor
public void exitArray_constructor(MappingExpressionParser.Array_constructorContext ctx)
Exit a parse tree produced by thearray_constructorlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitArray_constructorin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterUnary_op
public void enterUnary_op(MappingExpressionParser.Unary_opContext ctx)
Enter a parse tree produced by theunary_oplabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterUnary_opin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitUnary_op
public void exitUnary_op(MappingExpressionParser.Unary_opContext ctx)
Exit a parse tree produced by theunary_oplabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitUnary_opin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterVar_recall
public void enterVar_recall(MappingExpressionParser.Var_recallContext ctx)
Enter a parse tree produced by thevar_recalllabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterVar_recallin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitVar_recall
public void exitVar_recall(MappingExpressionParser.Var_recallContext ctx)
Exit a parse tree produced by thevar_recalllabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitVar_recallin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterConcat_op
public void enterConcat_op(MappingExpressionParser.Concat_opContext ctx)
Enter a parse tree produced by theconcat_oplabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterConcat_opin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitConcat_op
public void exitConcat_op(MappingExpressionParser.Concat_opContext ctx)
Exit a parse tree produced by theconcat_oplabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitConcat_opin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterRoot_path
public void enterRoot_path(MappingExpressionParser.Root_pathContext ctx)
Enter a parse tree produced by theroot_pathlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterRoot_pathin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitRoot_path
public void exitRoot_path(MappingExpressionParser.Root_pathContext ctx)
Exit a parse tree produced by theroot_pathlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitRoot_pathin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterFct_chain
public void enterFct_chain(MappingExpressionParser.Fct_chainContext ctx)
Enter a parse tree produced by thefct_chainlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterFct_chainin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitFct_chain
public void exitFct_chain(MappingExpressionParser.Fct_chainContext ctx)
Exit a parse tree produced by thefct_chainlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitFct_chainin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterBoolean
public void enterBoolean(MappingExpressionParser.BooleanContext ctx)
Enter a parse tree produced by thebooleanlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterBooleanin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitBoolean
public void exitBoolean(MappingExpressionParser.BooleanContext ctx)
Exit a parse tree produced by thebooleanlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitBooleanin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterNull
public void enterNull(MappingExpressionParser.NullContext ctx)
Enter a parse tree produced by thenulllabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterNullin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitNull
public void exitNull(MappingExpressionParser.NullContext ctx)
Exit a parse tree produced by thenulllabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitNullin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterComp_op
public void enterComp_op(MappingExpressionParser.Comp_opContext ctx)
Enter a parse tree produced by thecomp_oplabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterComp_opin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitComp_op
public void exitComp_op(MappingExpressionParser.Comp_opContext ctx)
Exit a parse tree produced by thecomp_oplabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitComp_opin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterFunction_exec
public void enterFunction_exec(MappingExpressionParser.Function_execContext ctx)
Enter a parse tree produced by thefunction_execlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterFunction_execin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitFunction_exec
public void exitFunction_exec(MappingExpressionParser.Function_execContext ctx)
Exit a parse tree produced by thefunction_execlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitFunction_execin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterField_values
public void enterField_values(MappingExpressionParser.Field_valuesContext ctx)
Enter a parse tree produced by thefield_valueslabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterField_valuesin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitField_values
public void exitField_values(MappingExpressionParser.Field_valuesContext ctx)
Exit a parse tree produced by thefield_valueslabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitField_valuesin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterObject
public void enterObject(MappingExpressionParser.ObjectContext ctx)
Enter a parse tree produced by theobjectlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
enterObjectin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitObject
public void exitObject(MappingExpressionParser.ObjectContext ctx)
Exit a parse tree produced by theobjectlabeled alternative inMappingExpressionParser.expr().The default implementation does nothing.
- Specified by:
exitObjectin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterFieldList
public void enterFieldList(MappingExpressionParser.FieldListContext ctx)
Enter a parse tree produced byMappingExpressionParser.fieldList().The default implementation does nothing.
- Specified by:
enterFieldListin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitFieldList
public void exitFieldList(MappingExpressionParser.FieldListContext ctx)
Exit a parse tree produced byMappingExpressionParser.fieldList().The default implementation does nothing.
- Specified by:
exitFieldListin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterExprList
public void enterExprList(MappingExpressionParser.ExprListContext ctx)
Enter a parse tree produced byMappingExpressionParser.exprList().The default implementation does nothing.
- Specified by:
enterExprListin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitExprList
public void exitExprList(MappingExpressionParser.ExprListContext ctx)
Exit a parse tree produced byMappingExpressionParser.exprList().The default implementation does nothing.
- Specified by:
exitExprListin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterVarList
public void enterVarList(MappingExpressionParser.VarListContext ctx)
Enter a parse tree produced byMappingExpressionParser.varList().The default implementation does nothing.
- Specified by:
enterVarListin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitVarList
public void exitVarList(MappingExpressionParser.VarListContext ctx)
Exit a parse tree produced byMappingExpressionParser.varList().The default implementation does nothing.
- Specified by:
exitVarListin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterExprValues
public void enterExprValues(MappingExpressionParser.ExprValuesContext ctx)
Enter a parse tree produced byMappingExpressionParser.exprValues().The default implementation does nothing.
- Specified by:
enterExprValuesin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitExprValues
public void exitExprValues(MappingExpressionParser.ExprValuesContext ctx)
Exit a parse tree produced byMappingExpressionParser.exprValues().The default implementation does nothing.
- Specified by:
exitExprValuesin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterEmptyValues
public void enterEmptyValues(MappingExpressionParser.EmptyValuesContext ctx)
Enter a parse tree produced byMappingExpressionParser.emptyValues().The default implementation does nothing.
- Specified by:
enterEmptyValuesin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitEmptyValues
public void exitEmptyValues(MappingExpressionParser.EmptyValuesContext ctx)
Exit a parse tree produced byMappingExpressionParser.emptyValues().The default implementation does nothing.
- Specified by:
exitEmptyValuesin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterSeq
public void enterSeq(MappingExpressionParser.SeqContext ctx)
Enter a parse tree produced byMappingExpressionParser.seq().The default implementation does nothing.
- Specified by:
enterSeqin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitSeq
public void exitSeq(MappingExpressionParser.SeqContext ctx)
Exit a parse tree produced byMappingExpressionParser.seq().The default implementation does nothing.
- Specified by:
exitSeqin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterExprOrSeq
public void enterExprOrSeq(MappingExpressionParser.ExprOrSeqContext ctx)
Enter a parse tree produced byMappingExpressionParser.exprOrSeq().The default implementation does nothing.
- Specified by:
enterExprOrSeqin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitExprOrSeq
public void exitExprOrSeq(MappingExpressionParser.ExprOrSeqContext ctx)
Exit a parse tree produced byMappingExpressionParser.exprOrSeq().The default implementation does nothing.
- Specified by:
exitExprOrSeqin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterExprOrSeqList
public void enterExprOrSeqList(MappingExpressionParser.ExprOrSeqListContext ctx)
Enter a parse tree produced byMappingExpressionParser.exprOrSeqList().The default implementation does nothing.
- Specified by:
enterExprOrSeqListin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitExprOrSeqList
public void exitExprOrSeqList(MappingExpressionParser.ExprOrSeqListContext ctx)
Exit a parse tree produced byMappingExpressionParser.exprOrSeqList().The default implementation does nothing.
- Specified by:
exitExprOrSeqListin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterRegularExpressionCaseInsensitive
public void enterRegularExpressionCaseInsensitive(MappingExpressionParser.RegularExpressionCaseInsensitiveContext ctx)
Enter a parse tree produced byMappingExpressionParser.regularExpressionCaseInsensitive().The default implementation does nothing.
- Specified by:
enterRegularExpressionCaseInsensitivein interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitRegularExpressionCaseInsensitive
public void exitRegularExpressionCaseInsensitive(MappingExpressionParser.RegularExpressionCaseInsensitiveContext ctx)
Exit a parse tree produced byMappingExpressionParser.regularExpressionCaseInsensitive().The default implementation does nothing.
- Specified by:
exitRegularExpressionCaseInsensitivein interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterRegularExpressionMultiline
public void enterRegularExpressionMultiline(MappingExpressionParser.RegularExpressionMultilineContext ctx)
Enter a parse tree produced byMappingExpressionParser.regularExpressionMultiline().The default implementation does nothing.
- Specified by:
enterRegularExpressionMultilinein interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitRegularExpressionMultiline
public void exitRegularExpressionMultiline(MappingExpressionParser.RegularExpressionMultilineContext ctx)
Exit a parse tree produced byMappingExpressionParser.regularExpressionMultiline().The default implementation does nothing.
- Specified by:
exitRegularExpressionMultilinein interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterRegularExpression
public void enterRegularExpression(MappingExpressionParser.RegularExpressionContext ctx)
Enter a parse tree produced byMappingExpressionParser.regularExpression().The default implementation does nothing.
- Specified by:
enterRegularExpressionin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitRegularExpression
public void exitRegularExpression(MappingExpressionParser.RegularExpressionContext ctx)
Exit a parse tree produced byMappingExpressionParser.regularExpression().The default implementation does nothing.
- Specified by:
exitRegularExpressionin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
enterRegexPattern
public void enterRegexPattern(MappingExpressionParser.RegexPatternContext ctx)
Enter a parse tree produced byMappingExpressionParser.regexPattern().The default implementation does nothing.
- Specified by:
enterRegexPatternin interfaceMappingExpressionListener- Parameters:
ctx- the parse tree
-
exitRegexPattern
public void exitRegexPattern(MappingExpressionParser.RegexPatternContext ctx)
Exit a parse tree produced byMappingExpressionParser.regexPattern().The default implementation does nothing.
- Specified by:
exitRegexPatternin interfaceMappingExpressionListener- 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
-
-