Eclipse CDT
Pre-release 3.0

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

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
 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
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.
 


Eclipse CDT
Pre-release 3.0

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