org.eclipse.ocl.examples.xtext.base.cs2pivot
Class BasePreOrderVisitor.PackageContentContinuation

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.base.cs2pivot.BasicContinuation<T>
      extended by org.eclipse.ocl.examples.xtext.base.cs2pivot.SingleContinuation<PackageCS>
          extended by org.eclipse.ocl.examples.xtext.base.cs2pivot.BasePreOrderVisitor.PackageContentContinuation
All Implemented Interfaces:
Continuation<PackageCS>
Enclosing class:
BasePreOrderVisitor

protected static class BasePreOrderVisitor.PackageContentContinuation
extends SingleContinuation<PackageCS>


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

Method Detail

execute

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