站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

ByteCodes (Classfile Reader) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.classfile/1 1.19

org.netbeans.modules.classfile
Interface ByteCodes


public interface ByteCodes

Constant definitions for the bytecodes defined in the Java Virtual Machine specification, Chapter 10.


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

Field Detail

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

org.netbeans.modules.classfile/1 1.19

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.