Package | Description |
---|---|
org.eclipse.cdt.core.model |
Modifier and Type | Method and Description |
---|---|
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 |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.