| Package | Description |
|---|---|
| org.kie.dmn.feel.lang.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionFrameImpl |
class |
RootExecutionFrame
This is a thread safe implementation of a root
execution frame that automatically registers all
the built in functions.
|
| Modifier and Type | Field and Description |
|---|---|
static ExecutionFrame |
RootExecutionFrame.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ExecutionFrame |
ExecutionFrameImpl.getParentFrame() |
ExecutionFrame |
EvaluationContextImpl.peek() |
ExecutionFrame |
EvaluationContextImpl.pop() |
| Modifier and Type | Method and Description |
|---|---|
Deque<ExecutionFrame> |
EvaluationContextImpl.getStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationContextImpl.push(ExecutionFrame obj) |
void |
ExecutionFrameImpl.setParentFrame(ExecutionFrame parentFrame) |
| Constructor and Description |
|---|
ExecutionFrameImpl(ExecutionFrame parentFrame) |
ExecutionFrameImpl(ExecutionFrame parentFrame,
int size) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.