org.eclipse.ocl.examples.xtext.oclinecore.scoping
Class OCLinEcoreCSScopeAdapter<CS extends MonikeredElementCS,P extends MonikeredElement>

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.base.scoping.pivot.AbstractScopeAdapter<CS>
      extended by org.eclipse.ocl.examples.xtext.base.scoping.cs.ElementCSScopeAdapter<CS>
          extended by org.eclipse.ocl.examples.xtext.base.scoping.cs.ModelElementCSScopeAdapter<CS,P>
              extended by org.eclipse.ocl.examples.xtext.base.scoping.cs.MonikeredElementCSScopeAdapter<CS,P>
                  extended by org.eclipse.ocl.examples.xtext.base.scoping.cs.BaseCSScopeAdapter<CS,P>
                      extended by org.eclipse.ocl.examples.xtext.essentialocl.scoping.EssentialOCLCSScopeAdapter<CS,P>
                          extended by org.eclipse.ocl.examples.xtext.oclinecore.scoping.OCLinEcoreCSScopeAdapter<CS,P>
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal, TypeManagedAdapter, ScopeAdapter, ScopeCSAdapter

public class OCLinEcoreCSScopeAdapter<CS extends MonikeredElementCS,P extends MonikeredElement>
extends EssentialOCLCSScopeAdapter<CS,P>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.ocl.examples.xtext.base.scope.ScopeAdapter
ScopeAdapter.Switch
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.scoping.cs.ModelElementCSScopeAdapter
csClass, pivotClass
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.scoping.cs.ElementCSScopeAdapter
root, typeManager
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.scoping.pivot.AbstractScopeAdapter
parent, target
 
Constructor Summary
OCLinEcoreCSScopeAdapter(TypeManager typeManager, CS csElement, java.lang.Class<P> pivotClass)
           
 
Method Summary
 
Methods inherited from class org.eclipse.ocl.examples.xtext.essentialocl.scoping.EssentialOCLCSScopeAdapter
getLibraryType
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.scoping.cs.BaseCSScopeAdapter
commonConformantType, conformsTo, getConformsTo
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.scoping.cs.MonikeredElementCSScopeAdapter
getMoniker, toString
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.scoping.cs.ModelElementCSScopeAdapter
getNamespaceScope, getNextNamespaceScope, getPivot
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.scoping.cs.ElementCSScopeAdapter
getRootScopeAdapter, getTypeManager, isAdapterFor
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.scoping.pivot.AbstractScopeAdapter
computeLookup, computeLookup, dispose, getDocumentScopeAdapter, getDocumentScopeAdapter, getInnerScopeView, getOuterScopeView, getParent, getScopeAdapter, getScopeCSAdapter, getSourceScope, getTarget, isAdapterForType, notifyChanged, setTarget, unsetTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.scope.ScopeAdapter
computeLookup, computeLookup, getInnerScopeView, getOuterScopeView, getParent, getSourceScope, getTarget
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.utilities.TypeManagedAdapter
dispose
 
Methods inherited from interface org.eclipse.emf.common.notify.Adapter.Internal
unsetTarget
 
Methods inherited from interface org.eclipse.emf.common.notify.Adapter
isAdapterForType, notifyChanged, setTarget
 

Constructor Detail

OCLinEcoreCSScopeAdapter

public OCLinEcoreCSScopeAdapter(TypeManager typeManager,
                                CS csElement,
                                java.lang.Class<P> pivotClass)