public class FeatureScopeSessionWithoutLocalElements extends AbstractNestedFeatureScopeSession
ALL| Modifier | Constructor and Description |
|---|---|
protected |
FeatureScopeSessionWithoutLocalElements(AbstractFeatureScopeSession parent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addExtensionProviders(List<ExpressionBucket> result) |
protected void |
addLocalElements(List<IEObjectDescription> result) |
List<JvmDeclaredType> |
getEnclosingTypes()
Returns a list of enclosing types that provide an instance in the current context.
|
IEObjectDescription |
getLocalElement(QualifiedName name)
Find a local element with the given qualified name.
|
IFeatureScopeSession |
getNextCaptureLayer()
Returns the next layer of the captured scopes.
|
getConstructorScopes, getDefaultScopeProvider, getExtensionProviders, getFeatureScopes, getId, getNestedTypeDeclarators, getParent, getResolvedFeaturesProvider, getStaticallyImportedExtensionTypes, getStaticallyImportedTypes, getTypeScopes, isConstructorContext, isInstanceContext, isVisible, isVisibleaddImports, addLocalElement, addLocalElements, addNestedTypesToScope, addToExtensionScope, addTypesToStaticScope, captureLocalElements, createConstructorScope, createFeatureCallScope, createTypeScope, dropLocalElements, getLocalElements, getScope, toConstructorContext, toInstanceContext, tryCreateNestedSessionWithVisibilityContextprotected FeatureScopeSessionWithoutLocalElements(AbstractFeatureScopeSession parent)
protected void addLocalElements(List<IEObjectDescription> result)
addLocalElements in class AbstractNestedFeatureScopeSessionresult - the list of all local elements. Shadowing semantics do not have to be applied.protected void addExtensionProviders(List<ExpressionBucket> result)
addExtensionProviders in class AbstractNestedFeatureScopeSessionresult - an aggregating parameter that accepts the extension providers.public IEObjectDescription getLocalElement(QualifiedName name)
IFeatureScopeSessiongetLocalElement in interface IFeatureScopeSessiongetLocalElement in class AbstractNestedFeatureScopeSessionnull.public List<JvmDeclaredType> getEnclosingTypes()
IFeatureScopeSessiongetEnclosingTypes in interface IFeatureScopeSessiongetEnclosingTypes in class AbstractNestedFeatureScopeSessionpublic IFeatureScopeSession getNextCaptureLayer()
IFeatureScopeSessiongetNextCaptureLayer in interface IFeatureScopeSessiongetNextCaptureLayer in class AbstractNestedFeatureScopeSessionCopyright © 2015. All Rights Reserved.