jas
Interface RuntimeConstants

All Known Implementing Classes:
AsciiCP, ClassCP, ClassEnv, DoubleCP, FieldCP, FloatCP, IincInsn, Insn, IntegerCP, InterfaceCP, InvokeinterfaceInsn, Label, LongCP, LookupswitchInsn, MethodCP, MultiarrayInsn, NameTypeCP, StringCP, TableswitchInsn

public interface RuntimeConstants


Field Summary
static int ACC_ABSTRACT
           
static int ACC_ANNOTATION
           
static int ACC_BRIDGE
           
static int ACC_ENUM
           
static int ACC_FINAL
           
static int ACC_INTERFACE
           
static int ACC_NATIVE
           
static int ACC_PRIVATE
           
static int ACC_PROTECTED
           
static int ACC_PUBLIC
           
static int ACC_STATIC
           
static int ACC_STRICT
           
static int ACC_SUPER
           
static int ACC_SYNCHRONIZED
           
static int ACC_SYNTHETIC
           
static int ACC_TRANSIENT
           
static int ACC_VARARGS
           
static int ACC_VOLATILE
           
static int CONSTANT_CLASS
           
static int CONSTANT_DOUBLE
           
static int CONSTANT_FIELD
           
static int CONSTANT_FLOAT
           
static int CONSTANT_INTEGER
           
static int CONSTANT_INTERFACEMETHOD
           
static int CONSTANT_LONG
           
static int CONSTANT_METHOD
           
static int CONSTANT_NAMEANDTYPE
           
static int CONSTANT_STRING
           
static int CONSTANT_UNICODE
           
static int CONSTANT_UTF8
           
static int JAVA_MAGIC
           
static int JAVA_MINOR_VERSION
           
static int JAVA_VERSION
           
static int[] opcLengths
           
static String[] opcNames
           
static int opc_aaload
           
static int opc_aastore
           
static int opc_aconst_null
           
static int opc_aload
           
static int opc_aload_0
           
static int opc_aload_1
           
static int opc_aload_2
           
static int opc_aload_3
           
static int opc_anewarray
           
static int opc_areturn
           
static int opc_arraylength
           
static int opc_astore
           
static int opc_astore_0
           
static int opc_astore_1
           
static int opc_astore_2
           
static int opc_astore_3
           
static int opc_athrow
           
static int opc_baload
           
static int opc_bastore
           
static int opc_bipush
           
static int opc_breakpoint
           
static int opc_caload
           
static int opc_castore
           
static int opc_checkcast
           
static int opc_d2f
           
static int opc_d2i
           
static int opc_d2l
           
static int opc_dadd
           
static int opc_daload
           
static int opc_dastore
           
static int opc_dcmpg
           
static int opc_dcmpl
           
static int opc_dconst_0
           
static int opc_dconst_1
           
static int opc_ddiv
           
static int opc_dead
           
static int opc_dload
           
static int opc_dload_0
           
static int opc_dload_1
           
static int opc_dload_2
           
static int opc_dload_3
           
static int opc_dmul
           
static int opc_dneg
           
static int opc_drem
           
static int opc_dreturn
           
static int opc_dstore
           
static int opc_dstore_0
           
static int opc_dstore_1
           
static int opc_dstore_2
           
static int opc_dstore_3
           
static int opc_dsub
           
static int opc_dup
           
static int opc_dup2
           
static int opc_dup2_x1
           
static int opc_dup2_x2
           
static int opc_dup_x1
           
static int opc_dup_x2
           
static int opc_f2d
           
static int opc_f2i
           
static int opc_f2l
           
static int opc_fadd
           
static int opc_faload
           
static int opc_fastore
           
static int opc_fcmpg
           
static int opc_fcmpl
           
static int opc_fconst_0
           
static int opc_fconst_1
           
static int opc_fconst_2
           
static int opc_fdiv
           
static int opc_fload
           
static int opc_fload_0
           
static int opc_fload_1
           
static int opc_fload_2
           
static int opc_fload_3
           
static int opc_fmul
           
static int opc_fneg
           
static int opc_frem
           
static int opc_freturn
           
static int opc_fstore
           
static int opc_fstore_0
           
static int opc_fstore_1
           
static int opc_fstore_2
           
static int opc_fstore_3
           
static int opc_fsub
           
static int opc_getfield
           
static int opc_getstatic
           
static int opc_goto
           
static int opc_goto_w
           
static int opc_i2b
           
static int opc_i2c
           
static int opc_i2d
           
static int opc_i2f
           
static int opc_i2l
           
static int opc_i2s
           
static int opc_iadd
           
static int opc_iaload
           
static int opc_iand
           
static int opc_iastore
           
static int opc_iconst_0
           
static int opc_iconst_1
           
static int opc_iconst_2
           
static int opc_iconst_3
           
static int opc_iconst_4
           
static int opc_iconst_5
           
static int opc_iconst_m1
           
static int opc_idiv
           
static int opc_ifeq
           
static int opc_ifge
           
static int opc_ifgt
           
static int opc_ifle
           
static int opc_iflt
           
static int opc_ifne
           
static int opc_ifnonnull
           
static int opc_ifnull
           
static int opc_if_acmpeq
           
static int opc_if_acmpne
           
static int opc_if_icmpeq
           
static int opc_if_icmpge
           
static int opc_if_icmpgt
           
static int opc_if_icmple
           
static int opc_if_icmplt
           
static int opc_if_icmpne
           
static int opc_iinc
           
static int opc_iload
           
static int opc_iload_0
           
static int opc_iload_1
           
static int opc_iload_2
           
static int opc_iload_3
           
static int opc_imul
           
static int opc_ineg
           
static int opc_instanceof
           
static int opc_int2byte
           
static int opc_int2char
           
static int opc_int2short
           
static int opc_invokedynamic
           
static int opc_invokeinterface
           
static int opc_invokenonvirtual
           
static int opc_invokespecial
           
static int opc_invokestatic
           
static int opc_invokevirtual
           
static int opc_ior
           
static int opc_irem
           
static int opc_ireturn
           
static int opc_ishl
           
static int opc_ishr
           
static int opc_istore
           
static int opc_istore_0
           
static int opc_istore_1
           
static int opc_istore_2
           
static int opc_istore_3
           
static int opc_isub
           
static int opc_iushr
           
static int opc_ixor
           
static int opc_jsr
           
static int opc_jsr_w
           
static int opc_l2d
           
static int opc_l2f
           
static int opc_l2i
           
static int opc_label
           
static int opc_ladd
           
static int opc_laload
           
static int opc_land
           
static int opc_lastore
           
static int opc_lcmp
           
static int opc_lconst_0
           
static int opc_lconst_1
           
static int opc_ldc
           
static int opc_ldc2_w
           
static int opc_ldc_w
           
static int opc_ldiv
           
static int opc_lload
           
static int opc_lload_0
           
static int opc_lload_1
           
static int opc_lload_2
           
static int opc_lload_3
           
static int opc_lmul
           
static int opc_lneg
           
static int opc_lookupswitch
           
static int opc_lor
           
static int opc_lrem
           
static int opc_lreturn
           
static int opc_lshl
           
static int opc_lshr
           
static int opc_lstore
           
static int opc_lstore_0
           
static int opc_lstore_1
           
static int opc_lstore_2
           
static int opc_lstore_3
           
static int opc_lsub
           
static int opc_lushr
           
static int opc_lxor
           
static int opc_monitorenter
           
static int opc_monitorexit
           
static int opc_multianewarray
           
static int opc_new
           
static int opc_newarray
           
static int opc_nop
           
static int opc_pop
           
static int opc_pop2
           
static int opc_putfield
           
static int opc_putstatic
           
static int opc_ret
           
static int opc_return
           
static int opc_saload
           
static int opc_sastore
           
static int opc_sipush
           
static int opc_swap
           
static int opc_tableswitch
           
static int opc_try
           
static int opc_wide
           
static int T_BOOLEAN
           
static int T_BYTE
           
static int T_CHAR
           
static int T_CLASS
           
static int T_DOUBLE
           
static int T_FLOAT
           
static int T_INT
           
static int T_LONG
           
static int T_SHORT
           
 

Field Detail

JAVA_MAGIC

static final int JAVA_MAGIC
See Also:
Constant Field Values

JAVA_VERSION

static final int JAVA_VERSION
See Also:
Constant Field Values

JAVA_MINOR_VERSION

static final int JAVA_MINOR_VERSION
See Also:
Constant Field Values

CONSTANT_UTF8

static final int CONSTANT_UTF8
See Also:
Constant Field Values

CONSTANT_UNICODE

static final int CONSTANT_UNICODE
See Also:
Constant Field Values

CONSTANT_INTEGER

static final int CONSTANT_INTEGER
See Also:
Constant Field Values

CONSTANT_FLOAT

static final int CONSTANT_FLOAT
See Also:
Constant Field Values

CONSTANT_LONG

static final int CONSTANT_LONG
See Also:
Constant Field Values

CONSTANT_DOUBLE

static final int CONSTANT_DOUBLE
See Also:
Constant Field Values

CONSTANT_CLASS

static final int CONSTANT_CLASS
See Also:
Constant Field Values

CONSTANT_STRING

static final int CONSTANT_STRING
See Also:
Constant Field Values

CONSTANT_FIELD

static final int CONSTANT_FIELD
See Also:
Constant Field Values

CONSTANT_METHOD

static final int CONSTANT_METHOD
See Also:
Constant Field Values

CONSTANT_INTERFACEMETHOD

static final int CONSTANT_INTERFACEMETHOD
See Also:
Constant Field Values

CONSTANT_NAMEANDTYPE

static final int CONSTANT_NAMEANDTYPE
See Also:
Constant Field Values

ACC_PUBLIC

static final int ACC_PUBLIC
See Also:
Constant Field Values

ACC_PRIVATE

static final int ACC_PRIVATE
See Also:
Constant Field Values

ACC_PROTECTED

static final int ACC_PROTECTED
See Also:
Constant Field Values

ACC_STATIC

static final int ACC_STATIC
See Also:
Constant Field Values

ACC_FINAL

static final int ACC_FINAL
See Also:
Constant Field Values

ACC_SYNCHRONIZED

static final int ACC_SYNCHRONIZED
See Also:
Constant Field Values

ACC_SUPER

static final int ACC_SUPER
See Also:
Constant Field Values

ACC_VOLATILE

static final int ACC_VOLATILE
See Also:
Constant Field Values

ACC_BRIDGE

static final int ACC_BRIDGE
See Also:
Constant Field Values

ACC_TRANSIENT

static final int ACC_TRANSIENT
See Also:
Constant Field Values

ACC_VARARGS

static final int ACC_VARARGS
See Also:
Constant Field Values

ACC_NATIVE

static final int ACC_NATIVE
See Also:
Constant Field Values

ACC_INTERFACE

static final int ACC_INTERFACE
See Also:
Constant Field Values

ACC_ABSTRACT

static final int ACC_ABSTRACT
See Also:
Constant Field Values

ACC_STRICT

static final int ACC_STRICT
See Also:
Constant Field Values

ACC_SYNTHETIC

static final int ACC_SYNTHETIC
See Also:
Constant Field Values

ACC_ANNOTATION

static final int ACC_ANNOTATION
See Also:
Constant Field Values

ACC_ENUM

static final int ACC_ENUM
See Also:
Constant Field Values

T_CLASS

static final int T_CLASS
See Also:
Constant Field Values

T_BOOLEAN

static final int T_BOOLEAN
See Also:
Constant Field Values

T_CHAR

static final int T_CHAR
See Also:
Constant Field Values

T_FLOAT

static final int T_FLOAT
See Also:
Constant Field Values

T_DOUBLE

static final int T_DOUBLE
See Also:
Constant Field Values

T_BYTE

static final int T_BYTE
See Also:
Constant Field Values

T_SHORT

static final int T_SHORT
See Also:
Constant Field Values

T_INT

static final int T_INT
See Also:
Constant Field Values

T_LONG

static final int T_LONG
See Also:
Constant Field Values

opc_try

static final int opc_try
See Also:
Constant Field Values

opc_dead

static final int opc_dead
See Also:
Constant Field Values

opc_label

static final int opc_label
See Also:
Constant Field Values

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_invokedynamic

static final int opc_invokedynamic
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_int2byte

static final int opc_int2byte
See Also:
Constant Field Values

opc_int2char

static final int opc_int2char
See Also:
Constant Field Values

opc_int2short

static final int opc_int2short
See Also:
Constant Field Values

opc_invokenonvirtual

static final int opc_invokenonvirtual
See Also:
Constant Field Values

opcNames

static final String[] opcNames

opcLengths

static final int[] opcLengths


Copyright © 2006 Jonathan Meyer, USA All rights reserved.