|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInclude
Represents an include declaration in a C translation unit.
Field Summary |
---|
Method Summary | |
---|---|
java.lang.String |
getFullFileName()
|
java.lang.String |
getIncludeName()
Returns the name that of the included file. |
boolean |
isLocal()
The inverse of isStandard() |
boolean |
isResolved()
|
boolean |
isStandard()
Returns whether the included was search on "standard places" like /usr/include first . |
Methods inherited from interface org.eclipse.cdt.core.model.ICElement |
---|
accept, exists, getAncestor, getCModel, getCProject, getElementName, getElementType, getHandleIdentifier, getLocationURI, getParent, getPath, getResource, getUnderlyingResource, isReadOnly, isStructureKnown |
Methods inherited from interface org.eclipse.cdt.core.model.ISourceReference |
---|
getIndex, getSource, getSourceRange, getTranslationUnit, isActive |
Methods inherited from interface org.eclipse.cdt.core.model.ISourceManipulation |
---|
copy, delete, move, rename |
Method Detail |
---|
java.lang.String getIncludeName()
#include <stdio.h>
,
this returns "stdio.h"
.
boolean isStandard()
'<'
.
For example, #include <stdio.h>
returns true
and
#include "foobar.h"
returns false
.
boolean isLocal()
isStandard()
java.lang.String getFullFileName()
boolean isResolved()
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |