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

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

protected class CompleteOCLPreOrderVisitor.OperationContextDeclCSContinuation
extends SingleContinuation<OperationContextDeclCS>


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<OperationContextDeclCS>

execute

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