public class IterateExpStepper extends LoopExpStepper
| Modifier and Type | Field and Description |
|---|---|
static IterateExpStepper |
INSTANCE |
| Constructor and Description |
|---|
IterateExpStepper() |
| Modifier and Type | Method and Description |
|---|---|
Element |
isPostStoppable(VMEvaluationStepper vmEvaluationVisitor,
Element childElement,
Object result)
Return null if no suspension is required after execution of childElement gave result, else return the next element to be executed.
|
isPreStoppablegetFirstElementcreateUnitLocation, createUnitLocation, getFirstElementpublic static IterateExpStepper INSTANCE
public Element isPostStoppable(VMEvaluationStepper vmEvaluationVisitor, Element childElement, Object result)
IStepperisPostStoppable in interface IStepperisPostStoppable in class LoopExpStepperCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.