IASTNode.CopyStyle
Modifier and Type | Field and Description |
---|---|
static IASTPreprocessorMacroExpansion[] |
EMPTY_ARRAY |
static ASTNodeProperty |
EXPANSION_NAME |
static ASTNodeProperty |
NESTED_EXPANSION_NAME |
EMPTY_NODE_ARRAY
Modifier and Type | Method and Description |
---|---|
IASTPreprocessorMacroDefinition |
getMacroDefinition()
Returns the macro definition used for the expansion.
|
IASTName |
getMacroReference()
Returns the reference to the macro that causes this expansion.
|
IASTName[] |
getNestedMacroReferences()
Returns an array of nested macro expansions.
|
accept, contains, copy, copy, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent
static final IASTPreprocessorMacroExpansion[] EMPTY_ARRAY
static final ASTNodeProperty EXPANSION_NAME
static final ASTNodeProperty NESTED_EXPANSION_NAME
IASTPreprocessorMacroDefinition getMacroDefinition()
IASTName getMacroReference()
IASTName[] getNestedMacroReferences()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.