Package | Description |
---|---|
org.eclipse.cdt.core.model |
Modifier and Type | Method and Description |
---|---|
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,
java.lang.String macroName,
java.lang.String macroValue)
Creates and returns an entry kind
CDT_MACRO |
static IMacroEntry |
CoreModel.newMacroEntry(IPath resourcePath,
java.lang.String macroName,
java.lang.String macroValue,
IPath[] exclusionPatterns)
Creates and returns an entry kind
CDT_MACRO |
static IMacroEntry |
CoreModel.newMacroEntry(IPath resourcePath,
java.lang.String macroName,
java.lang.String macroValue,
IPath[] exclusionPatterns,
boolean isExported)
Creates and returns an entry kind
CDT_MACRO |
static IMacroEntry |
CoreModel.newMacroRefEntry(IPath resourcePath,
IPath baseRef,
java.lang.String macroName)
Creates and returns an entry kind
CDT_MACRO |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.