Package | Description |
---|---|
org.kie.dmn.feel.codegen.feel11 | |
org.kie.dmn.feel.lang.ast | |
org.kie.dmn.feel.runtime | |
org.kie.dmn.feel.runtime.functions |
Constructor and Description |
---|
CompiledCustomFEELFunction(String name,
List<FEELFunction.Param> parameters,
Function<EvaluationContext,Object> body,
EvaluationContext ctx) |
Modifier and Type | Method and Description |
---|---|
FEELFunction.Param |
FormalParameterNode.evaluate(EvaluationContext ctx) |
Modifier and Type | Method and Description |
---|---|
List<List<FEELFunction.Param>> |
FEELFunction.getParameters()
Returns the parameter for each supported signature.
|
Modifier and Type | Method and Description |
---|---|
List<List<FEELFunction.Param>> |
JavaFunction.getParameters() |
List<List<FEELFunction.Param>> |
DTInvokerFunction.getParameters() |
List<List<FEELFunction.Param>> |
BaseFEELFunction.getParameters() |
List<List<FEELFunction.Param>> |
AbstractCustomFEELFunction.getParameters() |
Constructor and Description |
---|
AbstractCustomFEELFunction(String name,
List<FEELFunction.Param> parameters,
B body,
EvaluationContext ctx) |
CustomFEELFunction(String name,
List<FEELFunction.Param> parameters,
BaseNode body,
EvaluationContext evaluationContext) |
JavaFunction(String name,
List<FEELFunction.Param> params,
Class clazz,
Method method) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.