Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Field and Description |
---|---|
static IASTAttribute[] |
IASTAttribute.EMPTY_ATTRIBUTE_ARRAY |
Modifier and Type | Method and Description |
---|---|
IASTAttribute |
IASTAttribute.copy() |
IASTAttribute |
IASTAttribute.copy(IASTNode.CopyStyle style) |
IASTAttribute[] |
IASTAttributeSpecifier.getAttributes()
Deprecated.
Use IASTAttributeList.getAttributes() instead.
|
IASTAttribute[] |
IASTAttributeList.getAttributes()
Returns the attributes in the list.
|
IASTAttribute[] |
IASTAttributeOwner.getAttributes()
Returns the array of all attributes.
|
IASTAttribute |
INodeFactory.newAttribute(char[] name,
IASTToken argumentClause) |
Modifier and Type | Method and Description |
---|---|
void |
IASTAttributeSpecifier.addAttribute(IASTAttribute attribute)
Deprecated.
Use IASTAttributeList.addAttribute() instead.
|
void |
IASTAttributeList.addAttribute(IASTAttribute attribute)
Adds an attribute to the list.
|
void |
IASTAttributeOwner.addAttribute(IASTAttribute attribute)
Deprecated.
Ignored. Attributes should not be assigned to nodes directly,
but have to be wrapped by attribute specifiers.
|
int |
ASTVisitor.leave(IASTAttribute attribute) |
int |
ASTVisitor.visit(IASTAttribute attribute) |
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPASTAttribute
Represents a C++11 (ISO/IEC 14882:2011 7.6) attribute.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.