Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast |
Modifier and Type | Method and Description |
---|---|
IBasicType.Kind |
IBasicType.getKind()
This returns the kind of basic type you are looking at.
|
static IBasicType.Kind |
IBasicType.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IBasicType.Kind[] |
IBasicType.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IASTSimpleDeclSpecifier.setType(IBasicType.Kind kind)
Not allowed on frozen ast.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.