| Package | Description |
|---|---|
| org.eclipse.cdt.core.dom.ast | |
| org.eclipse.cdt.core.dom.ast.c | |
| org.eclipse.cdt.core.dom.ast.cpp |
| Modifier and Type | Field and Description |
|---|---|
static IASTAlignmentSpecifier[] |
IASTAlignmentSpecifier.EMPTY_ALIGNMENT_SPECIFIER_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
IASTAlignmentSpecifier |
IASTAlignmentSpecifier.copy() |
IASTAlignmentSpecifier |
IASTAlignmentSpecifier.copy(IASTNode.CopyStyle style) |
IASTAlignmentSpecifier[] |
IASTDeclSpecifier.getAlignmentSpecifiers()
Deprecated.
Use ICASTDeclSpecifier.getAlignmentSpecifiers() for C code.
In C++ code, alignment specifiers are now stored in the attribute specifier sequence.
|
IASTAlignmentSpecifier |
INodeFactory.newAlignmentSpecifier(IASTExpression expression) |
IASTAlignmentSpecifier |
INodeFactory.newAlignmentSpecifier(IASTTypeId typeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
IASTDeclSpecifier.setAlignmentSpecifiers(IASTAlignmentSpecifier[] alignmentSpecifiers)
Deprecated.
Use ICASTDeclSpecifier.setAlignmentSpecifiers() for C code.
In C++ code, alignment specifiers are now stored in the attribute specifier sequence.
|
| Modifier and Type | Method and Description |
|---|---|
IASTAlignmentSpecifier[] |
ICASTDeclSpecifier.getAlignmentSpecifiers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ICASTDeclSpecifier.setAlignmentSpecifiers(IASTAlignmentSpecifier[] alignmentSpecifiers) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICPPASTAlignmentSpecifier
A C++ alignment-specifier.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.