public static class PrimitiveType.Code
extends java.lang.Object
byte BYTE
short SHORT
char CHAR
int INT
long LONG
float FLOAT
double DOUBLE
boolean BOOLEAN
void VOID
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the standard name of the primitive type.
|