Modifier and Type | Field and Description |
---|---|
private PrimitiveType.Primitive |
PrimitiveType.primitive |
Modifier and Type | Method and Description |
---|---|
PrimitiveType.Primitive |
PrimitiveType.primitive()
The type of primitive this primitive type represents
|
static PrimitiveType.Primitive |
PrimitiveType.Primitive.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveType.Primitive[] |
PrimitiveType.Primitive.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PrimitiveType(PrimitiveType.Primitive primitive) |
PrimitiveType(PrimitiveType.Primitive primitive,
AnnotationInstance[] annotations) |