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

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

public class OperationCallExpScopeAdapter
extends AbstractPivotScopeAdapter<OperationCallExp>


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
OperationCallExpScopeAdapter(TypeManager typeManager, OperationCallExp pivotElement)
           
 
Method Summary
 ScopeView computeLookup(EnvironmentView environmentView, ScopeView scopeView)
          Add the local lookup contributions to a view of an Environment.
 
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, 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

OperationCallExpScopeAdapter

public OperationCallExpScopeAdapter(TypeManager typeManager,
                                    OperationCallExp 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<OperationCallExp>
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