|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represent a preprocessor #include statement.
Field Summary | |
---|---|
static ASTNodeProperty |
INCLUDE_NAME
INCLUDE_NAME describes the relationship between an include directive and
it's name. |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
EMPTY_NODE_ARRAY |
Method Summary | |
---|---|
IASTName |
getName()
Returns the name of the file as specified in the directive. |
String |
getPath()
Returns the absolute location of the file found through #include. |
boolean |
isActive()
Returns whether this include directive was actually taken. |
boolean |
isResolved()
Returns whether this include file was successfully resolved. |
boolean |
isSystemInclude()
Returns whether this is a system include (one specified with angle brackets). |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
Field Detail |
public static final ASTNodeProperty INCLUDE_NAME
INCLUDE_NAME
describes the relationship between an include directive and
it's name.
Method Detail |
public String getPath()
isResolved()
returns true
.
public IASTName getName()
public boolean isSystemInclude()
public boolean isActive()
public boolean isResolved()
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |