|
Eclipse CDT Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addUsingDirective(IASTNode directive)
Add an IASTNode that nominates another namespace to this scope Most commonly, ICPPASTUsingDirectives, but in the case of unnamed namespaces, it could be an ICPPASTNamespaceDefinition |
IASTNode[] |
getUsingDirectives()
Get the IASTNodes that have been added to this scope to nominate other namespaces during lookup. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IScope |
addBinding, addName, find, flushCache, getBinding, getParent, getPhysicalNode, getScopeName, isFullyCached, removeBinding, setFullyCached |
Method Detail |
public void addUsingDirective(IASTNode directive) throws DOMException
directive
-
DOMException
public IASTNode[] getUsingDirectives() throws DOMException
DOMException
|
Eclipse CDT Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |