org.eclipse.ocl.examples.xtext.base.cs2pivot
Class BasePostOrderVisitor.ConstraintCSCompletion

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

public static class BasePostOrderVisitor.ConstraintCSCompletion
extends SingleContinuation<ConstraintCS>


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

Constructor Detail

BasePostOrderVisitor.ConstraintCSCompletion

public BasePostOrderVisitor.ConstraintCSCompletion(CS2PivotConversion context,
                                                   ConstraintCS csElement)
Method Detail

execute

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