|
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.
Method Summary | |
---|---|
void |
addUsingDirective(ICPPUsingDirective usingDirective)
Add a directive that nominates another namespace to 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, getKind, getParent, getScopeName |
Method Detail |
---|
void addUsingDirective(ICPPUsingDirective usingDirective) throws DOMException
DOMException
ICPPUsingDirective[] getUsingDirectives() throws DOMException
DOMException
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |