Package org.kie.dmn.feel.parser.feel11
Interface FEEL_1_1Visitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
ASTBuilderVisitor,FEEL_1_1BaseVisitor
public interface FEEL_1_1Visitor<T> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>This interface defines a complete generic visitor for a parse tree produced byFEEL_1_1Parser.
-
-
Method Summary
-
-
-
Method Detail
-
visitCompilation_unit
T visitCompilation_unit(FEEL_1_1Parser.Compilation_unitContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.compilation_unit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionTextual
T visitExpressionTextual(FEEL_1_1Parser.ExpressionTextualContext ctx)
Visit a parse tree produced by theexpressionTextuallabeled alternative inFEEL_1_1Parser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTextualExpression
T visitTextualExpression(FEEL_1_1Parser.TextualExpressionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.textualExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParametersEmpty
T visitParametersEmpty(FEEL_1_1Parser.ParametersEmptyContext ctx)
Visit a parse tree produced by theparametersEmptylabeled alternative inFEEL_1_1Parser.parameters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParametersNamed
T visitParametersNamed(FEEL_1_1Parser.ParametersNamedContext ctx)
Visit a parse tree produced by theparametersNamedlabeled alternative inFEEL_1_1Parser.parameters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParametersPositional
T visitParametersPositional(FEEL_1_1Parser.ParametersPositionalContext ctx)
Visit a parse tree produced by theparametersPositionallabeled alternative inFEEL_1_1Parser.parameters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedParameters
T visitNamedParameters(FEEL_1_1Parser.NamedParametersContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.namedParameters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedParameter
T visitNamedParameter(FEEL_1_1Parser.NamedParameterContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.namedParameter().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionalParameters
T visitPositionalParameters(FEEL_1_1Parser.PositionalParametersContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.positionalParameters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForExpression
T visitForExpression(FEEL_1_1Parser.ForExpressionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.forExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIterationContexts
T visitIterationContexts(FEEL_1_1Parser.IterationContextsContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.iterationContexts().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIterationContext
T visitIterationContext(FEEL_1_1Parser.IterationContextContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.iterationContext().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfExpression
T visitIfExpression(FEEL_1_1Parser.IfExpressionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.ifExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantExprSome
T visitQuantExprSome(FEEL_1_1Parser.QuantExprSomeContext ctx)
Visit a parse tree produced by thequantExprSomelabeled alternative inFEEL_1_1Parser.quantifiedExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantExprEvery
T visitQuantExprEvery(FEEL_1_1Parser.QuantExprEveryContext ctx)
Visit a parse tree produced by thequantExprEverylabeled alternative inFEEL_1_1Parser.quantifiedExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListType
T visitListType(FEEL_1_1Parser.ListTypeContext ctx)
Visit a parse tree produced by thelistTypelabeled alternative inFEEL_1_1Parser.type().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextType
T visitContextType(FEEL_1_1Parser.ContextTypeContext ctx)
Visit a parse tree produced by thecontextTypelabeled alternative inFEEL_1_1Parser.type().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQnType
T visitQnType(FEEL_1_1Parser.QnTypeContext ctx)
Visit a parse tree produced by theqnTypelabeled alternative inFEEL_1_1Parser.type().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionType
T visitFunctionType(FEEL_1_1Parser.FunctionTypeContext ctx)
Visit a parse tree produced by thefunctionTypelabeled alternative inFEEL_1_1Parser.type().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitList
T visitList(FEEL_1_1Parser.ListContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionDefinition
T visitFunctionDefinition(FEEL_1_1Parser.FunctionDefinitionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.functionDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormalParameters
T visitFormalParameters(FEEL_1_1Parser.FormalParametersContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.formalParameters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormalParameter
T visitFormalParameter(FEEL_1_1Parser.FormalParameterContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.formalParameter().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContext
T visitContext(FEEL_1_1Parser.ContextContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.context().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextEntries
T visitContextEntries(FEEL_1_1Parser.ContextEntriesContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.contextEntries().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextEntry
T visitContextEntry(FEEL_1_1Parser.ContextEntryContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.contextEntry().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyName
T visitKeyName(FEEL_1_1Parser.KeyNameContext ctx)
Visit a parse tree produced by thekeyNamelabeled alternative inFEEL_1_1Parser.key().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyString
T visitKeyString(FEEL_1_1Parser.KeyStringContext ctx)
Visit a parse tree produced by thekeyStringlabeled alternative inFEEL_1_1Parser.key().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNameDefinition
T visitNameDefinition(FEEL_1_1Parser.NameDefinitionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.nameDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNameDefinitionWithEOF
T visitNameDefinitionWithEOF(FEEL_1_1Parser.NameDefinitionWithEOFContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.nameDefinitionWithEOF().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNameDefinitionTokens
T visitNameDefinitionTokens(FEEL_1_1Parser.NameDefinitionTokensContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.nameDefinitionTokens().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIterationNameDefinition
T visitIterationNameDefinition(FEEL_1_1Parser.IterationNameDefinitionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.iterationNameDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIterationNameDefinitionTokens
T visitIterationNameDefinitionTokens(FEEL_1_1Parser.IterationNameDefinitionTokensContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.iterationNameDefinitionTokens().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdditionalNameSymbol
T visitAdditionalNameSymbol(FEEL_1_1Parser.AdditionalNameSymbolContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.additionalNameSymbol().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCondOr
T visitCondOr(FEEL_1_1Parser.CondOrContext ctx)
Visit a parse tree produced by thecondOrlabeled alternative inFEEL_1_1Parser.conditionalOrExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCondOrAnd
T visitCondOrAnd(FEEL_1_1Parser.CondOrAndContext ctx)
Visit a parse tree produced by thecondOrAndlabeled alternative inFEEL_1_1Parser.conditionalOrExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCondAndComp
T visitCondAndComp(FEEL_1_1Parser.CondAndCompContext ctx)
Visit a parse tree produced by thecondAndComplabeled alternative inFEEL_1_1Parser.conditionalAndExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCondAnd
T visitCondAnd(FEEL_1_1Parser.CondAndContext ctx)
Visit a parse tree produced by thecondAndlabeled alternative inFEEL_1_1Parser.conditionalAndExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompExpression
T visitCompExpression(FEEL_1_1Parser.CompExpressionContext ctx)
Visit a parse tree produced by thecompExpressionlabeled alternative inFEEL_1_1Parser.comparisonExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompExpressionRel
T visitCompExpressionRel(FEEL_1_1Parser.CompExpressionRelContext ctx)
Visit a parse tree produced by thecompExpressionRellabeled alternative inFEEL_1_1Parser.comparisonExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelExpressionBetween
T visitRelExpressionBetween(FEEL_1_1Parser.RelExpressionBetweenContext ctx)
Visit a parse tree produced by therelExpressionBetweenlabeled alternative inFEEL_1_1Parser.relationalExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelExpressionValue
T visitRelExpressionValue(FEEL_1_1Parser.RelExpressionValueContext ctx)
Visit a parse tree produced by therelExpressionValuelabeled alternative inFEEL_1_1Parser.relationalExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelExpressionTestList
T visitRelExpressionTestList(FEEL_1_1Parser.RelExpressionTestListContext ctx)
Visit a parse tree produced by therelExpressionTestListlabeled alternative inFEEL_1_1Parser.relationalExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelExpressionAdd
T visitRelExpressionAdd(FEEL_1_1Parser.RelExpressionAddContext ctx)
Visit a parse tree produced by therelExpressionAddlabeled alternative inFEEL_1_1Parser.relationalExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelExpressionInstanceOf
T visitRelExpressionInstanceOf(FEEL_1_1Parser.RelExpressionInstanceOfContext ctx)
Visit a parse tree produced by therelExpressionInstanceOflabeled alternative inFEEL_1_1Parser.relationalExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionList
T visitExpressionList(FEEL_1_1Parser.ExpressionListContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.expressionList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddExpressionMult
T visitAddExpressionMult(FEEL_1_1Parser.AddExpressionMultContext ctx)
Visit a parse tree produced by theaddExpressionMultlabeled alternative inFEEL_1_1Parser.additiveExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddExpression
T visitAddExpression(FEEL_1_1Parser.AddExpressionContext ctx)
Visit a parse tree produced by theaddExpressionlabeled alternative inFEEL_1_1Parser.additiveExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultExpressionPow
T visitMultExpressionPow(FEEL_1_1Parser.MultExpressionPowContext ctx)
Visit a parse tree produced by themultExpressionPowlabeled alternative inFEEL_1_1Parser.multiplicativeExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultExpression
T visitMultExpression(FEEL_1_1Parser.MultExpressionContext ctx)
Visit a parse tree produced by themultExpressionlabeled alternative inFEEL_1_1Parser.multiplicativeExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowExpressionUnary
T visitPowExpressionUnary(FEEL_1_1Parser.PowExpressionUnaryContext ctx)
Visit a parse tree produced by thepowExpressionUnarylabeled alternative inFEEL_1_1Parser.powerExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowExpression
T visitPowExpression(FEEL_1_1Parser.PowExpressionContext ctx)
Visit a parse tree produced by thepowExpressionlabeled alternative inFEEL_1_1Parser.powerExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilterPathExpression
T visitFilterPathExpression(FEEL_1_1Parser.FilterPathExpressionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.filterPathExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSignedUnaryExpressionPlus
T visitSignedUnaryExpressionPlus(FEEL_1_1Parser.SignedUnaryExpressionPlusContext ctx)
Visit a parse tree produced by thesignedUnaryExpressionPluslabeled alternative inFEEL_1_1Parser.unaryExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSignedUnaryExpressionMinus
T visitSignedUnaryExpressionMinus(FEEL_1_1Parser.SignedUnaryExpressionMinusContext ctx)
Visit a parse tree produced by thesignedUnaryExpressionMinuslabeled alternative inFEEL_1_1Parser.unaryExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFnInvocation
T visitFnInvocation(FEEL_1_1Parser.FnInvocationContext ctx)
Visit a parse tree produced by thefnInvocationlabeled alternative inFEEL_1_1Parser.unaryExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonSignedUnaryExpression
T visitNonSignedUnaryExpression(FEEL_1_1Parser.NonSignedUnaryExpressionContext ctx)
Visit a parse tree produced by thenonSignedUnaryExpressionlabeled alternative inFEEL_1_1Parser.unaryExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUenpmPrimary
T visitUenpmPrimary(FEEL_1_1Parser.UenpmPrimaryContext ctx)
Visit a parse tree produced by theuenpmPrimarylabeled alternative inFEEL_1_1Parser.unaryExpressionNotPlusMinus().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryLiteral
T visitPrimaryLiteral(FEEL_1_1Parser.PrimaryLiteralContext ctx)
Visit a parse tree produced by theprimaryLiterallabeled alternative inFEEL_1_1Parser.primary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryForExpression
T visitPrimaryForExpression(FEEL_1_1Parser.PrimaryForExpressionContext ctx)
Visit a parse tree produced by theprimaryForExpressionlabeled alternative inFEEL_1_1Parser.primary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryQuantifiedExpression
T visitPrimaryQuantifiedExpression(FEEL_1_1Parser.PrimaryQuantifiedExpressionContext ctx)
Visit a parse tree produced by theprimaryQuantifiedExpressionlabeled alternative inFEEL_1_1Parser.primary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryIfExpression
T visitPrimaryIfExpression(FEEL_1_1Parser.PrimaryIfExpressionContext ctx)
Visit a parse tree produced by theprimaryIfExpressionlabeled alternative inFEEL_1_1Parser.primary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryInterval
T visitPrimaryInterval(FEEL_1_1Parser.PrimaryIntervalContext ctx)
Visit a parse tree produced by theprimaryIntervallabeled alternative inFEEL_1_1Parser.primary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryList
T visitPrimaryList(FEEL_1_1Parser.PrimaryListContext ctx)
Visit a parse tree produced by theprimaryListlabeled alternative inFEEL_1_1Parser.primary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryContext
T visitPrimaryContext(FEEL_1_1Parser.PrimaryContextContext ctx)
Visit a parse tree produced by theprimaryContextlabeled alternative inFEEL_1_1Parser.primary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryParens
T visitPrimaryParens(FEEL_1_1Parser.PrimaryParensContext ctx)
Visit a parse tree produced by theprimaryParenslabeled alternative inFEEL_1_1Parser.primary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryUnaryTest
T visitPrimaryUnaryTest(FEEL_1_1Parser.PrimaryUnaryTestContext ctx)
Visit a parse tree produced by theprimaryUnaryTestlabeled alternative inFEEL_1_1Parser.primary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryName
T visitPrimaryName(FEEL_1_1Parser.PrimaryNameContext ctx)
Visit a parse tree produced by theprimaryNamelabeled alternative inFEEL_1_1Parser.primary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberLiteral
T visitNumberLiteral(FEEL_1_1Parser.NumberLiteralContext ctx)
Visit a parse tree produced by thenumberLiterallabeled alternative inFEEL_1_1Parser.literal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBoolLiteral
T visitBoolLiteral(FEEL_1_1Parser.BoolLiteralContext ctx)
Visit a parse tree produced by theboolLiterallabeled alternative inFEEL_1_1Parser.literal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtLiteralLabel
T visitAtLiteralLabel(FEEL_1_1Parser.AtLiteralLabelContext ctx)
Visit a parse tree produced by theatLiteralLabellabeled alternative inFEEL_1_1Parser.literal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteral
T visitStringLiteral(FEEL_1_1Parser.StringLiteralContext ctx)
Visit a parse tree produced by thestringLiterallabeled alternative inFEEL_1_1Parser.literal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullLiteral
T visitNullLiteral(FEEL_1_1Parser.NullLiteralContext ctx)
Visit a parse tree produced by thenullLiterallabeled alternative inFEEL_1_1Parser.literal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtLiteral
T visitAtLiteral(FEEL_1_1Parser.AtLiteralContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.atLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtLiteralValue
T visitAtLiteralValue(FEEL_1_1Parser.AtLiteralValueContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.atLiteralValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveUnaryTestIneqInterval
T visitPositiveUnaryTestIneqInterval(FEEL_1_1Parser.PositiveUnaryTestIneqIntervalContext ctx)
Visit a parse tree produced by thepositiveUnaryTestIneqIntervallabeled alternative inFEEL_1_1Parser.simplePositiveUnaryTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveUnaryTestIneq
T visitPositiveUnaryTestIneq(FEEL_1_1Parser.PositiveUnaryTestIneqContext ctx)
Visit a parse tree produced by thepositiveUnaryTestIneqlabeled alternative inFEEL_1_1Parser.simplePositiveUnaryTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveUnaryTestInterval
T visitPositiveUnaryTestInterval(FEEL_1_1Parser.PositiveUnaryTestIntervalContext ctx)
Visit a parse tree produced by thepositiveUnaryTestIntervallabeled alternative inFEEL_1_1Parser.simplePositiveUnaryTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplePositiveUnaryTests
T visitSimplePositiveUnaryTests(FEEL_1_1Parser.SimplePositiveUnaryTestsContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.simplePositiveUnaryTests().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveSimplePositiveUnaryTests
T visitPositiveSimplePositiveUnaryTests(FEEL_1_1Parser.PositiveSimplePositiveUnaryTestsContext ctx)
Visit a parse tree produced by thepositiveSimplePositiveUnaryTestslabeled alternative inFEEL_1_1Parser.simpleUnaryTests().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNegatedSimplePositiveUnaryTests
T visitNegatedSimplePositiveUnaryTests(FEEL_1_1Parser.NegatedSimplePositiveUnaryTestsContext ctx)
Visit a parse tree produced by thenegatedSimplePositiveUnaryTestslabeled alternative inFEEL_1_1Parser.simpleUnaryTests().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveUnaryTestDash
T visitPositiveUnaryTestDash(FEEL_1_1Parser.PositiveUnaryTestDashContext ctx)
Visit a parse tree produced by thepositiveUnaryTestDashlabeled alternative inFEEL_1_1Parser.simpleUnaryTests().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveUnaryTest
T visitPositiveUnaryTest(FEEL_1_1Parser.PositiveUnaryTestContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.positiveUnaryTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveUnaryTests
T visitPositiveUnaryTests(FEEL_1_1Parser.PositiveUnaryTestsContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.positiveUnaryTests().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryTestsRoot
T visitUnaryTestsRoot(FEEL_1_1Parser.UnaryTestsRootContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.unaryTestsRoot().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryTests_negated
T visitUnaryTests_negated(FEEL_1_1Parser.UnaryTests_negatedContext ctx)
Visit a parse tree produced by theunaryTests_negatedlabeled alternative inFEEL_1_1Parser.unaryTests().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryTests_positive
T visitUnaryTests_positive(FEEL_1_1Parser.UnaryTests_positiveContext ctx)
Visit a parse tree produced by theunaryTests_positivelabeled alternative inFEEL_1_1Parser.unaryTests().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryTests_empty
T visitUnaryTests_empty(FEEL_1_1Parser.UnaryTests_emptyContext ctx)
Visit a parse tree produced by theunaryTests_emptylabeled alternative inFEEL_1_1Parser.unaryTests().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndpoint
T visitEndpoint(FEEL_1_1Parser.EndpointContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.endpoint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterval
T visitInterval(FEEL_1_1Parser.IntervalContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.interval().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedName
T visitQualifiedName(FEEL_1_1Parser.QualifiedNameContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.qualifiedName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNameRef
T visitNameRef(FEEL_1_1Parser.NameRefContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.nameRef().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNameRefOtherToken
T visitNameRefOtherToken(FEEL_1_1Parser.NameRefOtherTokenContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.nameRefOtherToken().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReusableKeywords
T visitReusableKeywords(FEEL_1_1Parser.ReusableKeywordsContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.reusableKeywords().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-