public final class OpcodeInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAXIMUM_PACKED_VALUE
The maximum possible "packed value" of a Dalvik opcode.
|
static int |
MAXIMUM_VALUE
The maximum possible value of a Dalvik opcode.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isInvoke(int packedOpcode)
Backwards compatibility stub for obsolete interpreter functionality.
|
public static final int MAXIMUM_VALUE
Note:: This is constant in any given VM incarnation, but it is subject to change over time, so it is not appropriate to represent as a compile-time constant value.
public static final int MAXIMUM_PACKED_VALUE
Note:: This is constant in any given VM incarnation, but it is subject to change over time, so it is not appropriate to represent as a compile-time constant value.