|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IBasicType.Kind>
org.eclipse.cdt.core.dom.ast.IBasicType.Kind
public static enum IBasicType.Kind
| Enum Constant Summary | |
|---|---|
eBoolean
|
|
eChar
|
|
eChar16
|
|
eChar32
|
|
eDouble
|
|
eFloat
|
|
eFloat128
Experimental constant. |
|
eInt
|
|
eInt128
Experimental constant. |
|
eNullPtr
|
|
eUnspecified
|
|
eVoid
|
|
eWChar
|
|
| Method Summary | |
|---|---|
static IBasicType.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IBasicType.Kind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IBasicType.Kind eUnspecified
public static final IBasicType.Kind eVoid
public static final IBasicType.Kind eChar
public static final IBasicType.Kind eWChar
public static final IBasicType.Kind eInt
public static final IBasicType.Kind eFloat
public static final IBasicType.Kind eDouble
public static final IBasicType.Kind eBoolean
public static final IBasicType.Kind eChar16
public static final IBasicType.Kind eChar32
public static final IBasicType.Kind eNullPtr
public static final IBasicType.Kind eInt128
public static final IBasicType.Kind eFloat128
| Method Detail |
|---|
public static IBasicType.Kind[] values()
for (IBasicType.Kind c : IBasicType.Kind.values()) System.out.println(c);
public static IBasicType.Kind valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||