Package org.kie.dmn.feel.lang.ast
Class FunctionTypeNode
- java.lang.Object
-
- org.kie.dmn.feel.lang.ast.BaseNode
-
- org.kie.dmn.feel.lang.ast.TypeNode
-
- org.kie.dmn.feel.lang.ast.FunctionTypeNode
-
-
Field Summary
-
Fields inherited from class org.kie.dmn.feel.lang.ast.BaseNode
EMPTY_CHILDREN
-
-
Constructor Summary
Constructors Constructor Description FunctionTypeNode(org.antlr.v4.runtime.ParserRuleContext ctx, List<TypeNode> argTypes, TypeNode gen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(Visitor<T> v)Typeevaluate(EvaluationContext ctx)List<TypeNode>getArgTypes()TypeNodegetRetType()-
Methods inherited from class org.kie.dmn.feel.lang.ast.BaseNode
astEvent, astEvent, copyLocationAttributesFrom, getChildrenNode, getEndChar, getEndColumn, getEndLine, getResultType, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toString
-
-
-
-
Method Detail
-
evaluate
public Type evaluate(EvaluationContext ctx)
-
accept
public <T> T accept(Visitor<T> v)
-
getRetType
public TypeNode getRetType()
-
-