org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
Class EssentialOCLPreOrderVisitor.CollectionTypeContinuation

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.base.cs2pivot.BasicContinuation<T>
      extended by org.eclipse.ocl.examples.xtext.base.cs2pivot.SingleContinuation<CollectionTypeCS>
          extended by org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot.EssentialOCLPreOrderVisitor.CollectionTypeContinuation
All Implemented Interfaces:
Continuation<CollectionTypeCS>
Enclosing class:
EssentialOCLPreOrderVisitor

protected static class EssentialOCLPreOrderVisitor.CollectionTypeContinuation
extends SingleContinuation<CollectionTypeCS>


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

EssentialOCLPreOrderVisitor.CollectionTypeContinuation

public EssentialOCLPreOrderVisitor.CollectionTypeContinuation(CS2PivotConversion context,
                                                              CollectionTypeCS csElement)
Method Detail

canExecute

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

execute

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