Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast |
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()
Get any alignment-specifiers in this decl-specifier sequence.
|
IASTAlignmentSpecifier |
INodeFactory.newAlignmentSpecifier(IASTExpression expression) |
IASTAlignmentSpecifier |
INodeFactory.newAlignmentSpecifier(IASTTypeId typeId) |
Modifier and Type | Method and Description |
---|---|
void |
IASTDeclSpecifier.setAlignmentSpecifiers(IASTAlignmentSpecifier[] alignmentSpecifiers)
Not allowed on frozen ast.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.