Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPBlockScope |
Modifier and Type | Field and Description |
---|---|
static ICPPNamespaceScope[] |
ICPPNamespaceScope.EMPTY_NAMESPACE_SCOPE_ARRAY |
Modifier and Type | Method and Description |
---|---|
ICPPNamespaceScope[] |
ICPPNamespaceScope.getInlineNamespaces()
Returns the inline namespaces that are members of this scope.
|
ICPPNamespaceScope |
ICPPNamespace.getNamespaceScope()
Returns the scope object associated with this namespace
|
ICPPNamespaceScope |
ICPPUsingDirective.getNominatedScope()
Returns the scope of the namespace that is nominated by this
directive, or
null if it cannot be determined. |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.