org.eclipse.ocl.examples.xtext.base.cs2as
Class BaseCSPreOrderVisitor.UnspecializedTypeRefContinuation

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

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


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

BaseCSPreOrderVisitor.UnspecializedTypeRefContinuation

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

execute

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