|
Eclipse CDT 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IIncludeFileEntry | |
|---|---|
| org.eclipse.cdt.core.model | |
| Uses of IIncludeFileEntry in org.eclipse.cdt.core.model |
|---|
| Methods in org.eclipse.cdt.core.model that return IIncludeFileEntry | |
|---|---|
static IIncludeFileEntry[] |
CoreModel.getIncludeFileEntries(IPath path)
This method returns the include file entries associated with a translation unit if the path does not refer to a valid translation unit an empty array is return. |
static IIncludeFileEntry |
CoreModel.newIncludeFileEntry(IPath resourcePath,
IPath includeFile)
Creates a new entry of kind CDT_INCLUDE_FILE |
static IIncludeFileEntry |
CoreModel.newIncludeFileEntry(IPath resourcePath,
IPath baseRef,
IPath basePath,
IPath includeFilePath,
IPath[] exclusionPatterns,
boolean isExported)
Creates and returns a new entry of kind CDT_INCLUDE_FILE |
|
Eclipse CDT 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||