|
||||||||||
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.ElementStepper
public class ElementStepper
An ElementStepper provides the non-standard behaviour of stopping before and after execution of an AST node.
Field Summary | |
---|---|
static ElementStepper |
INSTANCE
|
Constructor Summary | |
---|---|
ElementStepper()
|
Method Summary | |
---|---|
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.AbstractStepper |
---|
createUnitLocation, createUnitLocation, getCsElement, getFirstElement, getFirstElement, isPostStoppable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@NonNull public static ElementStepper INSTANCE
Constructor Detail |
---|
public ElementStepper()
Method Detail |
---|
public boolean isPreStoppable(@NonNull IVMRootEvaluationVisitor<?> rootVMEvaluationVisitor, @NonNull Element element)
IStepper
isPreStoppable
in interface IStepper
isPreStoppable
in class AbstractStepper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |