Package | Description |
---|---|
org.kie.dmn.feel | |
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.
|
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) |
CompiledExpression |
FEELImpl.compileExpressionList(String expression,
CompilerContext ctx) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.