|
||||||||||
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
public abstract class AbstractStepper
Constructor Summary | |
---|---|
AbstractStepper()
|
Method Summary | |
---|---|
UnitLocation |
createUnitLocation(IVMEvaluationEnvironment<?> evalEnv,
Element element)
Return the source descriptor for element. |
static UnitLocation |
createUnitLocation(IVMEvaluationEnvironment<?> evalEnv,
Element element,
org.eclipse.xtext.nodemodel.INode startNode,
org.eclipse.xtext.nodemodel.INode endNode)
|
protected ModelElementCS |
getCsElement(Element asElement)
Return the CS element for asElement if it exists, or the nearest ancestor of asElement otherwise. |
Element |
getFirstElement(Element element)
|
Element |
getFirstElement(IVMRootEvaluationVisitor<?> vmEvaluationVisitor,
Element element)
|
Element |
isPostStoppable(IVMRootEvaluationVisitor<?> rootVMEvaluationVisitor,
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractStepper()
Method Detail |
---|
@NonNull public static UnitLocation createUnitLocation(@NonNull IVMEvaluationEnvironment<?> evalEnv, @NonNull Element element, @Nullable org.eclipse.xtext.nodemodel.INode startNode, @Nullable org.eclipse.xtext.nodemodel.INode endNode)
@NonNull public UnitLocation createUnitLocation(@NonNull IVMEvaluationEnvironment<?> evalEnv, @NonNull Element element)
IStepper
createUnitLocation
in interface IStepper
@Nullable protected ModelElementCS getCsElement(@NonNull Element asElement)
@Nullable public Element getFirstElement(@NonNull Element element)
@Nullable public Element getFirstElement(@NonNull IVMRootEvaluationVisitor<?> vmEvaluationVisitor, @Nullable Element element)
@Nullable public Element isPostStoppable(@NonNull IVMRootEvaluationVisitor<?> rootVMEvaluationVisitor, @NonNull Element childElement, @Nullable java.lang.Object result)
IStepper
isPostStoppable
in interface IStepper
public boolean isPreStoppable(@NonNull IVMRootEvaluationVisitor<?> rootVMEvaluationVisitor, @NonNull Element element)
IStepper
isPreStoppable
in interface IStepper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |