|
Eclipse CDT 7.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 |
isResolvedByHeuristics()
Returns whether the inclusion was resolved using a heuristics. |
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, copy, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isFrozen, 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()
isActive
in interface IASTNode
boolean isResolved()
boolean isResolvedByHeuristics()
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |