public interface IDelegatingScopeProvider extends IScopeProvider
IScopeProvider
to compute its parent scope or that takes care
of other cases.
It is used to provide (recursive) access to the implementation, that will finally delegate
to the global scope. This is necessary to allow wrapping of global scopes to keep track of imported names.AbstractGlobalScopeDelegatingScopeProvider
Modifier and Type | Method and Description |
---|---|
IScopeProvider |
getDelegate()
Provides access to the delegate.
|
getScope
IScopeProvider getDelegate()
null
.