Class StaticImportsScope
- java.lang.Object
-
- org.eclipse.xtext.scoping.impl.AbstractScope
-
- org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
-
- org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedExecutableScope
-
- org.eclipse.xtext.xbase.scoping.batch.AbstractStaticImportsScope
-
- org.eclipse.xtext.xbase.scoping.batch.StaticImportsScope
-
- All Implemented Interfaces:
org.eclipse.xtext.scoping.IScope
public class StaticImportsScope extends AbstractStaticImportsScope
A scope for the statically imported features.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
AbstractSessionBasedScope.NameAcceptor
-
-
Constructor Summary
Constructors Constructor Description StaticImportsScope(org.eclipse.xtext.scoping.IScope parent, IFeatureScopeSession session, XAbstractFeatureCall context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BucketedEObjectDescriptioncreateDescription(org.eclipse.xtext.naming.QualifiedName name, org.eclipse.xtext.common.types.JvmFeature feature, TypeBucket bucket)protected java.util.List<TypeBucket>getBuckets()-
Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.AbstractStaticImportsScope
addDescriptions, getAllLocalElements, getAllLocalElements, getAllLocalElements, getAllLocalElements, getLocalElementsByName
-
Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedExecutableScope
getOperatorMapping, processFeatureNames
-
Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
addToList, addToList, findAllFeaturesByName, getElements, getFeatureCall, getLocalElementsByEObject, getSession, getShadowingKey, isShadowed, processAsPropertyNames, toProperty, toProperty, tryGetAsPropertyName
-
-
-
-
Constructor Detail
-
StaticImportsScope
public StaticImportsScope(org.eclipse.xtext.scoping.IScope parent, IFeatureScopeSession session, XAbstractFeatureCall context)
-
-
Method Detail
-
getBuckets
protected java.util.List<TypeBucket> getBuckets()
- Specified by:
getBucketsin classAbstractStaticImportsScope
-
createDescription
protected BucketedEObjectDescription createDescription(org.eclipse.xtext.naming.QualifiedName name, org.eclipse.xtext.common.types.JvmFeature feature, TypeBucket bucket)
- Specified by:
createDescriptionin classAbstractStaticImportsScope
-
-