Eclipse CDT
Pre-release 3.0

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

Packages that use IMacroFileEntry
org.eclipse.cdt.core.model   
 

Uses of IMacroFileEntry in org.eclipse.cdt.core.model
 

Methods in org.eclipse.cdt.core.model that return IMacroFileEntry
static IMacroFileEntry[] CoreModel.getMacroFileEntries(IPath path)
          This method returns the macro file entries associated with a translation unit if the path does not refer to a valid translation unit an empty array is return.
static IMacroFileEntry CoreModel.newMacroFileEntry(IPath resourcePath, IPath macroFile)
          Creates an entry kind CDT_MACRO_FILE
static IMacroFileEntry CoreModel.newMacroFileEntry(IPath resourcePath, IPath basePath, IPath baseRef, IPath macroFilePath, IPath[] exclusionPatterns, boolean isExported)
          Creates and returns an entry kind CDT_MACRO_FILE
 


Eclipse CDT
Pre-release 3.0

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