Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.model.IIncludeFileEntry

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
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.