| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.type.RoutineIOSlot.TransformationRule | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RoutineIOSlot.TransformationRule | ENDIAN_DEPENDENT | Indicate that the order of values must be changed in Big Endian (default is LITTLE_ENDIAN) | |||||||||
| RoutineIOSlot.TransformationRule | NONE | The order of parameters does not depend on endianness | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static RoutineIOSlot.TransformationRule | valueOf(String name) | ||||||||||
| final static TransformationRule[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Indicate that the order of values must be changed in Big Endian (default is LITTLE_ENDIAN)
The order of parameters does not depend on endianness