org.objectweb.asm
public interface Opcodes
Field Summary | |
---|---|
int | AALOAD |
int | AASTORE |
int | ACC_ABSTRACT |
int | ACC_ANNOTATION |
int | ACC_BRIDGE |
int | ACC_DEPRECATED |
int | ACC_ENUM |
int | ACC_FINAL |
int | ACC_INTERFACE |
int | ACC_NATIVE |
int | ACC_PRIVATE |
int | ACC_PROTECTED |
int | ACC_PUBLIC |
int | ACC_STATIC |
int | ACC_STRICT |
int | ACC_SUPER |
int | ACC_SYNCHRONIZED |
int | ACC_SYNTHETIC |
int | ACC_TRANSIENT |
int | ACC_VARARGS |
int | ACC_VOLATILE |
int | ACONST_NULL |
int | ALOAD |
int | ANEWARRAY |
int | ARETURN |
int | ARRAYLENGTH |
int | ASTORE |
int | ATHROW |
int | BALOAD |
int | BASTORE |
int | BIPUSH |
int | CALOAD |
int | CASTORE |
int | CHECKCAST |
int | D2F |
int | D2I |
int | D2L |
int | DADD |
int | DALOAD |
int | DASTORE |
int | DCMPG |
int | DCMPL |
int | DCONST_0 |
int | DCONST_1 |
int | DDIV |
int | DLOAD |
int | DMUL |
int | DNEG |
Integer | DOUBLE |
int | DREM |
int | DRETURN |
int | DSTORE |
int | DSUB |
int | DUP |
int | DUP2 |
int | DUP2_X1 |
int | DUP2_X2 |
int | DUP_X1 |
int | DUP_X2 |
int | F2D |
int | F2I |
int | F2L |
int | FADD |
int | FALOAD |
int | FASTORE |
int | FCMPG |
int | FCMPL |
int | FCONST_0 |
int | FCONST_1 |
int | FCONST_2 |
int | FDIV |
int | FLOAD |
Integer | FLOAT |
int | FMUL |
int | FNEG |
int | FREM |
int | FRETURN |
int | FSTORE |
int | FSUB |
int | F_APPEND
Represents a compressed frame where locals are the same as the locals in
the previous frame, except that additional 1-3 locals are defined, and
with an empty stack. |
int | F_CHOP
Represents a compressed frame where locals are the same as the locals in
the previous frame, except that the last 1-3 locals are absent and with
an empty stack. |
int | F_FULL
Represents a compressed frame with complete frame data. |
int | F_NEW
Represents an expanded frame. |
int | F_SAME
Represents a compressed frame with exactly the same locals as the
previous frame and with an empty stack. |
int | F_SAME1
Represents a compressed frame with exactly the same locals as the
previous frame and with a single value on the stack. |
int | GETFIELD |
int | GETSTATIC |
int | GOTO |
int | I2B |
int | I2C |
int | I2D |
int | I2F |
int | I2L |
int | I2S |
int | IADD |
int | IALOAD |
int | IAND |
int | IASTORE |
int | ICONST_0 |
int | ICONST_1 |
int | ICONST_2 |
int | ICONST_3 |
int | ICONST_4 |
int | ICONST_5 |
int | ICONST_M1 |
int | IDIV |
int | IFEQ |
int | IFGE |
int | IFGT |
int | IFLE |
int | IFLT |
int | IFNE |
int | IFNONNULL |
int | IFNULL |
int | IF_ACMPEQ |
int | IF_ACMPNE |
int | IF_ICMPEQ |
int | IF_ICMPGE |
int | IF_ICMPGT |
int | IF_ICMPLE |
int | IF_ICMPLT |
int | IF_ICMPNE |
int | IINC |
int | ILOAD |
int | IMUL |
int | INEG |
int | INSTANCEOF |
Integer | INTEGER |
int | INVOKEDYNAMIC |
String | INVOKEDYNAMIC_OWNER
Represents a owner of an invokedynamic call. |
int | INVOKEINTERFACE |
int | INVOKESPECIAL |
int | INVOKESTATIC |
int | INVOKEVIRTUAL |
int | IOR |
int | IREM |
int | IRETURN |
int | ISHL |
int | ISHR |
int | ISTORE |
int | ISUB |
int | IUSHR |
int | IXOR |
int | JSR |
int | L2D |
int | L2F |
int | L2I |
int | LADD |
int | LALOAD |
int | LAND |
int | LASTORE |
int | LCMP |
int | LCONST_0 |
int | LCONST_1 |
int | LDC |
int | LDIV |
int | LLOAD |
int | LMUL |
int | LNEG |
Integer | LONG |
int | LOOKUPSWITCH |
int | LOR |
int | LREM |
int | LRETURN |
int | LSHL |
int | LSHR |
int | LSTORE |
int | LSUB |
int | LUSHR |
int | LXOR |
int | MONITORENTER |
int | MONITOREXIT |
int | MULTIANEWARRAY |
int | NEW |
int | NEWARRAY |
int | NOP |
Integer | NULL |
int | POP |
int | POP2 |
int | PUTFIELD |
int | PUTSTATIC |
int | RET |
int | RETURN |
int | SALOAD |
int | SASTORE |
int | SIPUSH |
int | SWAP |
int | TABLESWITCH |
Integer | TOP |
int | T_BOOLEAN |
int | T_BYTE |
int | T_CHAR |
int | T_DOUBLE |
int | T_FLOAT |
int | T_INT |
int | T_LONG |
int | T_SHORT |
Integer | UNINITIALIZED_THIS |
int | V1_1 |
int | V1_2 |
int | V1_3 |
int | V1_4 |
int | V1_5 |
int | V1_6 |
int | V1_7 |