|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICPPUsingDirective
Interface to model using directives. Needed to bridge between directives found in the AST and the ones found in the index.
Field Summary | |
---|---|
static ICPPUsingDirective[] |
EMPTY_ARRAY
|
Method Summary | |
---|---|
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() ). |
Field Detail |
---|
static final ICPPUsingDirective[] EMPTY_ARRAY
Method Detail |
---|
ICPPNamespaceScope getNominatedScope() throws DOMException
null
if it cannot be determined.
DOMException
int getPointOfDeclaration()
ASTNode.getOffset()
).
IScope getContainingScope()
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |