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

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

protected static class BasePreOrderVisitor.TypeRefContinuation
extends SingleContinuation<TypedTypeRefCS>


Nested Class Summary
protected static class BasePreOrderVisitor.TypeRefContinuation.TemplateBindingPivotDependency
           
 
Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.cs2pivot.BasicContinuation
context, csElement, dependencies, pivotFeature, pivotParent
 
Constructor Summary
BasePreOrderVisitor.TypeRefContinuation(CS2PivotConversion context, TypedTypeRefCS 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

BasePreOrderVisitor.TypeRefContinuation

public BasePreOrderVisitor.TypeRefContinuation(CS2PivotConversion context,
                                               TypedTypeRefCS csElement)
Method Detail

canExecute

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

execute

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