com.claritysys.jvm.disassembler
Interface OpcodeInfo


public interface OpcodeInfo


Field Summary
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
           
 

Field Detail

NA

static final byte NA
Not applicable.

See Also:
Constant Field Values

CONST_U1

static final int CONST_U1
See Also:
Constant Field Values

CONST_I1

static final int CONST_I1
See Also:
Constant Field Values

CONST_I2

static final int CONST_I2
See Also:
Constant Field Values

CONST_INDEX_U1

static final int CONST_INDEX_U1
See Also:
Constant Field Values

CONST_INDEX_U2

static final int CONST_INDEX_U2
See Also:
Constant Field Values

CONST_INDEX_2U2

static final int CONST_INDEX_2U2
See Also:
Constant Field Values

LOCAL_NUMBER

static final int LOCAL_NUMBER
See Also:
Constant Field Values

BRANCH

static final int BRANCH
See Also:
Constant Field Values

BRANCH_W

static final int BRANCH_W
See Also:
Constant Field Values

FIELD

static final int FIELD
See Also:
Constant Field Values

METHOD

static final int METHOD
See Also:
Constant Field Values

IGNORE

static final int IGNORE
See Also:
Constant Field Values

TYPE

static final int TYPE
See Also:
Constant Field Values

PRIM_TYPE

static final int PRIM_TYPE
See Also:
Constant Field Values

OPERAND_INTERPRETATION

static final int[][] OPERAND_INTERPRETATION
How the byte code operands are to be interpreted.


LOCAL_ARGS_IMPLIED

static final byte[] LOCAL_ARGS_IMPLIED
The implicit local argument.



Copyright ? 2000-2003 Clarity Systems Group, LLC. All Rights Reserved.