Interface MappingExpressionListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
MappingExpressionBaseListener
public interface MappingExpressionListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byMappingExpressionParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterExpr_to_eof
void enterExpr_to_eof(MappingExpressionParser.Expr_to_eofContext ctx)
Enter a parse tree produced byMappingExpressionParser.expr_to_eof().- Parameters:
ctx- the parse tree
-
exitExpr_to_eof
void exitExpr_to_eof(MappingExpressionParser.Expr_to_eofContext ctx)
Exit a parse tree produced byMappingExpressionParser.expr_to_eof().- Parameters:
ctx- the parse tree
-
enterParens
void enterParens(MappingExpressionParser.ParensContext ctx)
Enter a parse tree produced by theparenslabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitParens
void exitParens(MappingExpressionParser.ParensContext ctx)
Exit a parse tree produced by theparenslabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterMuldiv_op
void enterMuldiv_op(MappingExpressionParser.Muldiv_opContext ctx)
Enter a parse tree produced by themuldiv_oplabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitMuldiv_op
void exitMuldiv_op(MappingExpressionParser.Muldiv_opContext ctx)
Exit a parse tree produced by themuldiv_oplabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterLogor
void enterLogor(MappingExpressionParser.LogorContext ctx)
Enter a parse tree produced by thelogorlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitLogor
void exitLogor(MappingExpressionParser.LogorContext ctx)
Exit a parse tree produced by thelogorlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterRegular_expression
void enterRegular_expression(MappingExpressionParser.Regular_expressionContext ctx)
Enter a parse tree produced by theregular_expressionlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitRegular_expression
void exitRegular_expression(MappingExpressionParser.Regular_expressionContext ctx)
Exit a parse tree produced by theregular_expressionlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterString
void enterString(MappingExpressionParser.StringContext ctx)
Enter a parse tree produced by thestringlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitString
void exitString(MappingExpressionParser.StringContext ctx)
Exit a parse tree produced by thestringlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterLogand
void enterLogand(MappingExpressionParser.LogandContext ctx)
Enter a parse tree produced by thelogandlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitLogand
void exitLogand(MappingExpressionParser.LogandContext ctx)
Exit a parse tree produced by thelogandlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterConditional
void enterConditional(MappingExpressionParser.ConditionalContext ctx)
Enter a parse tree produced by theconditionallabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitConditional
void exitConditional(MappingExpressionParser.ConditionalContext ctx)
Exit a parse tree produced by theconditionallabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterFunction_call
void enterFunction_call(MappingExpressionParser.Function_callContext ctx)
Enter a parse tree produced by thefunction_calllabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitFunction_call
void exitFunction_call(MappingExpressionParser.Function_callContext ctx)
Exit a parse tree produced by thefunction_calllabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterVar_assign
void enterVar_assign(MappingExpressionParser.Var_assignContext ctx)
Enter a parse tree produced by thevar_assignlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitVar_assign
void exitVar_assign(MappingExpressionParser.Var_assignContext ctx)
Exit a parse tree produced by thevar_assignlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterDescendant
void enterDescendant(MappingExpressionParser.DescendantContext ctx)
Enter a parse tree produced by thedescendantlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitDescendant
void exitDescendant(MappingExpressionParser.DescendantContext ctx)
Exit a parse tree produced by thedescendantlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterMembership
void enterMembership(MappingExpressionParser.MembershipContext ctx)
Enter a parse tree produced by themembershiplabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitMembership
void exitMembership(MappingExpressionParser.MembershipContext ctx)
Exit a parse tree produced by themembershiplabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterAddsub_op
void enterAddsub_op(MappingExpressionParser.Addsub_opContext ctx)
Enter a parse tree produced by theaddsub_oplabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitAddsub_op
void exitAddsub_op(MappingExpressionParser.Addsub_opContext ctx)
Exit a parse tree produced by theaddsub_oplabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterFunction_decl
void enterFunction_decl(MappingExpressionParser.Function_declContext ctx)
Enter a parse tree produced by thefunction_decllabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitFunction_decl
void exitFunction_decl(MappingExpressionParser.Function_declContext ctx)
Exit a parse tree produced by thefunction_decllabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterNumber
void enterNumber(MappingExpressionParser.NumberContext ctx)
Enter a parse tree produced by thenumberlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitNumber
void exitNumber(MappingExpressionParser.NumberContext ctx)
Exit a parse tree produced by thenumberlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterPath
void enterPath(MappingExpressionParser.PathContext ctx)
Enter a parse tree produced by thepathlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitPath
void exitPath(MappingExpressionParser.PathContext ctx)
Exit a parse tree produced by thepathlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterTo_array
void enterTo_array(MappingExpressionParser.To_arrayContext ctx)
Enter a parse tree produced by theto_arraylabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitTo_array
void exitTo_array(MappingExpressionParser.To_arrayContext ctx)
Exit a parse tree produced by theto_arraylabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterArray
void enterArray(MappingExpressionParser.ArrayContext ctx)
Enter a parse tree produced by thearraylabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitArray
void exitArray(MappingExpressionParser.ArrayContext ctx)
Exit a parse tree produced by thearraylabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterId
void enterId(MappingExpressionParser.IdContext ctx)
Enter a parse tree produced by theidlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitId
void exitId(MappingExpressionParser.IdContext ctx)
Exit a parse tree produced by theidlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterObject_constructor
void enterObject_constructor(MappingExpressionParser.Object_constructorContext ctx)
Enter a parse tree produced by theobject_constructorlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitObject_constructor
void exitObject_constructor(MappingExpressionParser.Object_constructorContext ctx)
Exit a parse tree produced by theobject_constructorlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterContext_ref
void enterContext_ref(MappingExpressionParser.Context_refContext ctx)
Enter a parse tree produced by thecontext_reflabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitContext_ref
void exitContext_ref(MappingExpressionParser.Context_refContext ctx)
Exit a parse tree produced by thecontext_reflabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterRegular_expression_multiline
void enterRegular_expression_multiline(MappingExpressionParser.Regular_expression_multilineContext ctx)
Enter a parse tree produced by theregular_expression_multilinelabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitRegular_expression_multiline
void exitRegular_expression_multiline(MappingExpressionParser.Regular_expression_multilineContext ctx)
Exit a parse tree produced by theregular_expression_multilinelabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterRegular_expression_caseinsensitive
void enterRegular_expression_caseinsensitive(MappingExpressionParser.Regular_expression_caseinsensitiveContext ctx)
Enter a parse tree produced by theregular_expression_caseinsensitivelabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitRegular_expression_caseinsensitive
void exitRegular_expression_caseinsensitive(MappingExpressionParser.Regular_expression_caseinsensitiveContext ctx)
Exit a parse tree produced by theregular_expression_caseinsensitivelabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterArray_constructor
void enterArray_constructor(MappingExpressionParser.Array_constructorContext ctx)
Enter a parse tree produced by thearray_constructorlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitArray_constructor
void exitArray_constructor(MappingExpressionParser.Array_constructorContext ctx)
Exit a parse tree produced by thearray_constructorlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterUnary_op
void enterUnary_op(MappingExpressionParser.Unary_opContext ctx)
Enter a parse tree produced by theunary_oplabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitUnary_op
void exitUnary_op(MappingExpressionParser.Unary_opContext ctx)
Exit a parse tree produced by theunary_oplabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterVar_recall
void enterVar_recall(MappingExpressionParser.Var_recallContext ctx)
Enter a parse tree produced by thevar_recalllabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitVar_recall
void exitVar_recall(MappingExpressionParser.Var_recallContext ctx)
Exit a parse tree produced by thevar_recalllabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterConcat_op
void enterConcat_op(MappingExpressionParser.Concat_opContext ctx)
Enter a parse tree produced by theconcat_oplabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitConcat_op
void exitConcat_op(MappingExpressionParser.Concat_opContext ctx)
Exit a parse tree produced by theconcat_oplabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterRoot_path
void enterRoot_path(MappingExpressionParser.Root_pathContext ctx)
Enter a parse tree produced by theroot_pathlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitRoot_path
void exitRoot_path(MappingExpressionParser.Root_pathContext ctx)
Exit a parse tree produced by theroot_pathlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterFct_chain
void enterFct_chain(MappingExpressionParser.Fct_chainContext ctx)
Enter a parse tree produced by thefct_chainlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitFct_chain
void exitFct_chain(MappingExpressionParser.Fct_chainContext ctx)
Exit a parse tree produced by thefct_chainlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterBoolean
void enterBoolean(MappingExpressionParser.BooleanContext ctx)
Enter a parse tree produced by thebooleanlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitBoolean
void exitBoolean(MappingExpressionParser.BooleanContext ctx)
Exit a parse tree produced by thebooleanlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterNull
void enterNull(MappingExpressionParser.NullContext ctx)
Enter a parse tree produced by thenulllabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitNull
void exitNull(MappingExpressionParser.NullContext ctx)
Exit a parse tree produced by thenulllabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterComp_op
void enterComp_op(MappingExpressionParser.Comp_opContext ctx)
Enter a parse tree produced by thecomp_oplabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitComp_op
void exitComp_op(MappingExpressionParser.Comp_opContext ctx)
Exit a parse tree produced by thecomp_oplabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterFunction_exec
void enterFunction_exec(MappingExpressionParser.Function_execContext ctx)
Enter a parse tree produced by thefunction_execlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitFunction_exec
void exitFunction_exec(MappingExpressionParser.Function_execContext ctx)
Exit a parse tree produced by thefunction_execlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterField_values
void enterField_values(MappingExpressionParser.Field_valuesContext ctx)
Enter a parse tree produced by thefield_valueslabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitField_values
void exitField_values(MappingExpressionParser.Field_valuesContext ctx)
Exit a parse tree produced by thefield_valueslabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterObject
void enterObject(MappingExpressionParser.ObjectContext ctx)
Enter a parse tree produced by theobjectlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
exitObject
void exitObject(MappingExpressionParser.ObjectContext ctx)
Exit a parse tree produced by theobjectlabeled alternative inMappingExpressionParser.expr().- Parameters:
ctx- the parse tree
-
enterFieldList
void enterFieldList(MappingExpressionParser.FieldListContext ctx)
Enter a parse tree produced byMappingExpressionParser.fieldList().- Parameters:
ctx- the parse tree
-
exitFieldList
void exitFieldList(MappingExpressionParser.FieldListContext ctx)
Exit a parse tree produced byMappingExpressionParser.fieldList().- Parameters:
ctx- the parse tree
-
enterExprList
void enterExprList(MappingExpressionParser.ExprListContext ctx)
Enter a parse tree produced byMappingExpressionParser.exprList().- Parameters:
ctx- the parse tree
-
exitExprList
void exitExprList(MappingExpressionParser.ExprListContext ctx)
Exit a parse tree produced byMappingExpressionParser.exprList().- Parameters:
ctx- the parse tree
-
enterVarList
void enterVarList(MappingExpressionParser.VarListContext ctx)
Enter a parse tree produced byMappingExpressionParser.varList().- Parameters:
ctx- the parse tree
-
exitVarList
void exitVarList(MappingExpressionParser.VarListContext ctx)
Exit a parse tree produced byMappingExpressionParser.varList().- Parameters:
ctx- the parse tree
-
enterExprValues
void enterExprValues(MappingExpressionParser.ExprValuesContext ctx)
Enter a parse tree produced byMappingExpressionParser.exprValues().- Parameters:
ctx- the parse tree
-
exitExprValues
void exitExprValues(MappingExpressionParser.ExprValuesContext ctx)
Exit a parse tree produced byMappingExpressionParser.exprValues().- Parameters:
ctx- the parse tree
-
enterEmptyValues
void enterEmptyValues(MappingExpressionParser.EmptyValuesContext ctx)
Enter a parse tree produced byMappingExpressionParser.emptyValues().- Parameters:
ctx- the parse tree
-
exitEmptyValues
void exitEmptyValues(MappingExpressionParser.EmptyValuesContext ctx)
Exit a parse tree produced byMappingExpressionParser.emptyValues().- Parameters:
ctx- the parse tree
-
enterSeq
void enterSeq(MappingExpressionParser.SeqContext ctx)
Enter a parse tree produced byMappingExpressionParser.seq().- Parameters:
ctx- the parse tree
-
exitSeq
void exitSeq(MappingExpressionParser.SeqContext ctx)
Exit a parse tree produced byMappingExpressionParser.seq().- Parameters:
ctx- the parse tree
-
enterExprOrSeq
void enterExprOrSeq(MappingExpressionParser.ExprOrSeqContext ctx)
Enter a parse tree produced byMappingExpressionParser.exprOrSeq().- Parameters:
ctx- the parse tree
-
exitExprOrSeq
void exitExprOrSeq(MappingExpressionParser.ExprOrSeqContext ctx)
Exit a parse tree produced byMappingExpressionParser.exprOrSeq().- Parameters:
ctx- the parse tree
-
enterExprOrSeqList
void enterExprOrSeqList(MappingExpressionParser.ExprOrSeqListContext ctx)
Enter a parse tree produced byMappingExpressionParser.exprOrSeqList().- Parameters:
ctx- the parse tree
-
exitExprOrSeqList
void exitExprOrSeqList(MappingExpressionParser.ExprOrSeqListContext ctx)
Exit a parse tree produced byMappingExpressionParser.exprOrSeqList().- Parameters:
ctx- the parse tree
-
enterRegularExpressionCaseInsensitive
void enterRegularExpressionCaseInsensitive(MappingExpressionParser.RegularExpressionCaseInsensitiveContext ctx)
Enter a parse tree produced byMappingExpressionParser.regularExpressionCaseInsensitive().- Parameters:
ctx- the parse tree
-
exitRegularExpressionCaseInsensitive
void exitRegularExpressionCaseInsensitive(MappingExpressionParser.RegularExpressionCaseInsensitiveContext ctx)
Exit a parse tree produced byMappingExpressionParser.regularExpressionCaseInsensitive().- Parameters:
ctx- the parse tree
-
enterRegularExpressionMultiline
void enterRegularExpressionMultiline(MappingExpressionParser.RegularExpressionMultilineContext ctx)
Enter a parse tree produced byMappingExpressionParser.regularExpressionMultiline().- Parameters:
ctx- the parse tree
-
exitRegularExpressionMultiline
void exitRegularExpressionMultiline(MappingExpressionParser.RegularExpressionMultilineContext ctx)
Exit a parse tree produced byMappingExpressionParser.regularExpressionMultiline().- Parameters:
ctx- the parse tree
-
enterRegularExpression
void enterRegularExpression(MappingExpressionParser.RegularExpressionContext ctx)
Enter a parse tree produced byMappingExpressionParser.regularExpression().- Parameters:
ctx- the parse tree
-
exitRegularExpression
void exitRegularExpression(MappingExpressionParser.RegularExpressionContext ctx)
Exit a parse tree produced byMappingExpressionParser.regularExpression().- Parameters:
ctx- the parse tree
-
enterRegexPattern
void enterRegexPattern(MappingExpressionParser.RegexPatternContext ctx)
Enter a parse tree produced byMappingExpressionParser.regexPattern().- Parameters:
ctx- the parse tree
-
exitRegexPattern
void exitRegexPattern(MappingExpressionParser.RegexPatternContext ctx)
Exit a parse tree produced byMappingExpressionParser.regexPattern().- Parameters:
ctx- the parse tree
-
-