Package org.kie.dmn.feel.codegen.feel11
Class CompiledCustomFEELFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction<Function<EvaluationContext,Object>>
-
- org.kie.dmn.feel.codegen.feel11.CompiledCustomFEELFunction
-
- All Implemented Interfaces:
FEELFunction
public class CompiledCustomFEELFunction extends AbstractCustomFEELFunction<Function<EvaluationContext,Object>>
-
-
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 CompiledCustomFEELFunction(String name, List<FEELFunction.Param> parameters, Function<EvaluationContext,Object> body, EvaluationContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
CompiledCustomFEELFunction
public CompiledCustomFEELFunction(String name, List<FEELFunction.Param> parameters, Function<EvaluationContext,Object> body, EvaluationContext ctx)
-
-
Method Detail
-
internalInvoke
protected Object internalInvoke(EvaluationContext ctx)
- Specified by:
internalInvokein classAbstractCustomFEELFunction<Function<EvaluationContext,Object>>
-
-