T - The return type of the visit operation. Use Void for
operations with no return type.public class FEEL_1_1BaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements FEEL_1_1Visitor<T>
FEEL_1_1Visitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
FEEL_1_1BaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitCompilation_unit(FEEL_1_1Parser.Compilation_unitContext ctx)
FEEL_1_1Parser.compilation_unit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompilation_unit in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitExpressionTextual(FEEL_1_1Parser.ExpressionTextualContext ctx)
expressionTextual
labeled alternative in FEEL_1_1Parser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpressionTextual in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitTextualExpression(FEEL_1_1Parser.TextualExpressionContext ctx)
FEEL_1_1Parser.textualExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTextualExpression in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitParametersEmpty(FEEL_1_1Parser.ParametersEmptyContext ctx)
parametersEmpty
labeled alternative in FEEL_1_1Parser.parameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParametersEmpty in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitParametersNamed(FEEL_1_1Parser.ParametersNamedContext ctx)
parametersNamed
labeled alternative in FEEL_1_1Parser.parameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParametersNamed in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitParametersPositional(FEEL_1_1Parser.ParametersPositionalContext ctx)
parametersPositional
labeled alternative in FEEL_1_1Parser.parameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParametersPositional in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitNamedParameters(FEEL_1_1Parser.NamedParametersContext ctx)
FEEL_1_1Parser.namedParameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNamedParameters in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitNamedParameter(FEEL_1_1Parser.NamedParameterContext ctx)
FEEL_1_1Parser.namedParameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNamedParameter in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPositionalParameters(FEEL_1_1Parser.PositionalParametersContext ctx)
FEEL_1_1Parser.positionalParameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositionalParameters in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitForExpression(FEEL_1_1Parser.ForExpressionContext ctx)
FEEL_1_1Parser.forExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForExpression in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitIterationContexts(FEEL_1_1Parser.IterationContextsContext ctx)
FEEL_1_1Parser.iterationContexts().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIterationContexts in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitIterationContext(FEEL_1_1Parser.IterationContextContext ctx)
FEEL_1_1Parser.iterationContext().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIterationContext in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitIfExpression(FEEL_1_1Parser.IfExpressionContext ctx)
FEEL_1_1Parser.ifExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfExpression in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitQuantExprSome(FEEL_1_1Parser.QuantExprSomeContext ctx)
quantExprSome
labeled alternative in FEEL_1_1Parser.quantifiedExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuantExprSome in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitQuantExprEvery(FEEL_1_1Parser.QuantExprEveryContext ctx)
quantExprEvery
labeled alternative in FEEL_1_1Parser.quantifiedExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuantExprEvery in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitType(FEEL_1_1Parser.TypeContext ctx)
FEEL_1_1Parser.type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitType in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitList(FEEL_1_1Parser.ListContext ctx)
FEEL_1_1Parser.list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitList in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitFunctionDefinition(FEEL_1_1Parser.FunctionDefinitionContext ctx)
FEEL_1_1Parser.functionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionDefinition in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitFormalParameters(FEEL_1_1Parser.FormalParametersContext ctx)
FEEL_1_1Parser.formalParameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFormalParameters in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitFormalParameter(FEEL_1_1Parser.FormalParameterContext ctx)
FEEL_1_1Parser.formalParameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFormalParameter in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitContext(FEEL_1_1Parser.ContextContext ctx)
FEEL_1_1Parser.context().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitContext in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitContextEntries(FEEL_1_1Parser.ContextEntriesContext ctx)
FEEL_1_1Parser.contextEntries().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitContextEntries in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitContextEntry(FEEL_1_1Parser.ContextEntryContext ctx)
FEEL_1_1Parser.contextEntry().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitContextEntry in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitKeyName(FEEL_1_1Parser.KeyNameContext ctx)
keyName
labeled alternative in FEEL_1_1Parser.key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyName in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitKeyString(FEEL_1_1Parser.KeyStringContext ctx)
keyString
labeled alternative in FEEL_1_1Parser.key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyString in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitNameDefinition(FEEL_1_1Parser.NameDefinitionContext ctx)
FEEL_1_1Parser.nameDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNameDefinition in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitNameDefinitionTokens(FEEL_1_1Parser.NameDefinitionTokensContext ctx)
FEEL_1_1Parser.nameDefinitionTokens().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNameDefinitionTokens in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitAdditionalNameSymbol(FEEL_1_1Parser.AdditionalNameSymbolContext ctx)
FEEL_1_1Parser.additionalNameSymbol().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAdditionalNameSymbol in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitCondOr(FEEL_1_1Parser.CondOrContext ctx)
condOr
labeled alternative in FEEL_1_1Parser.conditionalOrExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCondOr in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitCondOrAnd(FEEL_1_1Parser.CondOrAndContext ctx)
condOrAnd
labeled alternative in FEEL_1_1Parser.conditionalOrExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCondOrAnd in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitCondAndComp(FEEL_1_1Parser.CondAndCompContext ctx)
condAndComp
labeled alternative in FEEL_1_1Parser.conditionalAndExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCondAndComp in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitCondAnd(FEEL_1_1Parser.CondAndContext ctx)
condAnd
labeled alternative in FEEL_1_1Parser.conditionalAndExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCondAnd in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitCompExpression(FEEL_1_1Parser.CompExpressionContext ctx)
compExpression
labeled alternative in FEEL_1_1Parser.comparisonExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompExpression in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitCompExpressionRel(FEEL_1_1Parser.CompExpressionRelContext ctx)
compExpressionRel
labeled alternative in FEEL_1_1Parser.comparisonExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompExpressionRel in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitRelExpressionBetween(FEEL_1_1Parser.RelExpressionBetweenContext ctx)
relExpressionBetween
labeled alternative in FEEL_1_1Parser.relationalExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelExpressionBetween in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitRelExpressionValueList(FEEL_1_1Parser.RelExpressionValueListContext ctx)
relExpressionValueList
labeled alternative in FEEL_1_1Parser.relationalExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelExpressionValueList in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitRelExpressionTestList(FEEL_1_1Parser.RelExpressionTestListContext ctx)
relExpressionTestList
labeled alternative in FEEL_1_1Parser.relationalExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelExpressionTestList in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitRelExpressionTest(FEEL_1_1Parser.RelExpressionTestContext ctx)
relExpressionTest
labeled alternative in FEEL_1_1Parser.relationalExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelExpressionTest in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitRelExpressionAdd(FEEL_1_1Parser.RelExpressionAddContext ctx)
relExpressionAdd
labeled alternative in FEEL_1_1Parser.relationalExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelExpressionAdd in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitRelExpressionInstanceOf(FEEL_1_1Parser.RelExpressionInstanceOfContext ctx)
relExpressionInstanceOf
labeled alternative in FEEL_1_1Parser.relationalExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelExpressionInstanceOf in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitExpressionList(FEEL_1_1Parser.ExpressionListContext ctx)
FEEL_1_1Parser.expressionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpressionList in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitAddExpressionMult(FEEL_1_1Parser.AddExpressionMultContext ctx)
addExpressionMult
labeled alternative in FEEL_1_1Parser.additiveExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddExpressionMult in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitAddExpression(FEEL_1_1Parser.AddExpressionContext ctx)
addExpression
labeled alternative in FEEL_1_1Parser.additiveExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddExpression in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitMultExpressionPow(FEEL_1_1Parser.MultExpressionPowContext ctx)
multExpressionPow
labeled alternative in FEEL_1_1Parser.multiplicativeExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultExpressionPow in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitMultExpression(FEEL_1_1Parser.MultExpressionContext ctx)
multExpression
labeled alternative in FEEL_1_1Parser.multiplicativeExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultExpression in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPowExpressionUnary(FEEL_1_1Parser.PowExpressionUnaryContext ctx)
powExpressionUnary
labeled alternative in FEEL_1_1Parser.powerExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPowExpressionUnary in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPowExpression(FEEL_1_1Parser.PowExpressionContext ctx)
powExpression
labeled alternative in FEEL_1_1Parser.powerExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPowExpression in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitFilterPathExpression(FEEL_1_1Parser.FilterPathExpressionContext ctx)
FEEL_1_1Parser.filterPathExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilterPathExpression in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitSignedUnaryExpression(FEEL_1_1Parser.SignedUnaryExpressionContext ctx)
signedUnaryExpression
labeled alternative in FEEL_1_1Parser.unaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSignedUnaryExpression in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitNonSignedUnaryExpression(FEEL_1_1Parser.NonSignedUnaryExpressionContext ctx)
nonSignedUnaryExpression
labeled alternative in FEEL_1_1Parser.unaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNonSignedUnaryExpression in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitNegatedUnaryTests(FEEL_1_1Parser.NegatedUnaryTestsContext ctx)
negatedUnaryTests
labeled alternative in FEEL_1_1Parser.unaryExpressionNotPlusMinus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNegatedUnaryTests in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitLogicalNegation(FEEL_1_1Parser.LogicalNegationContext ctx)
logicalNegation
labeled alternative in FEEL_1_1Parser.unaryExpressionNotPlusMinus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogicalNegation in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitUenpmPrimary(FEEL_1_1Parser.UenpmPrimaryContext ctx)
uenpmPrimary
labeled alternative in FEEL_1_1Parser.unaryExpressionNotPlusMinus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUenpmPrimary in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPrimaryLiteral(FEEL_1_1Parser.PrimaryLiteralContext ctx)
primaryLiteral
labeled alternative in FEEL_1_1Parser.primary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryLiteral in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPrimaryInterval(FEEL_1_1Parser.PrimaryIntervalContext ctx)
primaryInterval
labeled alternative in FEEL_1_1Parser.primary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryInterval in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPrimaryList(FEEL_1_1Parser.PrimaryListContext ctx)
primaryList
labeled alternative in FEEL_1_1Parser.primary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryList in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPrimaryContext(FEEL_1_1Parser.PrimaryContextContext ctx)
primaryContext
labeled alternative in FEEL_1_1Parser.primary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryContext in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPrimaryParens(FEEL_1_1Parser.PrimaryParensContext ctx)
primaryParens
labeled alternative in FEEL_1_1Parser.primary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryParens in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPrimaryUnaryTest(FEEL_1_1Parser.PrimaryUnaryTestContext ctx)
primaryUnaryTest
labeled alternative in FEEL_1_1Parser.primary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryUnaryTest in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPrimaryName(FEEL_1_1Parser.PrimaryNameContext ctx)
primaryName
labeled alternative in FEEL_1_1Parser.primary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryName in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitNumberLiteral(FEEL_1_1Parser.NumberLiteralContext ctx)
numberLiteral
labeled alternative in FEEL_1_1Parser.literal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumberLiteral in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitBoolLiteral(FEEL_1_1Parser.BoolLiteralContext ctx)
boolLiteral
labeled alternative in FEEL_1_1Parser.literal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoolLiteral in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitStringLiteral(FEEL_1_1Parser.StringLiteralContext ctx)
stringLiteral
labeled alternative in FEEL_1_1Parser.literal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiteral in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitNullLiteral(FEEL_1_1Parser.NullLiteralContext ctx)
nullLiteral
labeled alternative in FEEL_1_1Parser.literal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullLiteral in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitBooleanLiteral(FEEL_1_1Parser.BooleanLiteralContext ctx)
FEEL_1_1Parser.booleanLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanLiteral in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitSimpleUnaryTests(FEEL_1_1Parser.SimpleUnaryTestsContext ctx)
FEEL_1_1Parser.simpleUnaryTests().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleUnaryTests in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPositiveUnaryTestIneq(FEEL_1_1Parser.PositiveUnaryTestIneqContext ctx)
positiveUnaryTestIneq
labeled alternative in FEEL_1_1Parser.simpleUnaryTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositiveUnaryTestIneq in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPositiveUnaryTestInterval(FEEL_1_1Parser.PositiveUnaryTestIntervalContext ctx)
positiveUnaryTestInterval
labeled alternative in FEEL_1_1Parser.simpleUnaryTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositiveUnaryTestInterval in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPositiveUnaryTestNull(FEEL_1_1Parser.PositiveUnaryTestNullContext ctx)
positiveUnaryTestNull
labeled alternative in FEEL_1_1Parser.simpleUnaryTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositiveUnaryTestNull in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitPositiveUnaryTestDash(FEEL_1_1Parser.PositiveUnaryTestDashContext ctx)
positiveUnaryTestDash
labeled alternative in FEEL_1_1Parser.simpleUnaryTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositiveUnaryTestDash in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitEndpoint(FEEL_1_1Parser.EndpointContext ctx)
FEEL_1_1Parser.endpoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEndpoint in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitInterval(FEEL_1_1Parser.IntervalContext ctx)
FEEL_1_1Parser.interval().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInterval in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitQualifiedName(FEEL_1_1Parser.QualifiedNameContext ctx)
FEEL_1_1Parser.qualifiedName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQualifiedName in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitNameRef(FEEL_1_1Parser.NameRefContext ctx)
FEEL_1_1Parser.nameRef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNameRef in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitNameRefOtherToken(FEEL_1_1Parser.NameRefOtherTokenContext ctx)
FEEL_1_1Parser.nameRefOtherToken().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNameRefOtherToken in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitReusableKeywords(FEEL_1_1Parser.ReusableKeywordsContext ctx)
FEEL_1_1Parser.reusableKeywords().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReusableKeywords in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitFor_key(FEEL_1_1Parser.For_keyContext ctx)
FEEL_1_1Parser.for_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFor_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitReturn_key(FEEL_1_1Parser.Return_keyContext ctx)
FEEL_1_1Parser.return_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReturn_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitIn_key(FEEL_1_1Parser.In_keyContext ctx)
FEEL_1_1Parser.in_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIn_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitIf_key(FEEL_1_1Parser.If_keyContext ctx)
FEEL_1_1Parser.if_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIf_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitThen_key(FEEL_1_1Parser.Then_keyContext ctx)
FEEL_1_1Parser.then_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitThen_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitElse_key(FEEL_1_1Parser.Else_keyContext ctx)
FEEL_1_1Parser.else_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitElse_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitSome_key(FEEL_1_1Parser.Some_keyContext ctx)
FEEL_1_1Parser.some_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSome_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitEvery_key(FEEL_1_1Parser.Every_keyContext ctx)
FEEL_1_1Parser.every_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEvery_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitSatisfies_key(FEEL_1_1Parser.Satisfies_keyContext ctx)
FEEL_1_1Parser.satisfies_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSatisfies_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitInstance_key(FEEL_1_1Parser.Instance_keyContext ctx)
FEEL_1_1Parser.instance_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInstance_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitOf_key(FEEL_1_1Parser.Of_keyContext ctx)
FEEL_1_1Parser.of_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOf_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitFunction_key(FEEL_1_1Parser.Function_keyContext ctx)
FEEL_1_1Parser.function_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitExternal_key(FEEL_1_1Parser.External_keyContext ctx)
FEEL_1_1Parser.external_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExternal_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitOr_key(FEEL_1_1Parser.Or_keyContext ctx)
FEEL_1_1Parser.or_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOr_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitAnd_key(FEEL_1_1Parser.And_keyContext ctx)
FEEL_1_1Parser.and_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnd_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitBetween_key(FEEL_1_1Parser.Between_keyContext ctx)
FEEL_1_1Parser.between_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBetween_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitNot_key(FEEL_1_1Parser.Not_keyContext ctx)
FEEL_1_1Parser.not_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNot_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitNull_key(FEEL_1_1Parser.Null_keyContext ctx)
FEEL_1_1Parser.null_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNull_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitTrue_key(FEEL_1_1Parser.True_keyContext ctx)
FEEL_1_1Parser.true_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTrue_key in interface FEEL_1_1Visitor<T>ctx - the parse treepublic T visitFalse_key(FEEL_1_1Parser.False_keyContext ctx)
FEEL_1_1Parser.false_key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFalse_key in interface FEEL_1_1Visitor<T>ctx - the parse treeCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.