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