Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.c | |
org.eclipse.cdt.core.dom.ast.gnu.c |
Modifier and Type | Interface and Description |
---|---|
interface |
ICASTCompositeTypeSpecifier
Structs and Unions in C can be qualified w/restrict keyword.
|
interface |
ICASTElaboratedTypeSpecifier
C's elaborated type specifier.
|
interface |
ICASTEnumerationSpecifier
C Enumeration decl specifier.
|
interface |
ICASTSimpleDeclSpecifier
This interface represents a built-in type in C.
|
interface |
ICASTTypedefNameSpecifier
This interface is just as an IASTNamedTypeSpecifier, except that it also
includes the abiliy to use the restrict modifier.
|
Modifier and Type | Method and Description |
---|---|
ICASTDeclSpecifier |
ICASTDeclSpecifier.copy() |
Modifier and Type | Interface and Description |
---|---|
interface |
IGCCASTSimpleDeclSpecifier
Deprecated.
Everything can be expressed as
ICASTSimpleDeclSpecifier . |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.