public class InstanceFeatureScopeSession extends AbstractNestedFeatureScopeSession
ALL
Modifier | Constructor and Description |
---|---|
protected |
InstanceFeatureScopeSession(AbstractFeatureScopeSession parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
isInstanceContext()
Returns
true if this can be validly resolved in the current scope. |
IFeatureScopeSession |
toInstanceContext()
Forks this session with an instance context.
|
addExtensionProviders, addLocalElements, getConstructorScopes, getDefaultScopeProvider, getEnclosingTypes, getExtensionProviders, getFeatureScopes, getId, getLocalElement, getNestedTypeDeclarators, getParent, getResolvedFeaturesProvider, getStaticallyImportedExtensionTypes, getStaticallyImportedTypes, getTypeScopes, isConstructorContext, isVisible, isVisible
addImports, addLocalElement, addLocalElements, addNestedTypesToScope, addToExtensionScope, addTypesToStaticScope, createConstructorScope, createFeatureCallScope, createTypeScope, dropLocalElements, getLocalElements, getScope, toConstructorContext, tryCreateNestedSessionWithVisibilityContext
protected InstanceFeatureScopeSession(AbstractFeatureScopeSession parent)
public IFeatureScopeSession toInstanceContext()
IFeatureScopeSession
toInstanceContext
in interface IFeatureScopeSession
toInstanceContext
in class AbstractFeatureScopeSession
IFeatureScopeSession.isInstanceContext()
public boolean isInstanceContext()
IFeatureScopeSession
true
if this
can be validly resolved in the current scope.isInstanceContext
in interface IFeatureScopeSession
isInstanceContext
in class AbstractNestedFeatureScopeSession
IFeatureScopeSession.toInstanceContext()