org.eclipse.xtext.scoping.impl
Class SingletonScope

java.lang.Object
  extended by org.eclipse.xtext.scoping.impl.AbstractScope
      extended by org.eclipse.xtext.scoping.impl.SimpleScope
          extended by org.eclipse.xtext.scoping.impl.SingletonScope
All Implemented Interfaces:
IScope

public class SingletonScope
extends SimpleScope

Author:
Sebastian Zarnekow - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xtext.scoping.impl.AbstractScope
AbstractScope.ParentIterable
 
Field Summary
 
Fields inherited from class org.eclipse.xtext.scoping.impl.SimpleScope
shadowingIndex
 
Fields inherited from interface org.eclipse.xtext.scoping.IScope
NULLSCOPE
 
Constructor Summary
SingletonScope(IEObjectDescription description, IScope outer)
           
 
Method Summary
 
Methods inherited from class org.eclipse.xtext.scoping.impl.SimpleScope
getAllLocalElements, getLocalElementsByEObject, getShadowingKey, isShadowed
 
Methods inherited from class org.eclipse.xtext.scoping.impl.AbstractScope
getAllElements, getElements, getElements, getLocalElementsByName, getParent, getParentElements, getSingleElement, getSingleElement, getSingleLocalElementByName, isIgnoreCase, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingletonScope

public SingletonScope(IEObjectDescription description,
                      IScope outer)