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

Packages that use IScopeView
org.eclipse.ocl.examples.xtext.base.scoping   
 

Uses of IScopeView in org.eclipse.ocl.examples.xtext.base.scoping
 

Classes in org.eclipse.ocl.examples.xtext.base.scoping that implement IScopeView
 class BaseScopeView
          ScopeViews support access to some or all of the elements in a scope.
 

Fields in org.eclipse.ocl.examples.xtext.base.scoping declared as IScopeView
static IScopeView BaseScopeView.NULLSCOPEVIEW
          The NULLSCOPEVIEW to be returned by the most outer scope
 

Methods in org.eclipse.ocl.examples.xtext.base.scoping that return IScopeView
 IScopeView BaseScopeView.getParent()
           
 IScopeView IScopeView.getParent()