| Package | Description |
|---|---|
| org.trimou.engine.context |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionContext.TargetStack |
ExecutionContext.TargetStack.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionContext.TargetStack[] |
ExecutionContext.TargetStack.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ExecutionContext.peek(ExecutionContext.TargetStack stack)
Returns the object at the top of the context stack.
|
Object |
ExecutionContext.pop(ExecutionContext.TargetStack stack)
Remove the object at the top of the specified stack.
|
void |
ExecutionContext.push(ExecutionContext.TargetStack stack,
Object object)
Push the object on the specified stack.
|
Copyright © 2015. All Rights Reserved.