org.eclipse.ocl.examples.xtext.base.scoping.pivot
Class ExpressionScopeAdapter<P extends OclExpression>

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<P>
          extended by org.eclipse.ocl.examples.xtext.base.scoping.pivot.ExpressionScopeAdapter<P>
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal, TypeManagedAdapter, ScopeAdapter
Direct Known Subclasses:
LetExpScopeAdapter

public abstract class ExpressionScopeAdapter<P extends OclExpression>
extends AbstractPivotScopeAdapter<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.pivot.AbstractPivotScopeAdapter
document
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.scoping.pivot.AbstractScopeAdapter
parent, target
 
Constructor Summary
ExpressionScopeAdapter(TypeManager typeManager, P 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

ExpressionScopeAdapter

public ExpressionScopeAdapter(TypeManager typeManager,
                              P pivotElement)