| Package | Description |
|---|---|
| de.intarsys.tools.macro |
| Modifier and Type | Class and Description |
|---|---|
class |
MacroAssign<T>
A single "execution" step in a
MacroFunctor. |
class |
MacroBlock
The
MacroBlock allows for aggregation of other IFunctor
instances to a new compound implementation. |
class |
MacroBreak
Break from the next surrounding
MacroLoop. |
class |
MacroCondition
Implementation of conditional execution of an
IFunctor. |
class |
MacroContinue
Continue execution for the next surrounding
MacroLoop. |
class |
MacroLoop
Implementation of repeated execution of an
IFunctor. |
class |
MacroReturn
Return from the execution of a
MacroBlock, regardless of execution
depth. |
| Modifier and Type | Method and Description |
|---|---|
MacroFunctor |
MacroFunctor.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
MacroFunctor.setContainer(MacroFunctor container) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.