org.eclipse.ocl.examples.xtext.base.scoping.pivot
Class EmptyScopeAdapter

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.base.scoping.pivot.AbstractScopeAdapter<P>
      extended by org.eclipse.ocl.examples.xtext.base.scoping.pivot.AbstractPivotScopeAdapter<Element>
          extended by org.eclipse.ocl.examples.xtext.base.scoping.pivot.EmptyScopeAdapter
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal, TypeManagedAdapter, ScopeAdapter

public class EmptyScopeAdapter
extends AbstractPivotScopeAdapter<Element>


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.AbstractPivotScopeAdapter
document
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.scoping.pivot.AbstractScopeAdapter
parent, target
 
Constructor Summary
EmptyScopeAdapter(TypeManager typeManager, Element pivotElement)
           
 
Method Summary
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.scoping.pivot.AbstractPivotScopeAdapter
getMoniker, getRootScopeAdapter, toString
 
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, wait, wait, wait
 

Constructor Detail

EmptyScopeAdapter

public EmptyScopeAdapter(TypeManager typeManager,
                         Element pivotElement)