org.eclipse.cdt.core.dom.ast
Interface IASTPreprocessorMacroExpansion
- All Superinterfaces:
- IASTNode
public interface IASTPreprocessorMacroExpansion
- extends IASTNode
Models macro expansion found in the source code that is not nested inside another expansion.
- Since:
- 5.0
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, copy, copy, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
EMPTY_ARRAY
static final IASTPreprocessorMacroExpansion[] EMPTY_ARRAY
EXPANSION_NAME
static final ASTNodeProperty EXPANSION_NAME
NESTED_EXPANSION_NAME
static final ASTNodeProperty NESTED_EXPANSION_NAME
getMacroDefinition
IASTPreprocessorMacroDefinition getMacroDefinition()
- Returns the macro definition used for the expansion.
getMacroReference
IASTName getMacroReference()
- Returns the reference to the macro that causes this expansion.
getNestedMacroReferences
IASTName[] getNestedMacroReferences()
- Returns an array of nested macro expansions.
Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.