Class FEEL_1_1BaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.kie.dmn.feel.parser.feel11.FEEL_1_1BaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,FEEL_1_1Visitor<T>
- Direct Known Subclasses:
ASTBuilderVisitor
public class FEEL_1_1BaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements FEEL_1_1Visitor<T>
This class provides an empty implementation ofFEEL_1_1Visitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description FEEL_1_1BaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitCompilation_unit
public T visitCompilation_unit(FEEL_1_1Parser.Compilation_unitContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.compilation_unit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompilation_unitin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionTextual
public T visitExpressionTextual(FEEL_1_1Parser.ExpressionTextualContext ctx)
Visit a parse tree produced by theexpressionTextuallabeled alternative inFEEL_1_1Parser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionTextualin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTextualExpression
public T visitTextualExpression(FEEL_1_1Parser.TextualExpressionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.textualExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTextualExpressionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParametersEmpty
public T visitParametersEmpty(FEEL_1_1Parser.ParametersEmptyContext ctx)
Visit a parse tree produced by theparametersEmptylabeled alternative inFEEL_1_1Parser.parameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParametersEmptyin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParametersNamed
public T visitParametersNamed(FEEL_1_1Parser.ParametersNamedContext ctx)
Visit a parse tree produced by theparametersNamedlabeled alternative inFEEL_1_1Parser.parameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParametersNamedin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParametersPositional
public T visitParametersPositional(FEEL_1_1Parser.ParametersPositionalContext ctx)
Visit a parse tree produced by theparametersPositionallabeled alternative inFEEL_1_1Parser.parameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParametersPositionalin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedParameters
public T visitNamedParameters(FEEL_1_1Parser.NamedParametersContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.namedParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamedParametersin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedParameter
public T visitNamedParameter(FEEL_1_1Parser.NamedParameterContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.namedParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamedParameterin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionalParameters
public T visitPositionalParameters(FEEL_1_1Parser.PositionalParametersContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.positionalParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositionalParametersin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForExpression
public T visitForExpression(FEEL_1_1Parser.ForExpressionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.forExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForExpressionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIterationContexts
public T visitIterationContexts(FEEL_1_1Parser.IterationContextsContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.iterationContexts().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIterationContextsin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIterationContext
public T visitIterationContext(FEEL_1_1Parser.IterationContextContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.iterationContext().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIterationContextin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfExpression
public T visitIfExpression(FEEL_1_1Parser.IfExpressionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.ifExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfExpressionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantExprSome
public T visitQuantExprSome(FEEL_1_1Parser.QuantExprSomeContext ctx)
Visit a parse tree produced by thequantExprSomelabeled alternative inFEEL_1_1Parser.quantifiedExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuantExprSomein interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantExprEvery
public T visitQuantExprEvery(FEEL_1_1Parser.QuantExprEveryContext ctx)
Visit a parse tree produced by thequantExprEverylabeled alternative inFEEL_1_1Parser.quantifiedExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuantExprEveryin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListType
public T visitListType(FEEL_1_1Parser.ListTypeContext ctx)
Visit a parse tree produced by thelistTypelabeled alternative inFEEL_1_1Parser.type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListTypein interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextType
public T visitContextType(FEEL_1_1Parser.ContextTypeContext ctx)
Visit a parse tree produced by thecontextTypelabeled alternative inFEEL_1_1Parser.type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContextTypein interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQnType
public T visitQnType(FEEL_1_1Parser.QnTypeContext ctx)
Visit a parse tree produced by theqnTypelabeled alternative inFEEL_1_1Parser.type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQnTypein interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionType
public T visitFunctionType(FEEL_1_1Parser.FunctionTypeContext ctx)
Visit a parse tree produced by thefunctionTypelabeled alternative inFEEL_1_1Parser.type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionTypein interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitList
public T visitList(FEEL_1_1Parser.ListContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionDefinition
public T visitFunctionDefinition(FEEL_1_1Parser.FunctionDefinitionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.functionDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionDefinitionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormalParameters
public T visitFormalParameters(FEEL_1_1Parser.FormalParametersContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.formalParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFormalParametersin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormalParameter
public T visitFormalParameter(FEEL_1_1Parser.FormalParameterContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.formalParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFormalParameterin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContext
public T visitContext(FEEL_1_1Parser.ContextContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.context().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContextin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextEntries
public T visitContextEntries(FEEL_1_1Parser.ContextEntriesContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.contextEntries().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContextEntriesin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextEntry
public T visitContextEntry(FEEL_1_1Parser.ContextEntryContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.contextEntry().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContextEntryin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyName
public T visitKeyName(FEEL_1_1Parser.KeyNameContext ctx)
Visit a parse tree produced by thekeyNamelabeled alternative inFEEL_1_1Parser.key().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyNamein interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyString
public T visitKeyString(FEEL_1_1Parser.KeyStringContext ctx)
Visit a parse tree produced by thekeyStringlabeled alternative inFEEL_1_1Parser.key().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyStringin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNameDefinition
public T visitNameDefinition(FEEL_1_1Parser.NameDefinitionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.nameDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNameDefinitionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNameDefinitionWithEOF
public T visitNameDefinitionWithEOF(FEEL_1_1Parser.NameDefinitionWithEOFContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.nameDefinitionWithEOF().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNameDefinitionWithEOFin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNameDefinitionTokens
public T visitNameDefinitionTokens(FEEL_1_1Parser.NameDefinitionTokensContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.nameDefinitionTokens().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNameDefinitionTokensin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIterationNameDefinition
public T visitIterationNameDefinition(FEEL_1_1Parser.IterationNameDefinitionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.iterationNameDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIterationNameDefinitionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIterationNameDefinitionTokens
public T visitIterationNameDefinitionTokens(FEEL_1_1Parser.IterationNameDefinitionTokensContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.iterationNameDefinitionTokens().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIterationNameDefinitionTokensin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdditionalNameSymbol
public T visitAdditionalNameSymbol(FEEL_1_1Parser.AdditionalNameSymbolContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.additionalNameSymbol().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAdditionalNameSymbolin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCondOr
public T visitCondOr(FEEL_1_1Parser.CondOrContext ctx)
Visit a parse tree produced by thecondOrlabeled alternative inFEEL_1_1Parser.conditionalOrExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCondOrin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCondOrAnd
public T visitCondOrAnd(FEEL_1_1Parser.CondOrAndContext ctx)
Visit a parse tree produced by thecondOrAndlabeled alternative inFEEL_1_1Parser.conditionalOrExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCondOrAndin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCondAndComp
public T visitCondAndComp(FEEL_1_1Parser.CondAndCompContext ctx)
Visit a parse tree produced by thecondAndComplabeled alternative inFEEL_1_1Parser.conditionalAndExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCondAndCompin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCondAnd
public T visitCondAnd(FEEL_1_1Parser.CondAndContext ctx)
Visit a parse tree produced by thecondAndlabeled alternative inFEEL_1_1Parser.conditionalAndExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCondAndin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompExpression
public T visitCompExpression(FEEL_1_1Parser.CompExpressionContext ctx)
Visit a parse tree produced by thecompExpressionlabeled alternative inFEEL_1_1Parser.comparisonExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompExpressionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompExpressionRel
public T visitCompExpressionRel(FEEL_1_1Parser.CompExpressionRelContext ctx)
Visit a parse tree produced by thecompExpressionRellabeled alternative inFEEL_1_1Parser.comparisonExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompExpressionRelin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelExpressionBetween
public T visitRelExpressionBetween(FEEL_1_1Parser.RelExpressionBetweenContext ctx)
Visit a parse tree produced by therelExpressionBetweenlabeled alternative inFEEL_1_1Parser.relationalExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelExpressionBetweenin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelExpressionValue
public T visitRelExpressionValue(FEEL_1_1Parser.RelExpressionValueContext ctx)
Visit a parse tree produced by therelExpressionValuelabeled alternative inFEEL_1_1Parser.relationalExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelExpressionValuein interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelExpressionTestList
public T visitRelExpressionTestList(FEEL_1_1Parser.RelExpressionTestListContext ctx)
Visit a parse tree produced by therelExpressionTestListlabeled alternative inFEEL_1_1Parser.relationalExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelExpressionTestListin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelExpressionAdd
public T visitRelExpressionAdd(FEEL_1_1Parser.RelExpressionAddContext ctx)
Visit a parse tree produced by therelExpressionAddlabeled alternative inFEEL_1_1Parser.relationalExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelExpressionAddin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelExpressionInstanceOf
public T visitRelExpressionInstanceOf(FEEL_1_1Parser.RelExpressionInstanceOfContext ctx)
Visit a parse tree produced by therelExpressionInstanceOflabeled alternative inFEEL_1_1Parser.relationalExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelExpressionInstanceOfin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionList
public T visitExpressionList(FEEL_1_1Parser.ExpressionListContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.expressionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionListin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddExpressionMult
public T visitAddExpressionMult(FEEL_1_1Parser.AddExpressionMultContext ctx)
Visit a parse tree produced by theaddExpressionMultlabeled alternative inFEEL_1_1Parser.additiveExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddExpressionMultin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddExpression
public T visitAddExpression(FEEL_1_1Parser.AddExpressionContext ctx)
Visit a parse tree produced by theaddExpressionlabeled alternative inFEEL_1_1Parser.additiveExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddExpressionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultExpressionPow
public T visitMultExpressionPow(FEEL_1_1Parser.MultExpressionPowContext ctx)
Visit a parse tree produced by themultExpressionPowlabeled alternative inFEEL_1_1Parser.multiplicativeExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultExpressionPowin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultExpression
public T visitMultExpression(FEEL_1_1Parser.MultExpressionContext ctx)
Visit a parse tree produced by themultExpressionlabeled alternative inFEEL_1_1Parser.multiplicativeExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultExpressionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowExpressionUnary
public T visitPowExpressionUnary(FEEL_1_1Parser.PowExpressionUnaryContext ctx)
Visit a parse tree produced by thepowExpressionUnarylabeled alternative inFEEL_1_1Parser.powerExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPowExpressionUnaryin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowExpression
public T visitPowExpression(FEEL_1_1Parser.PowExpressionContext ctx)
Visit a parse tree produced by thepowExpressionlabeled alternative inFEEL_1_1Parser.powerExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPowExpressionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilterPathExpression
public T visitFilterPathExpression(FEEL_1_1Parser.FilterPathExpressionContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.filterPathExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilterPathExpressionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSignedUnaryExpressionPlus
public T visitSignedUnaryExpressionPlus(FEEL_1_1Parser.SignedUnaryExpressionPlusContext ctx)
Visit a parse tree produced by thesignedUnaryExpressionPluslabeled alternative inFEEL_1_1Parser.unaryExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSignedUnaryExpressionPlusin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSignedUnaryExpressionMinus
public T visitSignedUnaryExpressionMinus(FEEL_1_1Parser.SignedUnaryExpressionMinusContext ctx)
Visit a parse tree produced by thesignedUnaryExpressionMinuslabeled alternative inFEEL_1_1Parser.unaryExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSignedUnaryExpressionMinusin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFnInvocation
public T visitFnInvocation(FEEL_1_1Parser.FnInvocationContext ctx)
Visit a parse tree produced by thefnInvocationlabeled alternative inFEEL_1_1Parser.unaryExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFnInvocationin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonSignedUnaryExpression
public T visitNonSignedUnaryExpression(FEEL_1_1Parser.NonSignedUnaryExpressionContext ctx)
Visit a parse tree produced by thenonSignedUnaryExpressionlabeled alternative inFEEL_1_1Parser.unaryExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonSignedUnaryExpressionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUenpmPrimary
public T visitUenpmPrimary(FEEL_1_1Parser.UenpmPrimaryContext ctx)
Visit a parse tree produced by theuenpmPrimarylabeled alternative inFEEL_1_1Parser.unaryExpressionNotPlusMinus().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUenpmPrimaryin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryLiteral
public T visitPrimaryLiteral(FEEL_1_1Parser.PrimaryLiteralContext ctx)
Visit a parse tree produced by theprimaryLiterallabeled alternative inFEEL_1_1Parser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryLiteralin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryForExpression
public T visitPrimaryForExpression(FEEL_1_1Parser.PrimaryForExpressionContext ctx)
Visit a parse tree produced by theprimaryForExpressionlabeled alternative inFEEL_1_1Parser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryForExpressionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryQuantifiedExpression
public T visitPrimaryQuantifiedExpression(FEEL_1_1Parser.PrimaryQuantifiedExpressionContext ctx)
Visit a parse tree produced by theprimaryQuantifiedExpressionlabeled alternative inFEEL_1_1Parser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryQuantifiedExpressionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryIfExpression
public T visitPrimaryIfExpression(FEEL_1_1Parser.PrimaryIfExpressionContext ctx)
Visit a parse tree produced by theprimaryIfExpressionlabeled alternative inFEEL_1_1Parser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryIfExpressionin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryInterval
public T visitPrimaryInterval(FEEL_1_1Parser.PrimaryIntervalContext ctx)
Visit a parse tree produced by theprimaryIntervallabeled alternative inFEEL_1_1Parser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryIntervalin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryList
public T visitPrimaryList(FEEL_1_1Parser.PrimaryListContext ctx)
Visit a parse tree produced by theprimaryListlabeled alternative inFEEL_1_1Parser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryListin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryContext
public T visitPrimaryContext(FEEL_1_1Parser.PrimaryContextContext ctx)
Visit a parse tree produced by theprimaryContextlabeled alternative inFEEL_1_1Parser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryContextin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryParens
public T visitPrimaryParens(FEEL_1_1Parser.PrimaryParensContext ctx)
Visit a parse tree produced by theprimaryParenslabeled alternative inFEEL_1_1Parser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryParensin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryUnaryTest
public T visitPrimaryUnaryTest(FEEL_1_1Parser.PrimaryUnaryTestContext ctx)
Visit a parse tree produced by theprimaryUnaryTestlabeled alternative inFEEL_1_1Parser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryUnaryTestin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryName
public T visitPrimaryName(FEEL_1_1Parser.PrimaryNameContext ctx)
Visit a parse tree produced by theprimaryNamelabeled alternative inFEEL_1_1Parser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryNamein interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberLiteral
public T visitNumberLiteral(FEEL_1_1Parser.NumberLiteralContext ctx)
Visit a parse tree produced by thenumberLiterallabeled alternative inFEEL_1_1Parser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberLiteralin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBoolLiteral
public T visitBoolLiteral(FEEL_1_1Parser.BoolLiteralContext ctx)
Visit a parse tree produced by theboolLiterallabeled alternative inFEEL_1_1Parser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBoolLiteralin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtLiteralLabel
public T visitAtLiteralLabel(FEEL_1_1Parser.AtLiteralLabelContext ctx)
Visit a parse tree produced by theatLiteralLabellabeled alternative inFEEL_1_1Parser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAtLiteralLabelin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteral
public T visitStringLiteral(FEEL_1_1Parser.StringLiteralContext ctx)
Visit a parse tree produced by thestringLiterallabeled alternative inFEEL_1_1Parser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringLiteralin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullLiteral
public T visitNullLiteral(FEEL_1_1Parser.NullLiteralContext ctx)
Visit a parse tree produced by thenullLiterallabeled alternative inFEEL_1_1Parser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullLiteralin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtLiteral
public T visitAtLiteral(FEEL_1_1Parser.AtLiteralContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.atLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAtLiteralin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtLiteralValue
public T visitAtLiteralValue(FEEL_1_1Parser.AtLiteralValueContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.atLiteralValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAtLiteralValuein interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveUnaryTestIneqInterval
public T visitPositiveUnaryTestIneqInterval(FEEL_1_1Parser.PositiveUnaryTestIneqIntervalContext ctx)
Visit a parse tree produced by thepositiveUnaryTestIneqIntervallabeled alternative inFEEL_1_1Parser.simplePositiveUnaryTest().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositiveUnaryTestIneqIntervalin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveUnaryTestIneq
public T visitPositiveUnaryTestIneq(FEEL_1_1Parser.PositiveUnaryTestIneqContext ctx)
Visit a parse tree produced by thepositiveUnaryTestIneqlabeled alternative inFEEL_1_1Parser.simplePositiveUnaryTest().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositiveUnaryTestIneqin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveUnaryTestInterval
public T visitPositiveUnaryTestInterval(FEEL_1_1Parser.PositiveUnaryTestIntervalContext ctx)
Visit a parse tree produced by thepositiveUnaryTestIntervallabeled alternative inFEEL_1_1Parser.simplePositiveUnaryTest().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositiveUnaryTestIntervalin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplePositiveUnaryTests
public T visitSimplePositiveUnaryTests(FEEL_1_1Parser.SimplePositiveUnaryTestsContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.simplePositiveUnaryTests().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplePositiveUnaryTestsin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveSimplePositiveUnaryTests
public T visitPositiveSimplePositiveUnaryTests(FEEL_1_1Parser.PositiveSimplePositiveUnaryTestsContext ctx)
Visit a parse tree produced by thepositiveSimplePositiveUnaryTestslabeled alternative inFEEL_1_1Parser.simpleUnaryTests().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositiveSimplePositiveUnaryTestsin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNegatedSimplePositiveUnaryTests
public T visitNegatedSimplePositiveUnaryTests(FEEL_1_1Parser.NegatedSimplePositiveUnaryTestsContext ctx)
Visit a parse tree produced by thenegatedSimplePositiveUnaryTestslabeled alternative inFEEL_1_1Parser.simpleUnaryTests().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNegatedSimplePositiveUnaryTestsin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveUnaryTestDash
public T visitPositiveUnaryTestDash(FEEL_1_1Parser.PositiveUnaryTestDashContext ctx)
Visit a parse tree produced by thepositiveUnaryTestDashlabeled alternative inFEEL_1_1Parser.simpleUnaryTests().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositiveUnaryTestDashin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveUnaryTest
public T visitPositiveUnaryTest(FEEL_1_1Parser.PositiveUnaryTestContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.positiveUnaryTest().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositiveUnaryTestin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveUnaryTests
public T visitPositiveUnaryTests(FEEL_1_1Parser.PositiveUnaryTestsContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.positiveUnaryTests().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositiveUnaryTestsin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryTestsRoot
public T visitUnaryTestsRoot(FEEL_1_1Parser.UnaryTestsRootContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.unaryTestsRoot().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnaryTestsRootin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryTests_negated
public T visitUnaryTests_negated(FEEL_1_1Parser.UnaryTests_negatedContext ctx)
Visit a parse tree produced by theunaryTests_negatedlabeled alternative inFEEL_1_1Parser.unaryTests().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnaryTests_negatedin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryTests_positive
public T visitUnaryTests_positive(FEEL_1_1Parser.UnaryTests_positiveContext ctx)
Visit a parse tree produced by theunaryTests_positivelabeled alternative inFEEL_1_1Parser.unaryTests().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnaryTests_positivein interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryTests_empty
public T visitUnaryTests_empty(FEEL_1_1Parser.UnaryTests_emptyContext ctx)
Visit a parse tree produced by theunaryTests_emptylabeled alternative inFEEL_1_1Parser.unaryTests().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnaryTests_emptyin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndpoint
public T visitEndpoint(FEEL_1_1Parser.EndpointContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.endpoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndpointin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterval
public T visitInterval(FEEL_1_1Parser.IntervalContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.interval().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntervalin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedName
public T visitQualifiedName(FEEL_1_1Parser.QualifiedNameContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.qualifiedName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedNamein interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNameRef
public T visitNameRef(FEEL_1_1Parser.NameRefContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.nameRef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNameRefin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNameRefOtherToken
public T visitNameRefOtherToken(FEEL_1_1Parser.NameRefOtherTokenContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.nameRefOtherToken().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNameRefOtherTokenin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReusableKeywords
public T visitReusableKeywords(FEEL_1_1Parser.ReusableKeywordsContext ctx)
Visit a parse tree produced byFEEL_1_1Parser.reusableKeywords().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReusableKeywordsin interfaceFEEL_1_1Visitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-