当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
ByteCodes (Classfile Reader) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.classfile
Interface ByteCodes
public interface ByteCodes
Constant definitions for the bytecodes defined in the
Java Virtual Machine specification, Chapter 10.
bc_nop
static final int bc_nop
- See Also:
- Constant Field Values
bc_aconst_null
static final int bc_aconst_null
- See Also:
- Constant Field Values
bc_iconst_m1
static final int bc_iconst_m1
- See Also:
- Constant Field Values
bc_iconst_0
static final int bc_iconst_0
- See Also:
- Constant Field Values
bc_iconst_1
static final int bc_iconst_1
- See Also:
- Constant Field Values
bc_iconst_2
static final int bc_iconst_2
- See Also:
- Constant Field Values
bc_iconst_3
static final int bc_iconst_3
- See Also:
- Constant Field Values
bc_iconst_4
static final int bc_iconst_4
- See Also:
- Constant Field Values
bc_iconst_5
static final int bc_iconst_5
- See Also:
- Constant Field Values
bc_lconst_0
static final int bc_lconst_0
- See Also:
- Constant Field Values
bc_lconst_1
static final int bc_lconst_1
- See Also:
- Constant Field Values
bc_fconst_0
static final int bc_fconst_0
- See Also:
- Constant Field Values
bc_fconst_1
static final int bc_fconst_1
- See Also:
- Constant Field Values
bc_fconst_2
static final int bc_fconst_2
- See Also:
- Constant Field Values
bc_dconst_0
static final int bc_dconst_0
- See Also:
- Constant Field Values
bc_dconst_1
static final int bc_dconst_1
- See Also:
- Constant Field Values
bc_bipush
static final int bc_bipush
- See Also:
- Constant Field Values
bc_sipush
static final int bc_sipush
- See Also:
- Constant Field Values
bc_ldc
static final int bc_ldc
- See Also:
- Constant Field Values
bc_ldc_w
static final int bc_ldc_w
- See Also:
- Constant Field Values
bc_ldc2_w
static final int bc_ldc2_w
- See Also:
- Constant Field Values
bc_iload
static final int bc_iload
- See Also:
- Constant Field Values
bc_lload
static final int bc_lload
- See Also:
- Constant Field Values
bc_fload
static final int bc_fload
- See Also:
- Constant Field Values
bc_dload
static final int bc_dload
- See Also:
- Constant Field Values
bc_aload
static final int bc_aload
- See Also:
- Constant Field Values
bc_iload_0
static final int bc_iload_0
- See Also:
- Constant Field Values
bc_iload_1
static final int bc_iload_1
- See Also:
- Constant Field Values
bc_iload_2
static final int bc_iload_2
- See Also:
- Constant Field Values
bc_iload_3
static final int bc_iload_3
- See Also:
- Constant Field Values
bc_lload_0
static final int bc_lload_0
- See Also:
- Constant Field Values
bc_lload_1
static final int bc_lload_1
- See Also:
- Constant Field Values
bc_lload_2
static final int bc_lload_2
- See Also:
- Constant Field Values
bc_lload_3
static final int bc_lload_3
- See Also:
- Constant Field Values
bc_fload_0
static final int bc_fload_0
- See Also:
- Constant Field Values
bc_fload_1
static final int bc_fload_1
- See Also:
- Constant Field Values
bc_fload_2
static final int bc_fload_2
- See Also:
- Constant Field Values
bc_fload_3
static final int bc_fload_3
- See Also:
- Constant Field Values
bc_dload_0
static final int bc_dload_0
- See Also:
- Constant Field Values
bc_dload_1
static final int bc_dload_1
- See Also:
- Constant Field Values
bc_dload_2
static final int bc_dload_2
- See Also:
- Constant Field Values
bc_dload_3
static final int bc_dload_3
- See Also:
- Constant Field Values
bc_aload_0
static final int bc_aload_0
- See Also:
- Constant Field Values
bc_aload_1
static final int bc_aload_1
- See Also:
- Constant Field Values
bc_aload_2
static final int bc_aload_2
- See Also:
- Constant Field Values
bc_aload_3
static final int bc_aload_3
- See Also:
- Constant Field Values
bc_iaload
static final int bc_iaload
- See Also:
- Constant Field Values
bc_laload
static final int bc_laload
- See Also:
- Constant Field Values
bc_faload
static final int bc_faload
- See Also:
- Constant Field Values
bc_daload
static final int bc_daload
- See Also:
- Constant Field Values
bc_aaload
static final int bc_aaload
- See Also:
- Constant Field Values
bc_baload
static final int bc_baload
- See Also:
- Constant Field Values
bc_caload
static final int bc_caload
- See Also:
- Constant Field Values
bc_saload
static final int bc_saload
- See Also:
- Constant Field Values
bc_istore
static final int bc_istore
- See Also:
- Constant Field Values
bc_lstore
static final int bc_lstore
- See Also:
- Constant Field Values
bc_fstore
static final int bc_fstore
- See Also:
- Constant Field Values
bc_dstore
static final int bc_dstore
- See Also:
- Constant Field Values
bc_astore
static final int bc_astore
- See Also:
- Constant Field Values
bc_istore_0
static final int bc_istore_0
- See Also:
- Constant Field Values
bc_istore_1
static final int bc_istore_1
- See Also:
- Constant Field Values
bc_istore_2
static final int bc_istore_2
- See Also:
- Constant Field Values
bc_istore_3
static final int bc_istore_3
- See Also:
- Constant Field Values
bc_lstore_0
static final int bc_lstore_0
- See Also:
- Constant Field Values
bc_lstore_1
static final int bc_lstore_1
- See Also:
- Constant Field Values
bc_lstore_2
static final int bc_lstore_2
- See Also:
- Constant Field Values
bc_lstore_3
static final int bc_lstore_3
- See Also:
- Constant Field Values
bc_fstore_0
static final int bc_fstore_0
- See Also:
- Constant Field Values
bc_fstore_1
static final int bc_fstore_1
- See Also:
- Constant Field Values
bc_fstore_2
static final int bc_fstore_2
- See Also:
- Constant Field Values
bc_fstore_3
static final int bc_fstore_3
- See Also:
- Constant Field Values
bc_dstore_0
static final int bc_dstore_0
- See Also:
- Constant Field Values
bc_dstore_1
static final int bc_dstore_1
- See Also:
- Constant Field Values
bc_dstore_2
static final int bc_dstore_2
- See Also:
- Constant Field Values
bc_dstore_3
static final int bc_dstore_3
- See Also:
- Constant Field Values
bc_astore_0
static final int bc_astore_0
- See Also:
- Constant Field Values
bc_astore_1
static final int bc_astore_1
- See Also:
- Constant Field Values
bc_astore_2
static final int bc_astore_2
- See Also:
- Constant Field Values
bc_astore_3
static final int bc_astore_3
- See Also:
- Constant Field Values
bc_iastore
static final int bc_iastore
- See Also:
- Constant Field Values
bc_lastore
static final int bc_lastore
- See Also:
- Constant Field Values
bc_fastore
static final int bc_fastore
- See Also:
- Constant Field Values
bc_dastore
static final int bc_dastore
- See Also:
- Constant Field Values
bc_aastore
static final int bc_aastore
- See Also:
- Constant Field Values
bc_bastore
static final int bc_bastore
- See Also:
- Constant Field Values
bc_castore
static final int bc_castore
- See Also:
- Constant Field Values
bc_sastore
static final int bc_sastore
- See Also:
- Constant Field Values
bc_pop
static final int bc_pop
- See Also:
- Constant Field Values
bc_pop2
static final int bc_pop2
- See Also:
- Constant Field Values
bc_dup
static final int bc_dup
- See Also:
- Constant Field Values
bc_dup_x1
static final int bc_dup_x1
- See Also:
- Constant Field Values
bc_dup_x2
static final int bc_dup_x2
- See Also:
- Constant Field Values
bc_dup2
static final int bc_dup2
- See Also:
- Constant Field Values
bc_dup2_x1
static final int bc_dup2_x1
- See Also:
- Constant Field Values
bc_dup2_x2
static final int bc_dup2_x2
- See Also:
- Constant Field Values
bc_swap
static final int bc_swap
- See Also:
- Constant Field Values
bc_iadd
static final int bc_iadd
- See Also:
- Constant Field Values
bc_ladd
static final int bc_ladd
- See Also:
- Constant Field Values
bc_fadd
static final int bc_fadd
- See Also:
- Constant Field Values
bc_dadd
static final int bc_dadd
- See Also:
- Constant Field Values
bc_isub
static final int bc_isub
- See Also:
- Constant Field Values
bc_lsub
static final int bc_lsub
- See Also:
- Constant Field Values
bc_fsub
static final int bc_fsub
- See Also:
- Constant Field Values
bc_dsub
static final int bc_dsub
- See Also:
- Constant Field Values
bc_imul
static final int bc_imul
- See Also:
- Constant Field Values
bc_lmul
static final int bc_lmul
- See Also:
- Constant Field Values
bc_fmul
static final int bc_fmul
- See Also:
- Constant Field Values
bc_dmul
static final int bc_dmul
- See Also:
- Constant Field Values
bc_idiv
static final int bc_idiv
- See Also:
- Constant Field Values
bc_ldiv
static final int bc_ldiv
- See Also:
- Constant Field Values
bc_fdiv
static final int bc_fdiv
- See Also:
- Constant Field Values
bc_ddiv
static final int bc_ddiv
- See Also:
- Constant Field Values
bc_irem
static final int bc_irem
- See Also:
- Constant Field Values
bc_lrem
static final int bc_lrem
- See Also:
- Constant Field Values
bc_frem
static final int bc_frem
- See Also:
- Constant Field Values
bc_drem
static final int bc_drem
- See Also:
- Constant Field Values
bc_ineg
static final int bc_ineg
- See Also:
- Constant Field Values
bc_lneg
static final int bc_lneg
- See Also:
- Constant Field Values
bc_fneg
static final int bc_fneg
- See Also:
- Constant Field Values
bc_dneg
static final int bc_dneg
- See Also:
- Constant Field Values
bc_ishl
static final int bc_ishl
- See Also:
- Constant Field Values
bc_lshl
static final int bc_lshl
- See Also:
- Constant Field Values
bc_ishr
static final int bc_ishr
- See Also:
- Constant Field Values
bc_lshr
static final int bc_lshr
- See Also:
- Constant Field Values
bc_iushr
static final int bc_iushr
- See Also:
- Constant Field Values
bc_lushr
static final int bc_lushr
- See Also:
- Constant Field Values
bc_iand
static final int bc_iand
- See Also:
- Constant Field Values
bc_land
static final int bc_land
- See Also:
- Constant Field Values
bc_ior
static final int bc_ior
- See Also:
- Constant Field Values
bc_lor
static final int bc_lor
- See Also:
- Constant Field Values
bc_ixor
static final int bc_ixor
- See Also:
- Constant Field Values
bc_lxor
static final int bc_lxor
- See Also:
- Constant Field Values
bc_iinc
static final int bc_iinc
- See Also:
- Constant Field Values
bc_i2l
static final int bc_i2l
- See Also:
- Constant Field Values
bc_i2f
static final int bc_i2f
- See Also:
- Constant Field Values
bc_i2d
static final int bc_i2d
- See Also:
- Constant Field Values
bc_l2i
static final int bc_l2i
- See Also:
- Constant Field Values
bc_l2f
static final int bc_l2f
- See Also:
- Constant Field Values
bc_l2d
static final int bc_l2d
- See Also:
- Constant Field Values
bc_f2i
static final int bc_f2i
- See Also:
- Constant Field Values
bc_f2l
static final int bc_f2l
- See Also:
- Constant Field Values
bc_f2d
static final int bc_f2d
- See Also:
- Constant Field Values
bc_d2i
static final int bc_d2i
- See Also:
- Constant Field Values
bc_d2l
static final int bc_d2l
- See Also:
- Constant Field Values
bc_d2f
static final int bc_d2f
- See Also:
- Constant Field Values
bc_i2b
static final int bc_i2b
- See Also:
- Constant Field Values
bc_i2c
static final int bc_i2c
- See Also:
- Constant Field Values
bc_i2s
static final int bc_i2s
- See Also:
- Constant Field Values
bc_lcmp
static final int bc_lcmp
- See Also:
- Constant Field Values
bc_fcmpl
static final int bc_fcmpl
- See Also:
- Constant Field Values
bc_fcmpg
static final int bc_fcmpg
- See Also:
- Constant Field Values
bc_dcmpl
static final int bc_dcmpl
- See Also:
- Constant Field Values
bc_dcmpg
static final int bc_dcmpg
- See Also:
- Constant Field Values
bc_ifeq
static final int bc_ifeq
- See Also:
- Constant Field Values
bc_ifne
static final int bc_ifne
- See Also:
- Constant Field Values
bc_iflt
static final int bc_iflt
- See Also:
- Constant Field Values
bc_ifge
static final int bc_ifge
- See Also:
- Constant Field Values
bc_ifgt
static final int bc_ifgt
- See Also:
- Constant Field Values
bc_ifle
static final int bc_ifle
- See Also:
- Constant Field Values
bc_if_icmpeq
static final int bc_if_icmpeq
- See Also:
- Constant Field Values
bc_if_icmpne
static final int bc_if_icmpne
- See Also:
- Constant Field Values
bc_if_icmplt
static final int bc_if_icmplt
- See Also:
- Constant Field Values
bc_if_icmpge
static final int bc_if_icmpge
- See Also:
- Constant Field Values
bc_if_icmpgt
static final int bc_if_icmpgt
- See Also:
- Constant Field Values
bc_if_icmple
static final int bc_if_icmple
- See Also:
- Constant Field Values
bc_if_acmpeq
static final int bc_if_acmpeq
- See Also:
- Constant Field Values
bc_if_acmpne
static final int bc_if_acmpne
- See Also:
- Constant Field Values
bc_goto
static final int bc_goto
- See Also:
- Constant Field Values
bc_jsr
static final int bc_jsr
- See Also:
- Constant Field Values
bc_ret
static final int bc_ret
- See Also:
- Constant Field Values
bc_tableswitch
static final int bc_tableswitch
- See Also:
- Constant Field Values
bc_lookupswitch
static final int bc_lookupswitch
- See Also:
- Constant Field Values
bc_ireturn
static final int bc_ireturn
- See Also:
- Constant Field Values
bc_lreturn
static final int bc_lreturn
- See Also:
- Constant Field Values
bc_freturn
static final int bc_freturn
- See Also:
- Constant Field Values
bc_dreturn
static final int bc_dreturn
- See Also:
- Constant Field Values
bc_areturn
static final int bc_areturn
- See Also:
- Constant Field Values
bc_return
static final int bc_return
- See Also:
- Constant Field Values
bc_getstatic
static final int bc_getstatic
- See Also:
- Constant Field Values
bc_putstatic
static final int bc_putstatic
- See Also:
- Constant Field Values
bc_getfield
static final int bc_getfield
- See Also:
- Constant Field Values
bc_putfield
static final int bc_putfield
- See Also:
- Constant Field Values
bc_invokevirtual
static final int bc_invokevirtual
- See Also:
- Constant Field Values
bc_invokespecial
static final int bc_invokespecial
- See Also:
- Constant Field Values
bc_invokestatic
static final int bc_invokestatic
- See Also:
- Constant Field Values
bc_invokeinterface
static final int bc_invokeinterface
- See Also:
- Constant Field Values
bc_xxxunusedxxx
static final int bc_xxxunusedxxx
- See Also:
- Constant Field Values
bc_new
static final int bc_new
- See Also:
- Constant Field Values
bc_newarray
static final int bc_newarray
- See Also:
- Constant Field Values
bc_anewarray
static final int bc_anewarray
- See Also:
- Constant Field Values
bc_arraylength
static final int bc_arraylength
- See Also:
- Constant Field Values
bc_athrow
static final int bc_athrow
- See Also:
- Constant Field Values
bc_checkcast
static final int bc_checkcast
- See Also:
- Constant Field Values
bc_instanceof
static final int bc_instanceof
- See Also:
- Constant Field Values
bc_monitorenter
static final int bc_monitorenter
- See Also:
- Constant Field Values
bc_monitorexit
static final int bc_monitorexit
- See Also:
- Constant Field Values
bc_wide
static final int bc_wide
- See Also:
- Constant Field Values
bc_multianewarray
static final int bc_multianewarray
- See Also:
- Constant Field Values
bc_ifnull
static final int bc_ifnull
- See Also:
- Constant Field Values
bc_ifnonnull
static final int bc_ifnonnull
- See Also:
- Constant Field Values
bc_goto_w
static final int bc_goto_w
- See Also:
- Constant Field Values
bc_jsr_w
static final int bc_jsr_w
- See Also:
- Constant Field Values