T - The return type of the visit operation. Use Void for
operations with no return type.public class MappingExpressionBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements MappingExpressionVisitor<T>
MappingExpressionVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
MappingExpressionBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitSift_function(MappingExpressionParser.Sift_functionContext ctx)
sift_function
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSift_function in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitParens(MappingExpressionParser.ParensContext ctx)
parens
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParens in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitMuldiv_op(MappingExpressionParser.Muldiv_opContext ctx)
muldiv_op
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMuldiv_op in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitLogor(MappingExpressionParser.LogorContext ctx)
logor
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogor in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitString(MappingExpressionParser.StringContext ctx)
string
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitString in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitLogand(MappingExpressionParser.LogandContext ctx)
logand
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogand in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitConditional(MappingExpressionParser.ConditionalContext ctx)
conditional
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditional in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitFunction_call(MappingExpressionParser.Function_callContext ctx)
function_call
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_call in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitVar_assign(MappingExpressionParser.Var_assignContext ctx)
var_assign
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVar_assign in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitDescendant(MappingExpressionParser.DescendantContext ctx)
descendant
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDescendant in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitMembership(MappingExpressionParser.MembershipContext ctx)
membership
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMembership in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitAddsub_op(MappingExpressionParser.Addsub_opContext ctx)
addsub_op
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddsub_op in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitFunction_decl(MappingExpressionParser.Function_declContext ctx)
function_decl
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_decl in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitNumber(MappingExpressionParser.NumberContext ctx)
number
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumber in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitPath(MappingExpressionParser.PathContext ctx)
path
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPath in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitTo_array(MappingExpressionParser.To_arrayContext ctx)
to_array
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTo_array in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitArray(MappingExpressionParser.ArrayContext ctx)
array
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArray in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitId(MappingExpressionParser.IdContext ctx)
id
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitId in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitObject_constructor(MappingExpressionParser.Object_constructorContext ctx)
object_constructor
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObject_constructor in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitContext_ref(MappingExpressionParser.Context_refContext ctx)
context_ref
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitContext_ref in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitReduce_function(MappingExpressionParser.Reduce_functionContext ctx)
reduce_function
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReduce_function in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitArray_constructor(MappingExpressionParser.Array_constructorContext ctx)
array_constructor
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArray_constructor in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitEach_function(MappingExpressionParser.Each_functionContext ctx)
each_function
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEach_function in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitUnary_op(MappingExpressionParser.Unary_opContext ctx)
unary_op
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnary_op in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitVar_recall(MappingExpressionParser.Var_recallContext ctx)
var_recall
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVar_recall in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitConcat_op(MappingExpressionParser.Concat_opContext ctx)
concat_op
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConcat_op in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitRoot_path(MappingExpressionParser.Root_pathContext ctx)
root_path
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoot_path in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitFilter_function(MappingExpressionParser.Filter_functionContext ctx)
filter_function
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilter_function in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitFct_chain(MappingExpressionParser.Fct_chainContext ctx)
fct_chain
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFct_chain in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitBoolean(MappingExpressionParser.BooleanContext ctx)
boolean
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoolean in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitNull(MappingExpressionParser.NullContext ctx)
null
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNull in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitComp_op(MappingExpressionParser.Comp_opContext ctx)
comp_op
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComp_op in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitFunction_exec(MappingExpressionParser.Function_execContext ctx)
function_exec
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_exec in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitMap_function(MappingExpressionParser.Map_functionContext ctx)
map_function
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMap_function in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitField_values(MappingExpressionParser.Field_valuesContext ctx)
field_values
labeled alternative in MappingExpressionParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitField_values in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitFieldList(MappingExpressionParser.FieldListContext ctx)
MappingExpressionParser.fieldList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFieldList in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitExprList(MappingExpressionParser.ExprListContext ctx)
MappingExpressionParser.exprList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExprList in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitVarList(MappingExpressionParser.VarListContext ctx)
MappingExpressionParser.varList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVarList in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitExprValues(MappingExpressionParser.ExprValuesContext ctx)
MappingExpressionParser.exprValues().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExprValues in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitEmptyValues(MappingExpressionParser.EmptyValuesContext ctx)
MappingExpressionParser.emptyValues().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEmptyValues in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitSeq(MappingExpressionParser.SeqContext ctx)
MappingExpressionParser.seq().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSeq in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitExprOrSeq(MappingExpressionParser.ExprOrSeqContext ctx)
MappingExpressionParser.exprOrSeq().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExprOrSeq in interface MappingExpressionVisitor<T>ctx - the parse treepublic T visitExprOrSeqList(MappingExpressionParser.ExprOrSeqListContext ctx)
MappingExpressionParser.exprOrSeqList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExprOrSeqList in interface MappingExpressionVisitor<T>ctx - the parse treeCopyright © 2020. All rights reserved.