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

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<Package>
          extended by org.eclipse.ocl.examples.xtext.base.scoping.pivot.RootPackageScopeAdapter
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal, TypeManagedAdapter, RootScopeAdapter, ScopeAdapter

public class RootPackageScopeAdapter
extends AbstractPivotScopeAdapter<Package>
implements RootScopeAdapter


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
 
Fields inherited from interface org.eclipse.ocl.examples.xtext.base.scope.RootScopeAdapter
WORK
 
Constructor Summary
RootPackageScopeAdapter(TypeManager typeManager, Package pivotElement)
           
 
Method Summary
 ScopeView computeLookup(EnvironmentView environmentView, ScopeView scopeView)
          Add the local lookup contributions to a view of an Environment.
 RootScopeAdapter getRootScopeAdapter()
           
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.scoping.pivot.AbstractPivotScopeAdapter
getMoniker, toString
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.scoping.pivot.AbstractScopeAdapter
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
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.scope.ScopeAdapter
computeLookup, getInnerScopeView, getOuterScopeView, getParent, getSourceScope, getTarget
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.utilities.TypeManagedAdapter
dispose, isAdapterFor
 
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

RootPackageScopeAdapter

public RootPackageScopeAdapter(TypeManager typeManager,
                               Package pivotElement)
Method Detail

computeLookup

public ScopeView computeLookup(EnvironmentView environmentView,
                               ScopeView scopeView)
Description copied from interface: ScopeAdapter
Add the local lookup contributions to a view of an Environment.

The EnvironmentView contains the lookup matching criteria such as a specific name and accumulates candidate results.

The input ScopeView identifies the CST node and the containment of the CST child from which the lookup is made allowing derived implementations to present the alternative environments specified as the Inherited Attributes in the OCL Specification.

The returned ScopeView identifies an outer scope in which the lookup may be continued if the local candidate results are not suitable.

Specified by:
computeLookup in interface ScopeAdapter
Overrides:
computeLookup in class AbstractScopeAdapter<Package>
Parameters:
environmentView - the EnvironmentView to compute
scopeView - the access selectivity to be applied by the lookup
Returns:
an outer ScopeView in which to continue the lookup, or null if none

getRootScopeAdapter

public RootScopeAdapter getRootScopeAdapter()
Specified by:
getRootScopeAdapter in interface ScopeAdapter
Overrides:
getRootScopeAdapter in class AbstractPivotScopeAdapter<Package>