| Package | Description |
|---|---|
| org.eclipse.cdt.core.dom.ast | |
| org.eclipse.cdt.core.dom.ast.gnu |
| Modifier and Type | Field and Description |
|---|---|
static IASTAttributeSpecifier[] |
IASTAttributeSpecifier.EMPTY_ATTRIBUTE_SPECIFIER_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
IASTAttributeSpecifier |
IASTAttributeSpecifier.copy() |
IASTAttributeSpecifier |
IASTAttributeSpecifier.copy(IASTNode.CopyStyle style) |
IASTAttributeSpecifier[] |
IASTAttributeOwner.getAttributeSpecifiers()
Returns an array of all the node's attribute specifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IASTAttributeOwner.addAttributeSpecifier(IASTAttributeSpecifier attributeSpecifier)
Adds an attribute specifier to the node.
|
int |
ASTVisitor.leave(IASTAttributeSpecifier specifier) |
int |
ASTVisitor.visit(IASTAttributeSpecifier specifier) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGCCASTAttributeSpecifier
Represents a GCC attribute specifier, introduced by __attribute__.
|
| Modifier and Type | Field and Description |
|---|---|
static org.eclipse.cdt.core.parser.util.InstanceOfPredicate<IASTAttributeSpecifier> |
IGCCASTAttributeSpecifier.TYPE_FILTER |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.