Package org.kie.dmn.feel.parser.feel11
Class FEEL_1_1Parser.FnInvocationContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.kie.dmn.feel.parser.feel11.FEEL_1_1Parser.UnaryExpressionContext
-
- org.kie.dmn.feel.parser.feel11.FEEL_1_1Parser.FnInvocationContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- FEEL_1_1Parser
public static class FEEL_1_1Parser.FnInvocationContext extends FEEL_1_1Parser.UnaryExpressionContext
-
-
Constructor Summary
Constructors Constructor Description FnInvocationContext(FEEL_1_1Parser.UnaryExpressionContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)FEEL_1_1Parser.ParametersContextparameters()FEEL_1_1Parser.UnaryExpressionContextunaryExpression()-
Methods inherited from class org.kie.dmn.feel.parser.feel11.FEEL_1_1Parser.UnaryExpressionContext
copyFrom, getRuleIndex
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Constructor Detail
-
FnInvocationContext
public FnInvocationContext(FEEL_1_1Parser.UnaryExpressionContext ctx)
-
-
Method Detail
-
unaryExpression
public FEEL_1_1Parser.UnaryExpressionContext unaryExpression()
-
parameters
public FEEL_1_1Parser.ParametersContext parameters()
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-