public class FeatureScopeSessionWithStaticTypes extends AbstractNestedFeatureScopeSession
ALL| Constructor and Description |
|---|
FeatureScopeSessionWithStaticTypes(AbstractFeatureScopeSession featureScopeSession,
java.util.List<? extends org.eclipse.xtext.common.types.JvmType> staticFeatureProviders,
java.util.List<? extends org.eclipse.xtext.common.types.JvmType> extensionProviders,
IResolvedFeatures.Provider resolvedFeaturesProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<TypeBucket> |
concatTypeBuckets(java.util.List<? extends org.eclipse.xtext.common.types.JvmType> types,
java.util.List<TypeBucket> parentResult,
IResolvedFeatures.Provider resolvedFeaturesProvider) |
java.util.List<TypeBucket> |
getStaticallyImportedExtensionTypes()
All statically imported extension types as type buckets.
|
java.util.List<TypeBucket> |
getStaticallyImportedTypes()
All statically imported types as type buckets.
|
addExtensionProviders, addLocalElements, getConstructorScopes, getDefaultScopeProvider, getEnclosingTypes, getExtensionProviders, getFeatureScopes, getId, getLocalElement, getNestedTypeDeclarators, getNextCaptureLayer, getParent, getResolvedFeaturesProvider, getTypeScopes, isConstructorContext, isInstanceContext, isVisible, isVisibleaddImports, addLocalElement, addLocalElements, addNestedTypesToScope, addToExtensionScope, addTypesToStaticScope, captureLocalElements, createConstructorScope, createFeatureCallScope, createTypeScope, dropLocalElements, getLocalElements, getScope, toConstructorContext, toInstanceContext, tryCreateNestedSessionWithVisibilityContextpublic FeatureScopeSessionWithStaticTypes(AbstractFeatureScopeSession featureScopeSession, java.util.List<? extends org.eclipse.xtext.common.types.JvmType> staticFeatureProviders, java.util.List<? extends org.eclipse.xtext.common.types.JvmType> extensionProviders, IResolvedFeatures.Provider resolvedFeaturesProvider)
protected java.util.List<TypeBucket> concatTypeBuckets(java.util.List<? extends org.eclipse.xtext.common.types.JvmType> types, java.util.List<TypeBucket> parentResult, IResolvedFeatures.Provider resolvedFeaturesProvider)
public java.util.List<TypeBucket> getStaticallyImportedTypes()
IFeatureScopeSessiongetStaticallyImportedTypes in interface IFeatureScopeSessiongetStaticallyImportedTypes in class AbstractNestedFeatureScopeSessionpublic java.util.List<TypeBucket> getStaticallyImportedExtensionTypes()
IFeatureScopeSessiongetStaticallyImportedExtensionTypes in interface IFeatureScopeSessiongetStaticallyImportedExtensionTypes in class AbstractNestedFeatureScopeSession