org.eclipse.xtext.xbase.scoping.batch
Class StaticImportsScope

java.lang.Object
  extended by org.eclipse.xtext.scoping.impl.AbstractScope
      extended by org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
          extended by org.eclipse.xtext.xbase.scoping.batch.AbstractStaticImportsScope
              extended by org.eclipse.xtext.xbase.scoping.batch.StaticImportsScope
All Implemented Interfaces:
IScope

public class StaticImportsScope
extends AbstractStaticImportsScope

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 interface org.eclipse.xtext.scoping.IScope
NULLSCOPE
 
Constructor Summary
StaticImportsScope(IScope parent, IFeatureScopeSession session, XAbstractFeatureCall context)
           
 
Method Summary
protected  java.util.List<TypeBucket> getBuckets()
           
 
Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.AbstractStaticImportsScope
addDescriptions, createNamedDescription, getAllLocalElements, getLocalElementsByName
 
Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
getElements, getFeatureCall, getFeatureName, getLocalElementsByEObject, getSession, getShadowingKey, isShadowed
 
Methods inherited from class org.eclipse.xtext.scoping.impl.AbstractScope
getAllElements, getElements, 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

StaticImportsScope

public StaticImportsScope(IScope parent,
                          IFeatureScopeSession session,
                          XAbstractFeatureCall context)
Method Detail

getBuckets

protected java.util.List<TypeBucket> getBuckets()
Specified by:
getBuckets in class AbstractStaticImportsScope