public interface OpcodeInfo
Modifier and Type | Field and Description |
---|---|
static int |
BRANCH |
static int |
BRANCH_W |
static int |
CONST_I1 |
static int |
CONST_I2 |
static int |
CONST_INDEX_2U2 |
static int |
CONST_INDEX_U1 |
static int |
CONST_INDEX_U2 |
static int |
CONST_U1 |
static int |
FIELD |
static int |
IGNORE |
static byte[] |
LOCAL_ARGS_IMPLIED
The implicit local argument.
|
static int |
LOCAL_NUMBER |
static int |
METHOD |
static byte |
NA
Not applicable.
|
static int[][] |
OPERAND_INTERPRETATION
How the byte code operands are to be interpreted.
|
static int |
PRIM_TYPE |
static int |
TYPE |
static final byte NA
static final int CONST_U1
static final int CONST_I1
static final int CONST_I2
static final int CONST_INDEX_U1
static final int CONST_INDEX_U2
static final int CONST_INDEX_2U2
static final int LOCAL_NUMBER
static final int BRANCH
static final int BRANCH_W
static final int FIELD
static final int METHOD
static final int IGNORE
static final int TYPE
static final int PRIM_TYPE
static final int[][] OPERAND_INTERPRETATION
static final byte[] LOCAL_ARGS_IMPLIED
Copyright ? 2000-2003 Clarity Systems Group, LLC. All Rights Reserved.