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

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

protected static class BasePreOrderVisitor.UnspecializedTypeRefContinuation
extends BasePreOrderVisitor.TypedRefContinuation<TypedTypeRefCS>


Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.cs2pivot.BasicContinuation
context, csElement, dependencies, pivotFeature, pivotParent
 
Constructor Summary
BasePreOrderVisitor.UnspecializedTypeRefContinuation(CS2PivotConversion context, TypedTypeRefCS csElement)
           
 
Method Summary
 BasicContinuation<?> execute()
           
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.cs2pivot.BasePreOrderVisitor.TypedRefContinuation
installPivotTypeWithMultiplicity
 
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

BasePreOrderVisitor.UnspecializedTypeRefContinuation

public BasePreOrderVisitor.UnspecializedTypeRefContinuation(@NonNull
                                                            CS2PivotConversion context,
                                                            @NonNull
                                                            TypedTypeRefCS csElement)
Method Detail

execute

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