org.eclipse.ocl.examples.debug.stepper
Class PostStepper

java.lang.Object
  extended by org.eclipse.ocl.examples.debug.stepper.AbstractStepper
      extended by org.eclipse.ocl.examples.debug.stepper.PostStepper
All Implemented Interfaces:
IStepper
Direct Known Subclasses:
CallExpStepper

public class PostStepper
extends AbstractStepper

A PostStepper provides the default behaviour of stopping after execution of an AST node.


Field Summary
static PostStepper INSTANCE
           
 
Constructor Summary
PostStepper()
           
 
Method Summary
 
Methods inherited from class org.eclipse.ocl.examples.debug.stepper.AbstractStepper
createUnitLocation, createUnitLocation, getCsElement, getFirstElement, getFirstElement, isPostStoppable, isPreStoppable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

@NonNull
public static PostStepper INSTANCE
Constructor Detail

PostStepper

public PostStepper()