|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMacroEntry | |
---|---|
org.eclipse.cdt.core.model |
Uses of IMacroEntry in org.eclipse.cdt.core.model |
---|
Methods in org.eclipse.cdt.core.model that return IMacroEntry | |
---|---|
static IMacroEntry[] |
CoreModel.getMacroEntries(IPath path)
This method returns the macro entries associated with a translation unit if the path does not refer to a valid translation unit an empty array is return. |
static IMacroEntry |
CoreModel.newMacroEntry(IPath resourcePath,
String macroName,
String macroValue)
Creates and returns an entry kind CDT_MACRO |
static IMacroEntry |
CoreModel.newMacroEntry(IPath resourcePath,
String macroName,
String macroValue,
IPath[] exclusionPatterns)
Creates and returns an entry kind CDT_MACRO |
static IMacroEntry |
CoreModel.newMacroEntry(IPath resourcePath,
String macroName,
String macroValue,
IPath[] exclusionPatterns,
boolean isExported)
Creates and returns an entry kind CDT_MACRO |
static IMacroEntry |
CoreModel.newMacroRefEntry(IPath resourcePath,
IPath baseRef,
String macroName)
Creates and returns an entry kind CDT_MACRO |
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |