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 | Interface and Description |
---|---|
interface |
IASTCompositeTypeSpecifier
A composite type specifier represents a composite structure (contains declarations).
|
interface |
IASTTranslationUnit
The translation unit represents a compilable unit of source.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICASTCompositeTypeSpecifier
Structs and Unions in C can be qualified w/restrict keyword.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPASTCompositeTypeSpecifier |
interface |
ICPPASTLinkageSpecification
This interface represents a linkage specification. e.g. extern "C" { ... }
|
interface |
ICPPASTNamespaceDefinition
This interface represents a namespace definition in C++.
|
interface |
ICPPASTTranslationUnit |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.