org.objectweb.asm.xml
Interface ASMContentHandler.OpcodeGroup

Enclosing class:
ASMContentHandler

private static interface ASMContentHandler.OpcodeGroup


Field Summary
static int INSN
           
static int INSN_FIELD
           
static int INSN_IINC
           
static int INSN_INT
           
static int INSN_JUMP
           
static int INSN_LDC
           
static int INSN_METHOD
           
static int INSN_MULTIANEWARRAY
           
static int INSN_TYPE
           
static int INSN_VAR
           
 

Field Detail

INSN

static final int INSN
See Also:
Constant Field Values

INSN_INT

static final int INSN_INT
See Also:
Constant Field Values

INSN_VAR

static final int INSN_VAR
See Also:
Constant Field Values

INSN_TYPE

static final int INSN_TYPE
See Also:
Constant Field Values

INSN_FIELD

static final int INSN_FIELD
See Also:
Constant Field Values

INSN_METHOD

static final int INSN_METHOD
See Also:
Constant Field Values

INSN_JUMP

static final int INSN_JUMP
See Also:
Constant Field Values

INSN_LDC

static final int INSN_LDC
See Also:
Constant Field Values

INSN_IINC

static final int INSN_IINC
See Also:
Constant Field Values

INSN_MULTIANEWARRAY

static final int INSN_MULTIANEWARRAY
See Also:
Constant Field Values