|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IASTAttribute | |
---|---|
org.eclipse.cdt.core.dom.ast |
Uses of IASTAttribute in org.eclipse.cdt.core.dom.ast |
---|
Fields in org.eclipse.cdt.core.dom.ast declared as IASTAttribute | |
---|---|
static IASTAttribute[] |
IASTAttribute.EMPTY_ATTRIBUTE_ARRAY
|
Methods in org.eclipse.cdt.core.dom.ast that return IASTAttribute | |
---|---|
IASTAttribute |
IASTAttribute.copy()
|
IASTAttribute |
IASTAttribute.copy(IASTNode.CopyStyle style)
|
IASTAttribute[] |
IASTAttributeOwner.getAttributes()
Returns the array of attributes. |
IASTAttribute |
INodeFactory.newAttribute(char[] name,
IASTToken argumentClause)
|
Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTAttribute | |
---|---|
void |
IASTAttributeOwner.addAttribute(IASTAttribute attribute)
Adds an attribute to the node. |
int |
ASTVisitor.leave(IASTAttribute attribute)
|
int |
ASTVisitor.visit(IASTAttribute attribute)
|
|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |