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
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.