Class MappingExpressionBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
MappingExpressionVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
ExpressionsVisitor
MappingExpressionVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced by theaddsub_oplabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thearraylabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thearray_constructorlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thebooleanlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thecomp_oplabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by theconcat_oplabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by theconditionallabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thecontext_reflabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thedescendantlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced byMappingExpressionParser.emptyValues().Visit a parse tree produced byMappingExpressionParser.expr_to_eof().Visit a parse tree produced byMappingExpressionParser.exprList().Visit a parse tree produced byMappingExpressionParser.exprOrSeq().Visit a parse tree produced byMappingExpressionParser.exprOrSeqList().Visit a parse tree produced byMappingExpressionParser.exprValues().Visit a parse tree produced by thefct_chainlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thefield_valueslabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced byMappingExpressionParser.fieldList().Visit a parse tree produced by thefunction_calllabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thefunction_decllabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thefunction_execlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by theidlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thelogandlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thelogorlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by themembershiplabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by themuldiv_oplabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thenulllabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thenumberlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by theobjectlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by theobject_constructorlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by theop_orderbylabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by theparenslabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by theparent_pathlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by theparent_path_solitarylabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thepathlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced byMappingExpressionParser.regexPattern().Visit a parse tree produced by theregular_expressionlabeled alternative inMappingExpressionParser.expr().visitRegular_expression_caseinsensitive(MappingExpressionParser.Regular_expression_caseinsensitiveContext ctx) Visit a parse tree produced by theregular_expression_caseinsensitivelabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by theregular_expression_multilinelabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced byMappingExpressionParser.regularExpression().visitRegularExpressionCaseInsensitive(MappingExpressionParser.RegularExpressionCaseInsensitiveContext ctx) Visit a parse tree produced byMappingExpressionParser.regularExpressionCaseInsensitive().Visit a parse tree produced byMappingExpressionParser.regularExpressionMultiline().Visit a parse tree produced by theroot_pathlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced byMappingExpressionParser.seq().Visit a parse tree produced by thestringlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by theto_arraylabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by theunary_oplabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thevar_assignlabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced by thevar_recalllabeled alternative inMappingExpressionParser.expr().Visit a parse tree produced byMappingExpressionParser.varList().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
MappingExpressionBaseVisitor
public MappingExpressionBaseVisitor()
-
-
Method Details
-
visitExpr_to_eof
Visit a parse tree produced byMappingExpressionParser.expr_to_eof().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpr_to_eofin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParens
Visit a parse tree produced by theparenslabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParensin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMuldiv_op
Visit a parse tree produced by themuldiv_oplabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMuldiv_opin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogor
Visit a parse tree produced by thelogorlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogorin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegular_expression
Visit a parse tree produced by theregular_expressionlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegular_expressionin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitString
Visit a parse tree produced by thestringlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogand
Visit a parse tree produced by thelogandlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogandin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditional
Visit a parse tree produced by theconditionallabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionalin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_call
Visit a parse tree produced by thefunction_calllabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_callin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVar_assign
Visit a parse tree produced by thevar_assignlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVar_assignin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDescendant
Visit a parse tree produced by thedescendantlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDescendantin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMembership
Visit a parse tree produced by themembershiplabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMembershipin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddsub_op
Visit a parse tree produced by theaddsub_oplabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddsub_opin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParent_path_solitary
Visit a parse tree produced by theparent_path_solitarylabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParent_path_solitaryin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_decl
Visit a parse tree produced by thefunction_decllabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_declin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumber
Visit a parse tree produced by thenumberlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPath
Visit a parse tree produced by thepathlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTo_array
Visit a parse tree produced by theto_arraylabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTo_arrayin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray
Visit a parse tree produced by thearraylabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParent_path
Visit a parse tree produced by theparent_pathlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParent_pathin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitId
Visit a parse tree produced by theidlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObject_constructor
Visit a parse tree produced by theobject_constructorlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObject_constructorin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContext_ref
Visit a parse tree produced by thecontext_reflabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContext_refin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOp_orderby
Visit a parse tree produced by theop_orderbylabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOp_orderbyin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegular_expression_multiline
public T visitRegular_expression_multiline(MappingExpressionParser.Regular_expression_multilineContext ctx) Visit a parse tree produced by theregular_expression_multilinelabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegular_expression_multilinein interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegular_expression_caseinsensitive
public T visitRegular_expression_caseinsensitive(MappingExpressionParser.Regular_expression_caseinsensitiveContext ctx) Visit a parse tree produced by theregular_expression_caseinsensitivelabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegular_expression_caseinsensitivein interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray_constructor
Visit a parse tree produced by thearray_constructorlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArray_constructorin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnary_op
Visit a parse tree produced by theunary_oplabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnary_opin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVar_recall
Visit a parse tree produced by thevar_recalllabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVar_recallin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConcat_op
Visit a parse tree produced by theconcat_oplabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConcat_opin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoot_path
Visit a parse tree produced by theroot_pathlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoot_pathin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFct_chain
Visit a parse tree produced by thefct_chainlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFct_chainin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBoolean
Visit a parse tree produced by thebooleanlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNull
Visit a parse tree produced by thenulllabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComp_op
Visit a parse tree produced by thecomp_oplabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComp_opin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_exec
Visit a parse tree produced by thefunction_execlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_execin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitField_values
Visit a parse tree produced by thefield_valueslabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitField_valuesin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObject
Visit a parse tree produced by theobjectlabeled alternative inMappingExpressionParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldList
Visit a parse tree produced byMappingExpressionParser.fieldList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldListin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprList
Visit a parse tree produced byMappingExpressionParser.exprList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprListin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarList
Visit a parse tree produced byMappingExpressionParser.varList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVarListin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprValues
Visit a parse tree produced byMappingExpressionParser.exprValues().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprValuesin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyValues
Visit a parse tree produced byMappingExpressionParser.emptyValues().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmptyValuesin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeq
Visit a parse tree produced byMappingExpressionParser.seq().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSeqin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprOrSeq
Visit a parse tree produced byMappingExpressionParser.exprOrSeq().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprOrSeqin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprOrSeqList
Visit a parse tree produced byMappingExpressionParser.exprOrSeqList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprOrSeqListin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularExpressionCaseInsensitive
public T visitRegularExpressionCaseInsensitive(MappingExpressionParser.RegularExpressionCaseInsensitiveContext ctx) Visit a parse tree produced byMappingExpressionParser.regularExpressionCaseInsensitive().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegularExpressionCaseInsensitivein interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularExpressionMultiline
public T visitRegularExpressionMultiline(MappingExpressionParser.RegularExpressionMultilineContext ctx) Visit a parse tree produced byMappingExpressionParser.regularExpressionMultiline().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegularExpressionMultilinein interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularExpression
Visit a parse tree produced byMappingExpressionParser.regularExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegularExpressionin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegexPattern
Visit a parse tree produced byMappingExpressionParser.regexPattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegexPatternin interfaceMappingExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-