Package org.eclipse.cdt.core.dom.ast.gnu
Interface IGCCASTAttributeList
-
- All Superinterfaces:
IASTAttributeList
,IASTAttributeSpecifier
,IASTNode
,IGCCASTAttributeSpecifier
public interface IGCCASTAttributeList extends IASTAttributeList, IGCCASTAttributeSpecifier
Represents a GCC attribute specifier, introduced by __attribute__.- Since:
- 6.0
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
IASTNode.CopyStyle
-
-
Field Summary
Fields Modifier and Type Field Description static InstanceOfPredicate<IASTAttributeSpecifier>
TYPE_FILTER
-
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTAttributeSpecifier
ATTRIBUTE, EMPTY_ATTRIBUTE_SPECIFIER_ARRAY
-
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
-
-
Method Summary
-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTAttributeList
addAttribute, getAttributes
-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent
-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.gnu.IGCCASTAttributeSpecifier
copy, copy
-
-
-
-
Field Detail
-
TYPE_FILTER
static final InstanceOfPredicate<IASTAttributeSpecifier> TYPE_FILTER
-
-