Package | Description |
---|---|
org.kie.dmn.feel | |
org.kie.dmn.feel.codegen.feel11 | |
org.kie.dmn.feel.lang | |
org.kie.dmn.feel.lang.impl |
Modifier and Type | Method and Description |
---|---|
CompilerContext |
FEEL.newCompilerContext()
Factory method to create a new compiler context
|
Modifier and Type | Method and Description |
---|---|
CompiledExpression |
FEEL.compile(String expression,
CompilerContext ctx)
Compiles the string expression using the given
compiler context.
|
CompiledExpression |
FEEL.compileUnaryTests(String expression,
CompilerContext ctx)
Compiles the string expression using the given
compiler context.
|
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) |
Modifier and Type | Method and Description |
---|---|
CompilerContext |
CompilerContext.addFEELFunctions(Collection<FEELFunction> customFunction) |
CompilerContext |
CompilerContext.addInputVariable(String name,
Object value) |
CompilerContext |
CompilerContext.addInputVariableType(String name,
Type type) |
Modifier and Type | Class and Description |
---|---|
class |
CompilerContextImpl |
Modifier and Type | Method and Description |
---|---|
CompilerContext |
CompilerContextImpl.addInputVariable(String name,
Object value) |
CompilerContext |
CompilerContextImpl.addInputVariableType(String name,
Type type) |
CompilerContext |
FEELImpl.newCompilerContext() |
CompilerContext |
FEELImpl.newCompilerContext(Collection<org.kie.dmn.api.feel.runtime.events.FEELEventListener> contextListeners) |
Modifier and Type | Method and Description |
---|---|
CompiledExpression |
FEELImpl.compile(String expression,
CompilerContext ctx) |
ProcessedUnaryTest |
FEELImpl.compileUnaryTests(String expressions,
CompilerContext ctx) |
com.github.javaparser.ast.CompilationUnit |
FEELImpl.generateExpressionSource(String expression,
CompilerContext ctx) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.