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

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

protected static class BasePreOrderVisitor.ClassSupersContinuation
extends SingleContinuation<ClassCS>


Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.cs2pivot.BasicContinuation
context, csElement, dependencies, pivotFeature, pivotParent
 
Constructor Summary
BasePreOrderVisitor.ClassSupersContinuation(CS2PivotConversion context, Class pivotParent, ClassCS csElement)
           
 
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
 

Constructor Detail

BasePreOrderVisitor.ClassSupersContinuation

public BasePreOrderVisitor.ClassSupersContinuation(CS2PivotConversion context,
                                                   Class pivotParent,
                                                   ClassCS csElement)
Method Detail

canExecute

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

execute

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