Class CustomFEELFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction<BaseNode>
-
- org.kie.dmn.feel.runtime.functions.CustomFEELFunction
-
- All Implemented Interfaces:
FEELFunction
public class CustomFEELFunction extends AbstractCustomFEELFunction<BaseNode>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.FEELFunction
FEELFunction.Param
-
-
Field Summary
-
Fields inherited from class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction
body, closureCtx
-
-
Constructor Summary
Constructors Constructor Description CustomFEELFunction(java.lang.String name, java.util.List<FEELFunction.Param> parameters, BaseNode body, EvaluationContext evaluationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectinternalInvoke(EvaluationContext ctx)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction
getEvaluationContext, getParameters, invoke, isCustomFunction, isProperClosure, toString
-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getSymbol, invokeReflectively, setName
-
-
-
-
Constructor Detail
-
CustomFEELFunction
public CustomFEELFunction(java.lang.String name, java.util.List<FEELFunction.Param> parameters, BaseNode body, EvaluationContext evaluationContext)
-
-
Method Detail
-
internalInvoke
protected java.lang.Object internalInvoke(EvaluationContext ctx)
- Specified by:
internalInvokein classAbstractCustomFEELFunction<BaseNode>
-
-