Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast |
Modifier and Type | Interface and Description |
---|---|
interface |
IASTPreprocessorFunctionStyleMacroDefinition
This interface represent a preprocessor function-style macro definition. e.g.
|
interface |
IASTPreprocessorObjectStyleMacroDefinition
This interface represents an object-style macro definition. e.g.
|
Modifier and Type | Method and Description |
---|---|
IASTPreprocessorMacroDefinition[] |
IASTTranslationUnit.getBuiltinMacroDefinitions()
Returns built-in macro definitions used when parsing this translation unit.
|
IASTPreprocessorMacroDefinition |
IASTPreprocessorMacroExpansion.getMacroDefinition()
Returns the macro definition used for the expansion.
|
IASTPreprocessorMacroDefinition |
IASTMacroExpansion.getMacroDefinition()
Deprecated.
The macro definition used for the expansion
|
IASTPreprocessorMacroDefinition[] |
IASTTranslationUnit.getMacroDefinitions()
Returns the macro definitions encountered in parsing this translation unit.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.