Modifier and Type | Method and Description |
---|---|
Collection<FEELFunction> |
CompilerContext.getFEELFunctions() |
List<FEELFunction> |
FEELProfile.getFEELFunctions() |
Modifier and Type | Method and Description |
---|---|
CompilerContext |
CompilerContext.addFEELFunctions(Collection<FEELFunction> customFunction) |
Modifier and Type | Method and Description |
---|---|
Collection<FEELFunction> |
CompilerContextImpl.getFEELFunctions() |
Modifier and Type | Method and Description |
---|---|
CompilerContextImpl |
CompilerContextImpl.addFEELFunctions(Collection<FEELFunction> customFunction) |
Modifier and Type | Method and Description |
---|---|
FEELFunction |
FunctionSymbol.getEvaluator() |
Constructor and Description |
---|
FunctionSymbol(String id,
FEELFunction evaluator) |
FunctionSymbol(String id,
Scope scope,
FEELFunction evaluator) |
FunctionSymbol(String id,
Type type,
FEELFunction evaluator) |
FunctionSymbol(String id,
Type type,
Scope scope,
FEELFunction evaluator) |
Modifier and Type | Method and Description |
---|---|
static FEEL_1_1Parser |
FEELParser.parse(FEELEventListenersManager eventsManager,
String source,
Map<String,Type> inputVariableTypes,
Map<String,Object> inputVariables,
Collection<FEELFunction> additionalFunctions,
List<FEELProfile> profiles) |
Modifier and Type | Method and Description |
---|---|
List<FEELFunction> |
KieExtendedFEELProfile.getFEELFunctions() |
Modifier and Type | Field and Description |
---|---|
protected static FEELFunction[] |
BuiltInFunctions.FUNCTIONS |
Modifier and Type | Method and Description |
---|---|
static <T extends FEELFunction> |
BuiltInFunctions.getFunction(Class<T> functionClazz) |
Modifier and Type | Method and Description |
---|---|
static FEELFunction[] |
BuiltInFunctions.getFunctions() |
Modifier and Type | Method and Description |
---|---|
FEELFnResult<List<Object>> |
SortFunction.invoke(EvaluationContext ctx,
List list,
FEELFunction function) |
Modifier and Type | Class and Description |
---|---|
class |
AbsFunction |
class |
CodeFunction |
class |
InvokeFunction |
class |
ModuloFunction |
class |
NowFunction |
class |
ProductFunction |
class |
SplitFunction |
class |
TodayFunction |
Modifier and Type | Field and Description |
---|---|
protected static FEELFunction[] |
KieExtendedDMNFunctions.FUNCTIONS |
Modifier and Type | Method and Description |
---|---|
static <T extends FEELFunction> |
KieExtendedDMNFunctions.getFunction(Class<T> functionClazz) |
Modifier and Type | Method and Description |
---|---|
static FEELFunction[] |
KieExtendedDMNFunctions.getFunctions() |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.