|
Eclipse CDT 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IIncludeEntry | |
|---|---|
| org.eclipse.cdt.core.model | |
| Uses of IIncludeEntry in org.eclipse.cdt.core.model |
|---|
| Methods in org.eclipse.cdt.core.model that return IIncludeEntry | |
|---|---|
static IIncludeEntry[] |
CoreModel.getIncludeEntries(IPath path)
This method returns the include entries associated with a translation unit if the path does not refer to a valid translation unit an empty array is return. |
IIncludeEntry |
IIncludeReference.getIncludeEntry()
Returns the pathEntry |
static IIncludeEntry |
CoreModel.newIncludeEntry(IPath resourcePath,
IPath basePath,
IPath includePath)
Creates and returns a new entry of kind CDT_INCLUDE |
static IIncludeEntry |
CoreModel.newIncludeEntry(IPath resourcePath,
IPath basePath,
IPath includePath,
boolean isSystemInclude)
* Creates and returns a new entry of kind CDT_INCLUDE |
static IIncludeEntry |
CoreModel.newIncludeEntry(IPath resourcePath,
IPath basePath,
IPath includePath,
boolean isSystemInclude,
IPath[] exclusionPatterns)
Creates and returns a new entry of kind CDT_INCLUDE |
static IIncludeEntry |
CoreModel.newIncludeEntry(IPath resourcePath,
IPath basePath,
IPath includePath,
boolean isSystemInclude,
IPath[] exclusionPatterns,
boolean isExported)
Creates and returns a new entry of kind CDT_INCLUDE |
static IIncludeEntry |
CoreModel.newIncludeRefEntry(IPath resourcePath,
IPath baseRef,
IPath includePath)
Creates and returns a new entry of kind CDT_INCLUDE |
|
Eclipse CDT 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||