| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.type.RoutineIOSlot.Type | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RoutineIOSlot.Type | REGISTER | An entry located in a register | |||||||||
| RoutineIOSlot.Type | REGISTER_PAIR | Special value for double-slot entries located in a register pairs | |||||||||
| RoutineIOSlot.Type | STACK | An entry located on the stack | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static RoutineIOSlot.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