Package EDU.purdue.cs.bloat.editor
Interface Opcode
-
- All Known Implementing Classes:
CodeArray,CodeGenerator,CompactArrayInitializer,CounterDecorate,Instruction,Main,Main,Main,Main,MethodEditor,Peephole,StackOpt,Tree
public interface OpcodeOpcode is an interface containing constants defining the opcodes of instructions and related constants.- opc_XXX are the opcodes.
- opcx_XXX are the opcode classes. These are used externally by Instruction.
- opcNames is an array of opcode names, indexed by the opcode.
- opcSize is an array of the bytecode instruction lengths, indexed by the opcode.
- opcXMap is an array, indexed by the opcode, mapping opcodes to opcode classes.
- See Also:
Instruction
-
-
Field Summary
Fields Modifier and Type Field Description static intopc_aaloadstatic intopc_aastorestatic intopc_aconst_nullstatic intopc_aloadstatic intopc_aload_0static intopc_aload_1static intopc_aload_2static intopc_aload_3static intopc_anewarraystatic intopc_areturnstatic intopc_arraylengthstatic intopc_astorestatic intopc_astore_0static intopc_astore_1static intopc_astore_2static intopc_astore_3static intopc_aswizzlestatic intopc_aswrangestatic intopc_athrowstatic intopc_aupdatestatic intopc_baloadstatic intopc_bastorestatic intopc_bipushstatic intopc_breakpointstatic intopc_caloadstatic intopc_castorestatic intopc_checkcaststatic intopc_d2fstatic intopc_d2istatic intopc_d2lstatic intopc_daddstatic intopc_daloadstatic intopc_dastorestatic intopc_dcmpgstatic intopc_dcmplstatic intopc_dconst_0static intopc_dconst_1static intopc_ddivstatic intopc_dloadstatic intopc_dload_0static intopc_dload_1static intopc_dload_2static intopc_dload_3static intopc_dmulstatic intopc_dnegstatic intopc_dremstatic intopc_dreturnstatic intopc_dstorestatic intopc_dstore_0static intopc_dstore_1static intopc_dstore_2static intopc_dstore_3static intopc_dsubstatic intopc_dupstatic intopc_dup_x1static intopc_dup_x2static intopc_dup2static intopc_dup2_x1static intopc_dup2_x2static intopc_f2dstatic intopc_f2istatic intopc_f2lstatic intopc_faddstatic intopc_faloadstatic intopc_fastorestatic intopc_fcmpgstatic intopc_fcmplstatic intopc_fconst_0static intopc_fconst_1static intopc_fconst_2static intopc_fdivstatic intopc_floadstatic intopc_fload_0static intopc_fload_1static intopc_fload_2static intopc_fload_3static intopc_fmulstatic intopc_fnegstatic intopc_fremstatic intopc_freturnstatic intopc_fstorestatic intopc_fstore_0static intopc_fstore_1static intopc_fstore_2static intopc_fstore_3static intopc_fsubstatic intopc_getfieldstatic intopc_getstaticstatic intopc_gotostatic intopc_goto_wstatic intopc_i2bstatic intopc_i2cstatic intopc_i2dstatic intopc_i2fstatic intopc_i2lstatic intopc_i2sstatic intopc_iaddstatic intopc_ialoadstatic intopc_iandstatic intopc_iastorestatic intopc_iconst_0static intopc_iconst_1static intopc_iconst_2static intopc_iconst_3static intopc_iconst_4static intopc_iconst_5static intopc_iconst_m1static intopc_idivstatic intopc_if_acmpeqstatic intopc_if_acmpnestatic intopc_if_icmpeqstatic intopc_if_icmpgestatic intopc_if_icmpgtstatic intopc_if_icmplestatic intopc_if_icmpltstatic intopc_if_icmpnestatic intopc_ifeqstatic intopc_ifgestatic intopc_ifgtstatic intopc_iflestatic intopc_ifltstatic intopc_ifnestatic intopc_ifnonnullstatic intopc_ifnullstatic intopc_iincstatic intopc_iloadstatic intopc_iload_0static intopc_iload_1static intopc_iload_2static intopc_iload_3static intopc_imulstatic intopc_inegstatic intopc_instanceofstatic intopc_invokeinterfacestatic intopc_invokespecialstatic intopc_invokestaticstatic intopc_invokevirtualstatic intopc_iorstatic intopc_iremstatic intopc_ireturnstatic intopc_ishlstatic intopc_ishrstatic intopc_istorestatic intopc_istore_0static intopc_istore_1static intopc_istore_2static intopc_istore_3static intopc_isubstatic intopc_iushrstatic intopc_ixorstatic intopc_jsrstatic intopc_jsr_wstatic intopc_l2dstatic intopc_l2fstatic intopc_l2istatic intopc_laddstatic intopc_laloadstatic intopc_landstatic intopc_lastorestatic intopc_lcmpstatic intopc_lconst_0static intopc_lconst_1static intopc_ldcstatic intopc_ldc_wstatic intopc_ldc2_wstatic intopc_ldivstatic intopc_lloadstatic intopc_lload_0static intopc_lload_1static intopc_lload_2static intopc_lload_3static intopc_lmulstatic intopc_lnegstatic intopc_lookupswitchstatic intopc_lorstatic intopc_lremstatic intopc_lreturnstatic intopc_lshlstatic intopc_lshrstatic intopc_lstorestatic intopc_lstore_0static intopc_lstore_1static intopc_lstore_2static intopc_lstore_3static intopc_lsubstatic intopc_lushrstatic intopc_lxorstatic intopc_monitorenterstatic intopc_monitorexitstatic intopc_multianewarraystatic intopc_newstatic intopc_newarraystatic intopc_nopstatic intopc_popstatic intopc_pop2static intopc_putfieldstatic intopc_putfield_nowbstatic intopc_putstaticstatic intopc_putstatic_nowbstatic intopc_rcstatic intopc_retstatic intopc_returnstatic intopc_saloadstatic intopc_sastorestatic intopc_sipushstatic intopc_supdatestatic intopc_swapstatic intopc_tableswitchstatic intopc_widestatic intopc_xxxunusedxxxstatic java.lang.String[]opcNamesAn array of opcode names, indexed by the opcode.static byte[]opcSizeAn array of the bytecode instruction lengths, indexed by the opcode.static intopcx_aaloadOpcode class for aaload.static intopcx_aastoreOpcode class for aastore.static intopcx_aloadOpcode class for aload, aload_0, aload_1, aload_2, aload_3.static intopcx_areturnOpcode class for areturn.static intopcx_arraylengthOpcode class for arraylength.static intopcx_astoreOpcode class for astore, astore_0, astore_1, astore_2, astore_3.static intopcx_aswizzleOpcode class for aswizzle.static intopcx_aswrangeOpcode class for aswrange.static intopcx_athrowOpcode class for athrow.static intopcx_aupdateOpcode class for supdate.static intopcx_baloadOpcode class for baload.static intopcx_bastoreOpcode class for bastore.static intopcx_caloadOpcode class for caload.static intopcx_castoreOpcode class for castore.static intopcx_checkcastOpcode class for checkcast.static intopcx_d2fOpcode class for d2f.static intopcx_d2iOpcode class for d2i.static intopcx_d2lOpcode class for d2l.static intopcx_daddOpcode class for dadd.static intopcx_daloadOpcode class for daload.static intopcx_dastoreOpcode class for dastore.static intopcx_dcmpgOpcode class for dcmpg.static intopcx_dcmplOpcode class for dcmpl.static intopcx_ddivOpcode class for ddiv.static intopcx_dloadOpcode class for dload, dload_0, dload_1, dload_2, dload_3.static intopcx_dmulOpcode class for dmul.static intopcx_dnegOpcode class for dneg.static intopcx_dremOpcode class for drem.static intopcx_dreturnOpcode class for dreturn.static intopcx_dstoreOpcode class for dstore, dstore_0, dstore_1, dstore_2, dstore_3.static intopcx_dsubOpcode class for dsub.static intopcx_dupOpcode class for dup.static intopcx_dup_x1Opcode class for dup_x1.static intopcx_dup_x2Opcode class for dup_x2.static intopcx_dup2Opcode class for dup2.static intopcx_dup2_x1Opcode class for dup2_x1.static intopcx_dup2_x2Opcode class for dup2_x2.static intopcx_f2dOpcode class for f2d.static intopcx_f2iOpcode class for f2i.static intopcx_f2lOpcode class for f2l.static intopcx_faddOpcode class for fadd.static intopcx_faloadOpcode class for faload.static intopcx_fastoreOpcode class for fastore.static intopcx_fcmpgOpcode class for fcmpg.static intopcx_fcmplOpcode class for fcmpl.static intopcx_fdivOpcode class for fdiv.static intopcx_floadOpcode class for fload, fload_0, fload_1, fload_2, fload_3.static intopcx_fmulOpcode class for fmul.static intopcx_fnegOpcode class for fneg.static intopcx_fremOpcode class for frem.static intopcx_freturnOpcode class for freturn.static intopcx_fstoreOpcode class for fstore, fstore_0, fstore_1, fstore_2, fstore_3.static intopcx_fsubOpcode class for fsub.static intopcx_getfieldOpcode class for getfield.static intopcx_getstaticOpcode class for getstatic.static intopcx_gotoOpcode class for goto, goto_w.static intopcx_i2bOpcode class for i2b.static intopcx_i2cOpcode class for i2c.static intopcx_i2dOpcode class for i2d.static intopcx_i2fOpcode class for i2f.static intopcx_i2lOpcode class for i2l.static intopcx_i2sOpcode class for i2s.static intopcx_iaddOpcode class for iadd.static intopcx_ialoadOpcode class for iaload.static intopcx_iandOpcode class for iand.static intopcx_iastoreOpcode class for iastore.static intopcx_idivOpcode class for idiv.static intopcx_if_acmpeqOpcode class for if_acmpeq.static intopcx_if_acmpneOpcode class for if_acmpne.static intopcx_if_icmpeqOpcode class for if_icmpeq.static intopcx_if_icmpgeOpcode class for if_icmpge.static intopcx_if_icmpgtOpcode class for if_icmpgt.static intopcx_if_icmpleOpcode class for if_icmple.static intopcx_if_icmpltOpcode class for if_icmplt.static intopcx_if_icmpneOpcode class for if_icmpne.static intopcx_ifeqOpcode class for ifeq.static intopcx_ifgeOpcode class for ifge.static intopcx_ifgtOpcode class for ifgt.static intopcx_ifleOpcode class for ifle.static intopcx_ifltOpcode class for iflt.static intopcx_ifneOpcode class for ifne.static intopcx_ifnonnullOpcode class for ifnonnull.static intopcx_ifnullOpcode class for ifnull.static intopcx_iincOpcode class for iinc.static intopcx_iloadOpcode class for iload, iload_0, iload_1, iload_2, iload_3.static intopcx_imulOpcode class for imul.static intopcx_inegOpcode class for ineg.static intopcx_instanceofOpcode class for instanceof.static intopcx_invokeinterfaceOpcode class for invokeinterface.static intopcx_invokespecialOpcode class for invokespecial.static intopcx_invokestaticOpcode class for invokestatic.static intopcx_invokevirtualOpcode class for invokevirtual.static intopcx_iorOpcode class for ior.static intopcx_iremOpcode class for irem.static intopcx_ireturnOpcode class for ireturn.static intopcx_ishlOpcode class for ishl.static intopcx_ishrOpcode class for ishr.static intopcx_istoreOpcode class for istore, istore_0, istore_1, istore_2, istore_3.static intopcx_isubOpcode class for isub.static intopcx_iushrOpcode class for iushr.static intopcx_ixorOpcode class for ixor.static intopcx_jsrOpcode class for jsr, jsr_w.static intopcx_l2dOpcode class for l2d.static intopcx_l2fOpcode class for l2f.static intopcx_l2iOpcode class for l2i.static intopcx_laddOpcode class for ladd.static intopcx_laloadOpcode class for laload.static intopcx_landOpcode class for land.static intopcx_lastoreOpcode class for lastore.static intopcx_lcmpOpcode class for lcmp.static intopcx_ldcOpcode class for aconst_null, iconst_m1, iconst_0, iconst_1, iconst_2, iconst_3, iconst_4, iconst_5, lconst_0, lconst_1, fconst_0, fconst_1, fconst_2, dconst_0, dconst_1, bipush, sipush, ldc, ldc_w, ldc2_w.static intopcx_ldivOpcode class for ldiv.static intopcx_lloadOpcode class for lload, lload_0, lload_1, lload_2, lload_3.static intopcx_lmulOpcode class for lmul.static intopcx_lnegOpcode class for lneg.static intopcx_lorOpcode class for lor.static intopcx_lremOpcode class for lrem.static intopcx_lreturnOpcode class for lreturn.static intopcx_lshlOpcode class for lshl.static intopcx_lshrOpcode class for lshr.static intopcx_lstoreOpcode class for lstore, lstore_0, lstore_1, lstore_2, lstore_3.static intopcx_lsubOpcode class for lsub.static intopcx_lushrOpcode class for lushr.static intopcx_lxorOpcode class for lxor.static intopcx_monitorenterOpcode class for monitorenter.static intopcx_monitorexitOpcode class for monitorexit.static intopcx_multianewarrayOpcode class for multianewarray.static intopcx_newOpcode class for new.static intopcx_newarrayOpcode class for newarray, anewarray.static intopcx_nopOpcode class for nop, xxxunusedxxx, wide, breakpoint, and opcodes 203-254.static intopcx_popOpcode class for pop.static intopcx_pop2Opcode class for pop2.static intopcx_putfieldOpcode class for putfield.static intopcx_putfield_nowbOpcode class for putfield_nowb.static intopcx_putstaticOpcode class for putstatic.static intopcx_putstatic_nowbOpcode class for putstatic_nowb.static intopcx_rcOpcode class for rc.static intopcx_retOpcode class for ret.static intopcx_returnOpcode class for return.static intopcx_saloadOpcode class for saload.static intopcx_sastoreOpcode class for sastore.static intopcx_supdateOpcode class for supdate.static intopcx_swapOpcode class for swap.static intopcx_switchOpcode class for tableswitch, lookupswitch.static int[]opcXMapAn array, indexed by the opcode, mapping opcodes to opcode classes.static byteVARIABLEVARIABLE represent either variable instruction length or a variable effect on the operand stack, depending on the context.
-
-
-
Field Detail
-
opc_nop
static final int opc_nop
- See Also:
- Constant Field Values
-
opc_aconst_null
static final int opc_aconst_null
- See Also:
- Constant Field Values
-
opc_iconst_m1
static final int opc_iconst_m1
- See Also:
- Constant Field Values
-
opc_iconst_0
static final int opc_iconst_0
- See Also:
- Constant Field Values
-
opc_iconst_1
static final int opc_iconst_1
- See Also:
- Constant Field Values
-
opc_iconst_2
static final int opc_iconst_2
- See Also:
- Constant Field Values
-
opc_iconst_3
static final int opc_iconst_3
- See Also:
- Constant Field Values
-
opc_iconst_4
static final int opc_iconst_4
- See Also:
- Constant Field Values
-
opc_iconst_5
static final int opc_iconst_5
- See Also:
- Constant Field Values
-
opc_lconst_0
static final int opc_lconst_0
- See Also:
- Constant Field Values
-
opc_lconst_1
static final int opc_lconst_1
- See Also:
- Constant Field Values
-
opc_fconst_0
static final int opc_fconst_0
- See Also:
- Constant Field Values
-
opc_fconst_1
static final int opc_fconst_1
- See Also:
- Constant Field Values
-
opc_fconst_2
static final int opc_fconst_2
- See Also:
- Constant Field Values
-
opc_dconst_0
static final int opc_dconst_0
- See Also:
- Constant Field Values
-
opc_dconst_1
static final int opc_dconst_1
- See Also:
- Constant Field Values
-
opc_bipush
static final int opc_bipush
- See Also:
- Constant Field Values
-
opc_sipush
static final int opc_sipush
- See Also:
- Constant Field Values
-
opc_ldc
static final int opc_ldc
- See Also:
- Constant Field Values
-
opc_ldc_w
static final int opc_ldc_w
- See Also:
- Constant Field Values
-
opc_ldc2_w
static final int opc_ldc2_w
- See Also:
- Constant Field Values
-
opc_iload
static final int opc_iload
- See Also:
- Constant Field Values
-
opc_lload
static final int opc_lload
- See Also:
- Constant Field Values
-
opc_fload
static final int opc_fload
- See Also:
- Constant Field Values
-
opc_dload
static final int opc_dload
- See Also:
- Constant Field Values
-
opc_aload
static final int opc_aload
- See Also:
- Constant Field Values
-
opc_iload_0
static final int opc_iload_0
- See Also:
- Constant Field Values
-
opc_iload_1
static final int opc_iload_1
- See Also:
- Constant Field Values
-
opc_iload_2
static final int opc_iload_2
- See Also:
- Constant Field Values
-
opc_iload_3
static final int opc_iload_3
- See Also:
- Constant Field Values
-
opc_lload_0
static final int opc_lload_0
- See Also:
- Constant Field Values
-
opc_lload_1
static final int opc_lload_1
- See Also:
- Constant Field Values
-
opc_lload_2
static final int opc_lload_2
- See Also:
- Constant Field Values
-
opc_lload_3
static final int opc_lload_3
- See Also:
- Constant Field Values
-
opc_fload_0
static final int opc_fload_0
- See Also:
- Constant Field Values
-
opc_fload_1
static final int opc_fload_1
- See Also:
- Constant Field Values
-
opc_fload_2
static final int opc_fload_2
- See Also:
- Constant Field Values
-
opc_fload_3
static final int opc_fload_3
- See Also:
- Constant Field Values
-
opc_dload_0
static final int opc_dload_0
- See Also:
- Constant Field Values
-
opc_dload_1
static final int opc_dload_1
- See Also:
- Constant Field Values
-
opc_dload_2
static final int opc_dload_2
- See Also:
- Constant Field Values
-
opc_dload_3
static final int opc_dload_3
- See Also:
- Constant Field Values
-
opc_aload_0
static final int opc_aload_0
- See Also:
- Constant Field Values
-
opc_aload_1
static final int opc_aload_1
- See Also:
- Constant Field Values
-
opc_aload_2
static final int opc_aload_2
- See Also:
- Constant Field Values
-
opc_aload_3
static final int opc_aload_3
- See Also:
- Constant Field Values
-
opc_iaload
static final int opc_iaload
- See Also:
- Constant Field Values
-
opc_laload
static final int opc_laload
- See Also:
- Constant Field Values
-
opc_faload
static final int opc_faload
- See Also:
- Constant Field Values
-
opc_daload
static final int opc_daload
- See Also:
- Constant Field Values
-
opc_aaload
static final int opc_aaload
- See Also:
- Constant Field Values
-
opc_baload
static final int opc_baload
- See Also:
- Constant Field Values
-
opc_caload
static final int opc_caload
- See Also:
- Constant Field Values
-
opc_saload
static final int opc_saload
- See Also:
- Constant Field Values
-
opc_istore
static final int opc_istore
- See Also:
- Constant Field Values
-
opc_lstore
static final int opc_lstore
- See Also:
- Constant Field Values
-
opc_fstore
static final int opc_fstore
- See Also:
- Constant Field Values
-
opc_dstore
static final int opc_dstore
- See Also:
- Constant Field Values
-
opc_astore
static final int opc_astore
- See Also:
- Constant Field Values
-
opc_istore_0
static final int opc_istore_0
- See Also:
- Constant Field Values
-
opc_istore_1
static final int opc_istore_1
- See Also:
- Constant Field Values
-
opc_istore_2
static final int opc_istore_2
- See Also:
- Constant Field Values
-
opc_istore_3
static final int opc_istore_3
- See Also:
- Constant Field Values
-
opc_lstore_0
static final int opc_lstore_0
- See Also:
- Constant Field Values
-
opc_lstore_1
static final int opc_lstore_1
- See Also:
- Constant Field Values
-
opc_lstore_2
static final int opc_lstore_2
- See Also:
- Constant Field Values
-
opc_lstore_3
static final int opc_lstore_3
- See Also:
- Constant Field Values
-
opc_fstore_0
static final int opc_fstore_0
- See Also:
- Constant Field Values
-
opc_fstore_1
static final int opc_fstore_1
- See Also:
- Constant Field Values
-
opc_fstore_2
static final int opc_fstore_2
- See Also:
- Constant Field Values
-
opc_fstore_3
static final int opc_fstore_3
- See Also:
- Constant Field Values
-
opc_dstore_0
static final int opc_dstore_0
- See Also:
- Constant Field Values
-
opc_dstore_1
static final int opc_dstore_1
- See Also:
- Constant Field Values
-
opc_dstore_2
static final int opc_dstore_2
- See Also:
- Constant Field Values
-
opc_dstore_3
static final int opc_dstore_3
- See Also:
- Constant Field Values
-
opc_astore_0
static final int opc_astore_0
- See Also:
- Constant Field Values
-
opc_astore_1
static final int opc_astore_1
- See Also:
- Constant Field Values
-
opc_astore_2
static final int opc_astore_2
- See Also:
- Constant Field Values
-
opc_astore_3
static final int opc_astore_3
- See Also:
- Constant Field Values
-
opc_iastore
static final int opc_iastore
- See Also:
- Constant Field Values
-
opc_lastore
static final int opc_lastore
- See Also:
- Constant Field Values
-
opc_fastore
static final int opc_fastore
- See Also:
- Constant Field Values
-
opc_dastore
static final int opc_dastore
- See Also:
- Constant Field Values
-
opc_aastore
static final int opc_aastore
- See Also:
- Constant Field Values
-
opc_bastore
static final int opc_bastore
- See Also:
- Constant Field Values
-
opc_castore
static final int opc_castore
- See Also:
- Constant Field Values
-
opc_sastore
static final int opc_sastore
- See Also:
- Constant Field Values
-
opc_pop
static final int opc_pop
- See Also:
- Constant Field Values
-
opc_pop2
static final int opc_pop2
- See Also:
- Constant Field Values
-
opc_dup
static final int opc_dup
- See Also:
- Constant Field Values
-
opc_dup_x1
static final int opc_dup_x1
- See Also:
- Constant Field Values
-
opc_dup_x2
static final int opc_dup_x2
- See Also:
- Constant Field Values
-
opc_dup2
static final int opc_dup2
- See Also:
- Constant Field Values
-
opc_dup2_x1
static final int opc_dup2_x1
- See Also:
- Constant Field Values
-
opc_dup2_x2
static final int opc_dup2_x2
- See Also:
- Constant Field Values
-
opc_swap
static final int opc_swap
- See Also:
- Constant Field Values
-
opc_iadd
static final int opc_iadd
- See Also:
- Constant Field Values
-
opc_ladd
static final int opc_ladd
- See Also:
- Constant Field Values
-
opc_fadd
static final int opc_fadd
- See Also:
- Constant Field Values
-
opc_dadd
static final int opc_dadd
- See Also:
- Constant Field Values
-
opc_isub
static final int opc_isub
- See Also:
- Constant Field Values
-
opc_lsub
static final int opc_lsub
- See Also:
- Constant Field Values
-
opc_fsub
static final int opc_fsub
- See Also:
- Constant Field Values
-
opc_dsub
static final int opc_dsub
- See Also:
- Constant Field Values
-
opc_imul
static final int opc_imul
- See Also:
- Constant Field Values
-
opc_lmul
static final int opc_lmul
- See Also:
- Constant Field Values
-
opc_fmul
static final int opc_fmul
- See Also:
- Constant Field Values
-
opc_dmul
static final int opc_dmul
- See Also:
- Constant Field Values
-
opc_idiv
static final int opc_idiv
- See Also:
- Constant Field Values
-
opc_ldiv
static final int opc_ldiv
- See Also:
- Constant Field Values
-
opc_fdiv
static final int opc_fdiv
- See Also:
- Constant Field Values
-
opc_ddiv
static final int opc_ddiv
- See Also:
- Constant Field Values
-
opc_irem
static final int opc_irem
- See Also:
- Constant Field Values
-
opc_lrem
static final int opc_lrem
- See Also:
- Constant Field Values
-
opc_frem
static final int opc_frem
- See Also:
- Constant Field Values
-
opc_drem
static final int opc_drem
- See Also:
- Constant Field Values
-
opc_ineg
static final int opc_ineg
- See Also:
- Constant Field Values
-
opc_lneg
static final int opc_lneg
- See Also:
- Constant Field Values
-
opc_fneg
static final int opc_fneg
- See Also:
- Constant Field Values
-
opc_dneg
static final int opc_dneg
- See Also:
- Constant Field Values
-
opc_ishl
static final int opc_ishl
- See Also:
- Constant Field Values
-
opc_lshl
static final int opc_lshl
- See Also:
- Constant Field Values
-
opc_ishr
static final int opc_ishr
- See Also:
- Constant Field Values
-
opc_lshr
static final int opc_lshr
- See Also:
- Constant Field Values
-
opc_iushr
static final int opc_iushr
- See Also:
- Constant Field Values
-
opc_lushr
static final int opc_lushr
- See Also:
- Constant Field Values
-
opc_iand
static final int opc_iand
- See Also:
- Constant Field Values
-
opc_land
static final int opc_land
- See Also:
- Constant Field Values
-
opc_ior
static final int opc_ior
- See Also:
- Constant Field Values
-
opc_lor
static final int opc_lor
- See Also:
- Constant Field Values
-
opc_ixor
static final int opc_ixor
- See Also:
- Constant Field Values
-
opc_lxor
static final int opc_lxor
- See Also:
- Constant Field Values
-
opc_iinc
static final int opc_iinc
- See Also:
- Constant Field Values
-
opc_i2l
static final int opc_i2l
- See Also:
- Constant Field Values
-
opc_i2f
static final int opc_i2f
- See Also:
- Constant Field Values
-
opc_i2d
static final int opc_i2d
- See Also:
- Constant Field Values
-
opc_l2i
static final int opc_l2i
- See Also:
- Constant Field Values
-
opc_l2f
static final int opc_l2f
- See Also:
- Constant Field Values
-
opc_l2d
static final int opc_l2d
- See Also:
- Constant Field Values
-
opc_f2i
static final int opc_f2i
- See Also:
- Constant Field Values
-
opc_f2l
static final int opc_f2l
- See Also:
- Constant Field Values
-
opc_f2d
static final int opc_f2d
- See Also:
- Constant Field Values
-
opc_d2i
static final int opc_d2i
- See Also:
- Constant Field Values
-
opc_d2l
static final int opc_d2l
- See Also:
- Constant Field Values
-
opc_d2f
static final int opc_d2f
- See Also:
- Constant Field Values
-
opc_i2b
static final int opc_i2b
- See Also:
- Constant Field Values
-
opc_i2c
static final int opc_i2c
- See Also:
- Constant Field Values
-
opc_i2s
static final int opc_i2s
- See Also:
- Constant Field Values
-
opc_lcmp
static final int opc_lcmp
- See Also:
- Constant Field Values
-
opc_fcmpl
static final int opc_fcmpl
- See Also:
- Constant Field Values
-
opc_fcmpg
static final int opc_fcmpg
- See Also:
- Constant Field Values
-
opc_dcmpl
static final int opc_dcmpl
- See Also:
- Constant Field Values
-
opc_dcmpg
static final int opc_dcmpg
- See Also:
- Constant Field Values
-
opc_ifeq
static final int opc_ifeq
- See Also:
- Constant Field Values
-
opc_ifne
static final int opc_ifne
- See Also:
- Constant Field Values
-
opc_iflt
static final int opc_iflt
- See Also:
- Constant Field Values
-
opc_ifge
static final int opc_ifge
- See Also:
- Constant Field Values
-
opc_ifgt
static final int opc_ifgt
- See Also:
- Constant Field Values
-
opc_ifle
static final int opc_ifle
- See Also:
- Constant Field Values
-
opc_if_icmpeq
static final int opc_if_icmpeq
- See Also:
- Constant Field Values
-
opc_if_icmpne
static final int opc_if_icmpne
- See Also:
- Constant Field Values
-
opc_if_icmplt
static final int opc_if_icmplt
- See Also:
- Constant Field Values
-
opc_if_icmpge
static final int opc_if_icmpge
- See Also:
- Constant Field Values
-
opc_if_icmpgt
static final int opc_if_icmpgt
- See Also:
- Constant Field Values
-
opc_if_icmple
static final int opc_if_icmple
- See Also:
- Constant Field Values
-
opc_if_acmpeq
static final int opc_if_acmpeq
- See Also:
- Constant Field Values
-
opc_if_acmpne
static final int opc_if_acmpne
- See Also:
- Constant Field Values
-
opc_goto
static final int opc_goto
- See Also:
- Constant Field Values
-
opc_jsr
static final int opc_jsr
- See Also:
- Constant Field Values
-
opc_ret
static final int opc_ret
- See Also:
- Constant Field Values
-
opc_tableswitch
static final int opc_tableswitch
- See Also:
- Constant Field Values
-
opc_lookupswitch
static final int opc_lookupswitch
- See Also:
- Constant Field Values
-
opc_ireturn
static final int opc_ireturn
- See Also:
- Constant Field Values
-
opc_lreturn
static final int opc_lreturn
- See Also:
- Constant Field Values
-
opc_freturn
static final int opc_freturn
- See Also:
- Constant Field Values
-
opc_dreturn
static final int opc_dreturn
- See Also:
- Constant Field Values
-
opc_areturn
static final int opc_areturn
- See Also:
- Constant Field Values
-
opc_return
static final int opc_return
- See Also:
- Constant Field Values
-
opc_getstatic
static final int opc_getstatic
- See Also:
- Constant Field Values
-
opc_putstatic
static final int opc_putstatic
- See Also:
- Constant Field Values
-
opc_getfield
static final int opc_getfield
- See Also:
- Constant Field Values
-
opc_putfield
static final int opc_putfield
- See Also:
- Constant Field Values
-
opc_invokevirtual
static final int opc_invokevirtual
- See Also:
- Constant Field Values
-
opc_invokespecial
static final int opc_invokespecial
- See Also:
- Constant Field Values
-
opc_invokestatic
static final int opc_invokestatic
- See Also:
- Constant Field Values
-
opc_invokeinterface
static final int opc_invokeinterface
- See Also:
- Constant Field Values
-
opc_xxxunusedxxx
static final int opc_xxxunusedxxx
- See Also:
- Constant Field Values
-
opc_new
static final int opc_new
- See Also:
- Constant Field Values
-
opc_newarray
static final int opc_newarray
- See Also:
- Constant Field Values
-
opc_anewarray
static final int opc_anewarray
- See Also:
- Constant Field Values
-
opc_arraylength
static final int opc_arraylength
- See Also:
- Constant Field Values
-
opc_athrow
static final int opc_athrow
- See Also:
- Constant Field Values
-
opc_checkcast
static final int opc_checkcast
- See Also:
- Constant Field Values
-
opc_instanceof
static final int opc_instanceof
- See Also:
- Constant Field Values
-
opc_monitorenter
static final int opc_monitorenter
- See Also:
- Constant Field Values
-
opc_monitorexit
static final int opc_monitorexit
- See Also:
- Constant Field Values
-
opc_wide
static final int opc_wide
- See Also:
- Constant Field Values
-
opc_multianewarray
static final int opc_multianewarray
- See Also:
- Constant Field Values
-
opc_ifnull
static final int opc_ifnull
- See Also:
- Constant Field Values
-
opc_ifnonnull
static final int opc_ifnonnull
- See Also:
- Constant Field Values
-
opc_goto_w
static final int opc_goto_w
- See Also:
- Constant Field Values
-
opc_jsr_w
static final int opc_jsr_w
- See Also:
- Constant Field Values
-
opc_breakpoint
static final int opc_breakpoint
- See Also:
- Constant Field Values
-
opc_rc
static final int opc_rc
- See Also:
- Constant Field Values
-
opc_aupdate
static final int opc_aupdate
- See Also:
- Constant Field Values
-
opc_supdate
static final int opc_supdate
- See Also:
- Constant Field Values
-
opc_aswizzle
static final int opc_aswizzle
- See Also:
- Constant Field Values
-
opc_aswrange
static final int opc_aswrange
- See Also:
- Constant Field Values
-
opc_putfield_nowb
static final int opc_putfield_nowb
- See Also:
- Constant Field Values
-
opc_putstatic_nowb
static final int opc_putstatic_nowb
- See Also:
- Constant Field Values
-
opcx_nop
static final int opcx_nop
Opcode class for nop, xxxunusedxxx, wide, breakpoint, and opcodes 203-254.- See Also:
- Constant Field Values
-
opcx_ldc
static final int opcx_ldc
Opcode class for aconst_null, iconst_m1, iconst_0, iconst_1, iconst_2, iconst_3, iconst_4, iconst_5, lconst_0, lconst_1, fconst_0, fconst_1, fconst_2, dconst_0, dconst_1, bipush, sipush, ldc, ldc_w, ldc2_w.- See Also:
- Constant Field Values
-
opcx_iload
static final int opcx_iload
Opcode class for iload, iload_0, iload_1, iload_2, iload_3.- See Also:
- Constant Field Values
-
opcx_lload
static final int opcx_lload
Opcode class for lload, lload_0, lload_1, lload_2, lload_3.- See Also:
- Constant Field Values
-
opcx_fload
static final int opcx_fload
Opcode class for fload, fload_0, fload_1, fload_2, fload_3.- See Also:
- Constant Field Values
-
opcx_dload
static final int opcx_dload
Opcode class for dload, dload_0, dload_1, dload_2, dload_3.- See Also:
- Constant Field Values
-
opcx_aload
static final int opcx_aload
Opcode class for aload, aload_0, aload_1, aload_2, aload_3.- See Also:
- Constant Field Values
-
opcx_iaload
static final int opcx_iaload
Opcode class for iaload.- See Also:
- Constant Field Values
-
opcx_laload
static final int opcx_laload
Opcode class for laload.- See Also:
- Constant Field Values
-
opcx_faload
static final int opcx_faload
Opcode class for faload.- See Also:
- Constant Field Values
-
opcx_daload
static final int opcx_daload
Opcode class for daload.- See Also:
- Constant Field Values
-
opcx_aaload
static final int opcx_aaload
Opcode class for aaload.- See Also:
- Constant Field Values
-
opcx_baload
static final int opcx_baload
Opcode class for baload.- See Also:
- Constant Field Values
-
opcx_caload
static final int opcx_caload
Opcode class for caload.- See Also:
- Constant Field Values
-
opcx_saload
static final int opcx_saload
Opcode class for saload.- See Also:
- Constant Field Values
-
opcx_istore
static final int opcx_istore
Opcode class for istore, istore_0, istore_1, istore_2, istore_3.- See Also:
- Constant Field Values
-
opcx_lstore
static final int opcx_lstore
Opcode class for lstore, lstore_0, lstore_1, lstore_2, lstore_3.- See Also:
- Constant Field Values
-
opcx_fstore
static final int opcx_fstore
Opcode class for fstore, fstore_0, fstore_1, fstore_2, fstore_3.- See Also:
- Constant Field Values
-
opcx_dstore
static final int opcx_dstore
Opcode class for dstore, dstore_0, dstore_1, dstore_2, dstore_3.- See Also:
- Constant Field Values
-
opcx_astore
static final int opcx_astore
Opcode class for astore, astore_0, astore_1, astore_2, astore_3.- See Also:
- Constant Field Values
-
opcx_iastore
static final int opcx_iastore
Opcode class for iastore.- See Also:
- Constant Field Values
-
opcx_lastore
static final int opcx_lastore
Opcode class for lastore.- See Also:
- Constant Field Values
-
opcx_fastore
static final int opcx_fastore
Opcode class for fastore.- See Also:
- Constant Field Values
-
opcx_dastore
static final int opcx_dastore
Opcode class for dastore.- See Also:
- Constant Field Values
-
opcx_aastore
static final int opcx_aastore
Opcode class for aastore.- See Also:
- Constant Field Values
-
opcx_bastore
static final int opcx_bastore
Opcode class for bastore.- See Also:
- Constant Field Values
-
opcx_castore
static final int opcx_castore
Opcode class for castore.- See Also:
- Constant Field Values
-
opcx_sastore
static final int opcx_sastore
Opcode class for sastore.- See Also:
- Constant Field Values
-
opcx_pop
static final int opcx_pop
Opcode class for pop.- See Also:
- Constant Field Values
-
opcx_pop2
static final int opcx_pop2
Opcode class for pop2.- See Also:
- Constant Field Values
-
opcx_dup
static final int opcx_dup
Opcode class for dup.- See Also:
- Constant Field Values
-
opcx_dup_x1
static final int opcx_dup_x1
Opcode class for dup_x1.- See Also:
- Constant Field Values
-
opcx_dup_x2
static final int opcx_dup_x2
Opcode class for dup_x2.- See Also:
- Constant Field Values
-
opcx_dup2
static final int opcx_dup2
Opcode class for dup2.- See Also:
- Constant Field Values
-
opcx_dup2_x1
static final int opcx_dup2_x1
Opcode class for dup2_x1.- See Also:
- Constant Field Values
-
opcx_dup2_x2
static final int opcx_dup2_x2
Opcode class for dup2_x2.- See Also:
- Constant Field Values
-
opcx_swap
static final int opcx_swap
Opcode class for swap.- See Also:
- Constant Field Values
-
opcx_iadd
static final int opcx_iadd
Opcode class for iadd.- See Also:
- Constant Field Values
-
opcx_ladd
static final int opcx_ladd
Opcode class for ladd.- See Also:
- Constant Field Values
-
opcx_fadd
static final int opcx_fadd
Opcode class for fadd.- See Also:
- Constant Field Values
-
opcx_dadd
static final int opcx_dadd
Opcode class for dadd.- See Also:
- Constant Field Values
-
opcx_isub
static final int opcx_isub
Opcode class for isub.- See Also:
- Constant Field Values
-
opcx_lsub
static final int opcx_lsub
Opcode class for lsub.- See Also:
- Constant Field Values
-
opcx_fsub
static final int opcx_fsub
Opcode class for fsub.- See Also:
- Constant Field Values
-
opcx_dsub
static final int opcx_dsub
Opcode class for dsub.- See Also:
- Constant Field Values
-
opcx_imul
static final int opcx_imul
Opcode class for imul.- See Also:
- Constant Field Values
-
opcx_lmul
static final int opcx_lmul
Opcode class for lmul.- See Also:
- Constant Field Values
-
opcx_fmul
static final int opcx_fmul
Opcode class for fmul.- See Also:
- Constant Field Values
-
opcx_dmul
static final int opcx_dmul
Opcode class for dmul.- See Also:
- Constant Field Values
-
opcx_idiv
static final int opcx_idiv
Opcode class for idiv.- See Also:
- Constant Field Values
-
opcx_ldiv
static final int opcx_ldiv
Opcode class for ldiv.- See Also:
- Constant Field Values
-
opcx_fdiv
static final int opcx_fdiv
Opcode class for fdiv.- See Also:
- Constant Field Values
-
opcx_ddiv
static final int opcx_ddiv
Opcode class for ddiv.- See Also:
- Constant Field Values
-
opcx_irem
static final int opcx_irem
Opcode class for irem.- See Also:
- Constant Field Values
-
opcx_lrem
static final int opcx_lrem
Opcode class for lrem.- See Also:
- Constant Field Values
-
opcx_frem
static final int opcx_frem
Opcode class for frem.- See Also:
- Constant Field Values
-
opcx_drem
static final int opcx_drem
Opcode class for drem.- See Also:
- Constant Field Values
-
opcx_ineg
static final int opcx_ineg
Opcode class for ineg.- See Also:
- Constant Field Values
-
opcx_lneg
static final int opcx_lneg
Opcode class for lneg.- See Also:
- Constant Field Values
-
opcx_fneg
static final int opcx_fneg
Opcode class for fneg.- See Also:
- Constant Field Values
-
opcx_dneg
static final int opcx_dneg
Opcode class for dneg.- See Also:
- Constant Field Values
-
opcx_ishl
static final int opcx_ishl
Opcode class for ishl.- See Also:
- Constant Field Values
-
opcx_lshl
static final int opcx_lshl
Opcode class for lshl.- See Also:
- Constant Field Values
-
opcx_ishr
static final int opcx_ishr
Opcode class for ishr.- See Also:
- Constant Field Values
-
opcx_lshr
static final int opcx_lshr
Opcode class for lshr.- See Also:
- Constant Field Values
-
opcx_iushr
static final int opcx_iushr
Opcode class for iushr.- See Also:
- Constant Field Values
-
opcx_lushr
static final int opcx_lushr
Opcode class for lushr.- See Also:
- Constant Field Values
-
opcx_iand
static final int opcx_iand
Opcode class for iand.- See Also:
- Constant Field Values
-
opcx_land
static final int opcx_land
Opcode class for land.- See Also:
- Constant Field Values
-
opcx_ior
static final int opcx_ior
Opcode class for ior.- See Also:
- Constant Field Values
-
opcx_lor
static final int opcx_lor
Opcode class for lor.- See Also:
- Constant Field Values
-
opcx_ixor
static final int opcx_ixor
Opcode class for ixor.- See Also:
- Constant Field Values
-
opcx_lxor
static final int opcx_lxor
Opcode class for lxor.- See Also:
- Constant Field Values
-
opcx_iinc
static final int opcx_iinc
Opcode class for iinc.- See Also:
- Constant Field Values
-
opcx_i2l
static final int opcx_i2l
Opcode class for i2l.- See Also:
- Constant Field Values
-
opcx_i2f
static final int opcx_i2f
Opcode class for i2f.- See Also:
- Constant Field Values
-
opcx_i2d
static final int opcx_i2d
Opcode class for i2d.- See Also:
- Constant Field Values
-
opcx_l2i
static final int opcx_l2i
Opcode class for l2i.- See Also:
- Constant Field Values
-
opcx_l2f
static final int opcx_l2f
Opcode class for l2f.- See Also:
- Constant Field Values
-
opcx_l2d
static final int opcx_l2d
Opcode class for l2d.- See Also:
- Constant Field Values
-
opcx_f2i
static final int opcx_f2i
Opcode class for f2i.- See Also:
- Constant Field Values
-
opcx_f2l
static final int opcx_f2l
Opcode class for f2l.- See Also:
- Constant Field Values
-
opcx_f2d
static final int opcx_f2d
Opcode class for f2d.- See Also:
- Constant Field Values
-
opcx_d2i
static final int opcx_d2i
Opcode class for d2i.- See Also:
- Constant Field Values
-
opcx_d2l
static final int opcx_d2l
Opcode class for d2l.- See Also:
- Constant Field Values
-
opcx_d2f
static final int opcx_d2f
Opcode class for d2f.- See Also:
- Constant Field Values
-
opcx_i2b
static final int opcx_i2b
Opcode class for i2b.- See Also:
- Constant Field Values
-
opcx_i2c
static final int opcx_i2c
Opcode class for i2c.- See Also:
- Constant Field Values
-
opcx_i2s
static final int opcx_i2s
Opcode class for i2s.- See Also:
- Constant Field Values
-
opcx_lcmp
static final int opcx_lcmp
Opcode class for lcmp.- See Also:
- Constant Field Values
-
opcx_fcmpl
static final int opcx_fcmpl
Opcode class for fcmpl.- See Also:
- Constant Field Values
-
opcx_fcmpg
static final int opcx_fcmpg
Opcode class for fcmpg.- See Also:
- Constant Field Values
-
opcx_dcmpl
static final int opcx_dcmpl
Opcode class for dcmpl.- See Also:
- Constant Field Values
-
opcx_dcmpg
static final int opcx_dcmpg
Opcode class for dcmpg.- See Also:
- Constant Field Values
-
opcx_ifeq
static final int opcx_ifeq
Opcode class for ifeq.- See Also:
- Constant Field Values
-
opcx_ifne
static final int opcx_ifne
Opcode class for ifne.- See Also:
- Constant Field Values
-
opcx_iflt
static final int opcx_iflt
Opcode class for iflt.- See Also:
- Constant Field Values
-
opcx_ifge
static final int opcx_ifge
Opcode class for ifge.- See Also:
- Constant Field Values
-
opcx_ifgt
static final int opcx_ifgt
Opcode class for ifgt.- See Also:
- Constant Field Values
-
opcx_ifle
static final int opcx_ifle
Opcode class for ifle.- See Also:
- Constant Field Values
-
opcx_if_icmpeq
static final int opcx_if_icmpeq
Opcode class for if_icmpeq.- See Also:
- Constant Field Values
-
opcx_if_icmpne
static final int opcx_if_icmpne
Opcode class for if_icmpne.- See Also:
- Constant Field Values
-
opcx_if_icmplt
static final int opcx_if_icmplt
Opcode class for if_icmplt.- See Also:
- Constant Field Values
-
opcx_if_icmpge
static final int opcx_if_icmpge
Opcode class for if_icmpge.- See Also:
- Constant Field Values
-
opcx_if_icmpgt
static final int opcx_if_icmpgt
Opcode class for if_icmpgt.- See Also:
- Constant Field Values
-
opcx_if_icmple
static final int opcx_if_icmple
Opcode class for if_icmple.- See Also:
- Constant Field Values
-
opcx_if_acmpeq
static final int opcx_if_acmpeq
Opcode class for if_acmpeq.- See Also:
- Constant Field Values
-
opcx_if_acmpne
static final int opcx_if_acmpne
Opcode class for if_acmpne.- See Also:
- Constant Field Values
-
opcx_goto
static final int opcx_goto
Opcode class for goto, goto_w.- See Also:
- Constant Field Values
-
opcx_jsr
static final int opcx_jsr
Opcode class for jsr, jsr_w.- See Also:
- Constant Field Values
-
opcx_ret
static final int opcx_ret
Opcode class for ret.- See Also:
- Constant Field Values
-
opcx_switch
static final int opcx_switch
Opcode class for tableswitch, lookupswitch.- See Also:
- Constant Field Values
-
opcx_ireturn
static final int opcx_ireturn
Opcode class for ireturn.- See Also:
- Constant Field Values
-
opcx_lreturn
static final int opcx_lreturn
Opcode class for lreturn.- See Also:
- Constant Field Values
-
opcx_freturn
static final int opcx_freturn
Opcode class for freturn.- See Also:
- Constant Field Values
-
opcx_dreturn
static final int opcx_dreturn
Opcode class for dreturn.- See Also:
- Constant Field Values
-
opcx_areturn
static final int opcx_areturn
Opcode class for areturn.- See Also:
- Constant Field Values
-
opcx_return
static final int opcx_return
Opcode class for return.- See Also:
- Constant Field Values
-
opcx_getstatic
static final int opcx_getstatic
Opcode class for getstatic.- See Also:
- Constant Field Values
-
opcx_putstatic
static final int opcx_putstatic
Opcode class for putstatic.- See Also:
- Constant Field Values
-
opcx_getfield
static final int opcx_getfield
Opcode class for getfield.- See Also:
- Constant Field Values
-
opcx_putfield
static final int opcx_putfield
Opcode class for putfield.- See Also:
- Constant Field Values
-
opcx_invokevirtual
static final int opcx_invokevirtual
Opcode class for invokevirtual.- See Also:
- Constant Field Values
-
opcx_invokespecial
static final int opcx_invokespecial
Opcode class for invokespecial.- See Also:
- Constant Field Values
-
opcx_invokestatic
static final int opcx_invokestatic
Opcode class for invokestatic.- See Also:
- Constant Field Values
-
opcx_invokeinterface
static final int opcx_invokeinterface
Opcode class for invokeinterface.- See Also:
- Constant Field Values
-
opcx_new
static final int opcx_new
Opcode class for new.- See Also:
- Constant Field Values
-
opcx_newarray
static final int opcx_newarray
Opcode class for newarray, anewarray.- See Also:
- Constant Field Values
-
opcx_arraylength
static final int opcx_arraylength
Opcode class for arraylength.- See Also:
- Constant Field Values
-
opcx_athrow
static final int opcx_athrow
Opcode class for athrow.- See Also:
- Constant Field Values
-
opcx_checkcast
static final int opcx_checkcast
Opcode class for checkcast.- See Also:
- Constant Field Values
-
opcx_instanceof
static final int opcx_instanceof
Opcode class for instanceof.- See Also:
- Constant Field Values
-
opcx_monitorenter
static final int opcx_monitorenter
Opcode class for monitorenter.- See Also:
- Constant Field Values
-
opcx_monitorexit
static final int opcx_monitorexit
Opcode class for monitorexit.- See Also:
- Constant Field Values
-
opcx_multianewarray
static final int opcx_multianewarray
Opcode class for multianewarray.- See Also:
- Constant Field Values
-
opcx_ifnull
static final int opcx_ifnull
Opcode class for ifnull.- See Also:
- Constant Field Values
-
opcx_ifnonnull
static final int opcx_ifnonnull
Opcode class for ifnonnull.- See Also:
- Constant Field Values
-
opcx_aupdate
static final int opcx_aupdate
Opcode class for supdate.- See Also:
- Constant Field Values
-
opcx_supdate
static final int opcx_supdate
Opcode class for supdate.- See Also:
- Constant Field Values
-
opcx_rc
static final int opcx_rc
Opcode class for rc.- See Also:
- Constant Field Values
-
opcx_aswizzle
static final int opcx_aswizzle
Opcode class for aswizzle.- See Also:
- Constant Field Values
-
opcx_aswrange
static final int opcx_aswrange
Opcode class for aswrange.- See Also:
- Constant Field Values
-
opcx_putfield_nowb
static final int opcx_putfield_nowb
Opcode class for putfield_nowb.- See Also:
- Constant Field Values
-
opcx_putstatic_nowb
static final int opcx_putstatic_nowb
Opcode class for putstatic_nowb.- See Also:
- Constant Field Values
-
opcNames
static final java.lang.String[] opcNames
An array of opcode names, indexed by the opcode.
-
VARIABLE
static final byte VARIABLE
VARIABLE represent either variable instruction length or a variable effect on the operand stack, depending on the context.- See Also:
- Constant Field Values
-
opcSize
static final byte[] opcSize
An array of the bytecode instruction lengths, indexed by the opcode.
-
opcXMap
static final int[] opcXMap
An array, indexed by the opcode, mapping opcodes to opcode classes.
-
-