| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.type.PrimitiveCategory | |
Primitive type category (encoding).
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PrimitiveCategory | COMPLEX | DO NOT USE. | |||||||||
| PrimitiveCategory | FLOAT | IEEE-754 floating point primitive. | |||||||||
| PrimitiveCategory | INTEGER | Signed 2-complement integer. | |||||||||
| PrimitiveCategory | UNSIGNED | Unsigned integer value, also used for built-in pointer types. | |||||||||
| PrimitiveCategory | VOID | The pseudo-category used by the void (none) type. |
|||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static PrimitiveCategory | valueOf(String name) | ||||||||||
| final static PrimitiveCategory[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
DO NOT USE.
Complex numbers (real+imaginary) primitive.
Unsigned integer value, also used for built-in pointer types.