org.eclipse.ocl.examples.xtext.completeocl.cs2pivot
Class CompleteOCLPreOrderVisitor.DefCSContinuation

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.base.cs2pivot.BasicContinuation<T>
      extended by org.eclipse.ocl.examples.xtext.base.cs2pivot.SingleContinuation<DefCS>
          extended by org.eclipse.ocl.examples.xtext.completeocl.cs2pivot.CompleteOCLPreOrderVisitor.DefCSContinuation
All Implemented Interfaces:
Continuation<DefCS>
Enclosing class:
CompleteOCLPreOrderVisitor

protected class CompleteOCLPreOrderVisitor.DefCSContinuation
extends SingleContinuation<DefCS>


Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.cs2pivot.BasicContinuation
context, csElement, dependencies, pivotFeature, pivotParent
 
Method Summary
 boolean canExecute()
           
 BasicContinuation<?> execute()
           
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.cs2pivot.BasicContinuation
addError, addTo, getDependencies, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

canExecute

public boolean canExecute()
Overrides:
canExecute in class BasicContinuation<DefCS>

execute

public BasicContinuation<?> execute()
Specified by:
execute in class BasicContinuation<DefCS>