| Package | Description |
|---|---|
| org.kie.dmn.feel | |
| org.kie.dmn.feel.codegen.feel11 | |
| org.kie.dmn.feel.lang.impl | |
| org.kie.dmn.feel.parser.feel11 | |
| org.kie.dmn.feel.parser.feel11.profiles |
| Modifier and Type | Method and Description |
|---|---|
static FEEL |
FEEL.newInstance(ClassLoader cl,
List<FEELProfile> profiles)
Factory method to create a new FEEL engine instance using custom FEELProfile(s), using the specified classloader.
|
static FEEL |
FEEL.newInstance(List<FEELProfile> profiles)
Factory method to create a new FEEL engine instance using custom FEELProfile(s)
|
| Modifier and Type | Method and Description |
|---|---|
protected FEEL_1_1Parser |
ProcessedFEELUnit.getFEELParser(String expression,
CompilerContext ctx,
List<FEELProfile> profiles) |
| Constructor and Description |
|---|
ProcessedExpression(String expression,
CompilerContext ctx,
ProcessedFEELUnit.DefaultMode defaultBackend,
List<FEELProfile> profiles) |
ProcessedUnaryTest(String expressions,
CompilerContext ctx,
List<FEELProfile> profiles) |
| Constructor and Description |
|---|
FEELImpl(ClassLoader cl,
List<FEELProfile> profiles) |
FEELImpl(List<FEELProfile> profiles) |
| 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,
FEELTypeRegistry typeRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
DoCompileFEELProfile |
class |
FEELv12Profile |
class |
KieExtendedFEELProfile |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.