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 | Method and Description |
---|---|
IASTNamedTypeSpecifier |
IASTNamedTypeSpecifier.copy() |
IASTNamedTypeSpecifier |
INodeFactory.newTypedefNameSpecifier(IASTName name) |
Modifier and Type | Interface and Description |
---|---|
interface |
ICASTTypedefNameSpecifier
This interface is just as an IASTNamedTypeSpecifier, except that it also
includes the abiliy to use the restrict modifier.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPASTNamedTypeSpecifier
C++ adds the capability of qualifying a named type specifier w/the keyword
typename.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.