Package org.eclipse.xtext.scoping

Interface Summary
ICaseInsensitivityHelper Clients who want to use ignore case cross references should implement this service if the case sensitivity depends on an EReference or bind the constant IgnoreCaseLinking to true.
IGlobalScopeProvider A marker interface used to identify IScopeProvider implementations providing scopes for the world, that is things which are not local (i.e. within a resource).
IScope A scope defines which elements IEObjectDescription can be seen in a certain area within a model/program.
IScopeProvider An IScopeProvider can be used, to get access to a set of visible elements (IEObjectDescription).
 

Class Summary
Scopes This class contains static utility functions to create and work on IScope and IScopedElement
 

Annotation Types Summary
IgnoreCaseLinking