org.eclipse.ocl.examples.xtext.base.scoping.cs
Class DefaultScopeAdapter

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.base.scoping.pivot.AbstractScopeAdapter<org.eclipse.emf.ecore.EObject>
      extended by org.eclipse.ocl.examples.xtext.base.scoping.cs.DefaultScopeAdapter
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal, TypeManagedAdapter, ScopeAdapter

public class DefaultScopeAdapter
extends AbstractScopeAdapter<org.eclipse.emf.ecore.EObject>

Scopes that are accidentally empty; a debugging aid.


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.pivot.AbstractScopeAdapter
parent, target
 
Constructor Summary
DefaultScopeAdapter(TypeManager typeManager, org.eclipse.emf.ecore.EObject eObject)
           
 
Method Summary
 RootScopeAdapter getRootScopeAdapter()
           
 
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, isAdapterFor, isAdapterForType, notifyChanged, setTarget, unsetTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultScopeAdapter

public DefaultScopeAdapter(TypeManager typeManager,
                           org.eclipse.emf.ecore.EObject eObject)
Method Detail

getRootScopeAdapter

public RootScopeAdapter getRootScopeAdapter()