public interface IASTAttributeList extends IASTAttributeSpecifier
IASTNode.CopyStyle
ATTRIBUTE, EMPTY_ATTRIBUTE_SPECIFIER_ARRAY
EMPTY_NODE_ARRAY
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(IASTAttribute attribute)
Adds an attribute to the list.
|
IASTAttribute[] |
getAttributes()
Returns the attributes in the list.
|
copy, copy
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent
IASTAttribute[] getAttributes()
getAttributes
in interface IASTAttributeSpecifier
void addAttribute(IASTAttribute attribute)
addAttribute
in interface IASTAttributeSpecifier
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.