org.eclipse.ocl.examples.xtext.essentialocl.scoping
Class ExpCSScopeAdapter<CS extends ExpCS,P extends OclExpression>

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.essentialocl.scoping.ExpCSScopeAdapter<CS,P>
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal, TypeManagedAdapter, ScopeAdapter, ScopeCSAdapter
Direct Known Subclasses:
LetExpCSScopeAdapter, NameExpCSScopeAdapter, NavigatingExpCSScopeAdapter, NavigationOperatorCSScopeAdapter, TupleLiteralExpCSScopeAdapter

public class ExpCSScopeAdapter<CS extends ExpCS,P extends OclExpression>
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
ExpCSScopeAdapter(TypeManager typeManager, CS csElement, java.lang.Class<P> pivotClass)
           
 
Method Summary
protected  ScopeAdapter getParentSourceScope()
           
 ScopeAdapter getSourceScope(org.eclipse.emf.ecore.EStructuralFeature containmentFeature)
           
 
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, 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, 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

ExpCSScopeAdapter

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

getParentSourceScope

protected ScopeAdapter getParentSourceScope()

getSourceScope

public ScopeAdapter getSourceScope(org.eclipse.emf.ecore.EStructuralFeature containmentFeature)
Specified by:
getSourceScope in interface ScopeAdapter
Overrides:
getSourceScope in class AbstractScopeAdapter<CS extends ExpCS>