| Class | Description |
|---|---|
| MacroAssign<T> |
A single "execution" step in a
MacroFunctor. |
| MacroBlock |
The
MacroBlock allows for aggregation of other IFunctor
instances to a new compound implementation. |
| MacroBreak |
Break from the next surrounding
MacroLoop. |
| MacroCondition |
Implementation of conditional execution of an
IFunctor. |
| MacroContinue |
Continue execution for the next surrounding
MacroLoop. |
| MacroFunctor<T> |
An
IFunctor based implementation for scripting components. |
| MacroLoop |
Implementation of repeated execution of an
IFunctor. |
| MacroReturn |
Return from the execution of a
MacroBlock, regardless of execution
depth. |
| Exception | Description |
|---|---|
| Break | |
| Continue | |
| MacroControlFlow | |
| Return |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.