org.eclipse.ocl.examples.xtext.base.scoping
Interface IScopeView

All Superinterfaces:
org.eclipse.xtext.scoping.IScope, ScopeView
All Known Implementing Classes:
BaseScopeView

public interface IScopeView
extends ScopeView, org.eclipse.xtext.scoping.IScope

An IScopeView merges the Pivot ScopeView access with the Xtext IScope access to provide an Xtext compliant scope that has the required access-from context for pivot resolution.


Field Summary
 
Fields inherited from interface org.eclipse.xtext.scoping.IScope
NULLSCOPE
 
Method Summary
 IScopeView getParent()
           
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.scoping.ScopeView
getAttribution, getChild, getContainmentFeature, getTarget, getTargetReference
 
Methods inherited from interface org.eclipse.xtext.scoping.IScope
getAllElements, getElements, getElements, getSingleElement, getSingleElement
 

Method Detail

getParent

IScopeView getParent()
Specified by:
getParent in interface ScopeView