Package | Description |
---|---|
org.kie.dmn.feel.codegen.feel11 | |
org.kie.dmn.feel.lang.ast | |
org.kie.dmn.feel.runtime.functions |
Constructor and Description |
---|
CompiledCustomFEELFunction(String name,
List<BaseFEELFunction.Param> parameters,
Function<EvaluationContext,Object> body) |
CompiledCustomFEELFunction(String name,
List<BaseFEELFunction.Param> parameters,
Function<EvaluationContext,Object> body,
EvaluationContext ctx) |
Modifier and Type | Method and Description |
---|---|
BaseFEELFunction.Param |
FormalParameterNode.evaluate(EvaluationContext ctx) |
Constructor and Description |
---|
AbstractCustomFEELFunction(String name,
List<BaseFEELFunction.Param> parameters,
B body) |
CustomFEELFunction(String name,
List<BaseFEELFunction.Param> parameters,
BaseNode body) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.