|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IASTPreprocessorIncludeStatement
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.IASTPreprocessorStatement |
|---|
MACRO_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, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
| Field Detail |
|---|
static final ASTNodeProperty INCLUDE_NAME
INCLUDE_NAME describes the relationship between an include directive and
it's name.
| Method Detail |
|---|
String getPath()
isResolved() returns true.
IASTName getName()
boolean isSystemInclude()
boolean isActive()
boolean isResolved()
|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||