|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICPPNamespaceScope
A namespace scope is either a block-scope or a namespace-scope or global scope.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IScope |
|---|
IScope.ScopeLookupData |
| Field Summary | |
|---|---|
static ICPPNamespaceScope[] |
EMPTY_NAMESPACE_SCOPE_ARRAY
|
| Method Summary | |
|---|---|
void |
addUsingDirective(ICPPUsingDirective usingDirective)
Add a directive that nominates another namespace to this scope. |
ICPPNamespaceScope[] |
getInlineNamespaces()
Returns the inline namespaces that are members of this scope. |
ICPPUsingDirective[] |
getUsingDirectives()
Get the using directives that have been added to this scope to nominate other namespaces during lookup. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IScope |
|---|
find, getBinding, getBinding, getBindings, getBindings, getBindings, getKind, getParent, getScopeName |
| Field Detail |
|---|
static final ICPPNamespaceScope[] EMPTY_NAMESPACE_SCOPE_ARRAY
| Method Detail |
|---|
void addUsingDirective(ICPPUsingDirective usingDirective)
ICPPUsingDirective[] getUsingDirectives()
ICPPNamespaceScope[] getInlineNamespaces()
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||