| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.type.StorageEntry.Type | |
Type of storage requirements (on the stack, in registers, etc.).
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| StorageEntry.Type | MIXED | A mixed storage area if made of (in order): one or more REGISTER entries,
followed by an optional STACK entry. |
|||||||||
| StorageEntry.Type | REGISTER | An single-slot storage entry located in a register | |||||||||
| StorageEntry.Type | REGISTER_PAIR | Special value for double-slot entries located in a register pairs | |||||||||
| StorageEntry.Type | REGISTER_QUAD | Special value for quad-slot entries located in 4 registers | |||||||||
| StorageEntry.Type | STACK | An entry located on the stack; it can be any slot length | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static StorageEntry.Type | valueOf(String name) | ||||||||||
| final static Type[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Special value for double-slot entries located in a register pairs
Special value for quad-slot entries located in 4 registers
An entry located on the stack; it can be any slot length