public interface ICPPUsingDirective
| Modifier and Type | Field and Description |
|---|---|
static ICPPUsingDirective[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
IScope |
getContainingScope()
Returns the scope containing this directive.
|
ICPPNamespaceScope |
getNominatedScope()
Returns the scope of the namespace that is nominated by this
directive, or
null if it cannot be determined. |
int |
getPointOfDeclaration()
Returns the point of declaration as global offset (
ASTNode.getOffset()). |
static final ICPPUsingDirective[] EMPTY_ARRAY
ICPPNamespaceScope getNominatedScope() throws DOMException
null if it cannot be determined.DOMExceptionint getPointOfDeclaration()
ASTNode.getOffset()).IScope getContainingScope()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.