|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ocl.examples.debug.stepper.AbstractStepper
org.eclipse.ocl.examples.debug.stepper.PostStepper
org.eclipse.ocl.examples.debug.stepper.CallExpStepper
org.eclipse.ocl.examples.debug.stepper.LoopExpStepper
public class LoopExpStepper
| Field Summary | |
|---|---|
static LoopExpStepper |
INSTANCE
|
| Constructor Summary | |
|---|---|
LoopExpStepper()
|
|
| Method Summary | |
|---|---|
Element |
isPostStoppable(IVMRootEvaluationVisitor<?> vmEvaluationVisitor,
Element childElement,
java.lang.Object result)
Return null if no suspension is required after execution of childElement gave result, else return the next element to be executed. |
boolean |
isPreStoppable(IVMRootEvaluationVisitor<?> rootVMEvaluationVisitor,
Element element)
Return true if execution may be suspended before executing element. |
| Methods inherited from class org.eclipse.ocl.examples.debug.stepper.CallExpStepper |
|---|
createUnitLocation, getFirstElement |
| Methods inherited from class org.eclipse.ocl.examples.debug.stepper.AbstractStepper |
|---|
createUnitLocation, getCsElement, getFirstElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@NonNull public static LoopExpStepper INSTANCE
| Constructor Detail |
|---|
public LoopExpStepper()
| Method Detail |
|---|
@Nullable
public Element isPostStoppable(@NonNull
IVMRootEvaluationVisitor<?> vmEvaluationVisitor,
@NonNull
Element childElement,
@Nullable
java.lang.Object result)
IStepper
isPostStoppable in interface IStepperisPostStoppable in class AbstractStepper
public boolean isPreStoppable(@NonNull
IVMRootEvaluationVisitor<?> rootVMEvaluationVisitor,
@NonNull
Element element)
IStepper
isPreStoppable in interface IStepperisPreStoppable in class AbstractStepper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||