public interface RuntimeConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
ACC_ABSTRACT |
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_TRANSIENT |
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_INVOKEDYNAMIC |
static int |
CONSTANT_LONG |
static int |
CONSTANT_METHOD |
static int |
CONSTANT_METHODHANDLE |
static int |
CONSTANT_METHODTYPE |
static int |
CONSTANT_NAMEANDTYPE |
static int |
CONSTANT_STRING |
static int |
CONSTANT_UNICODE |
static int |
CONSTANT_UTF8 |
static int |
JAVA_DEFAULT_MINOR_VERSION |
static int |
JAVA_DEFAULT_VERSION |
static int |
JAVA_MAGIC |
static int |
JAVA_MAX_SUPPORTED_MINOR_VERSION |
static int |
JAVA_MAX_SUPPORTED_VERSION |
static int |
JAVA_MIN_SUPPORTED_VERSION |
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_dup_x1 |
static int |
opc_dup_x2 |
static int |
opc_dup2 |
static int |
opc_dup2_x1 |
static int |
opc_dup2_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_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_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_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_invokedynamic |
static int |
opc_invokeinterface |
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_ldc_w |
static int |
opc_ldc2_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[] |
opcLengths |
static java.lang.String[] |
opcNames |
static java.lang.String |
SIG_ARRAY |
static java.lang.String |
SIG_BOOLEAN |
static java.lang.String |
SIG_BYTE |
static java.lang.String |
SIG_CHAR |
static java.lang.String |
SIG_CLASS |
static java.lang.String |
SIG_DOUBLE |
static java.lang.String |
SIG_ENDCLASS |
static java.lang.String |
SIG_ENDMETHOD |
static java.lang.String |
SIG_FLOAT |
static java.lang.String |
SIG_INT |
static java.lang.String |
SIG_LONG |
static java.lang.String |
SIG_METHOD |
static java.lang.String |
SIG_PACKAGE |
static java.lang.String |
SIG_SHORT |
static java.lang.String |
SIG_VOID |
static char |
SIGC_ARRAY |
static char |
SIGC_BOOLEAN |
static char |
SIGC_BYTE |
static char |
SIGC_CHAR |
static char |
SIGC_CLASS |
static char |
SIGC_DOUBLE |
static char |
SIGC_ENDCLASS |
static char |
SIGC_ENDMETHOD |
static char |
SIGC_FLOAT |
static char |
SIGC_INT |
static char |
SIGC_LONG |
static char |
SIGC_METHOD |
static char |
SIGC_PACKAGE |
static char |
SIGC_SHORT |
static char |
SIGC_VOID |
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 |
static final char SIGC_VOID
static final java.lang.String SIG_VOID
static final char SIGC_BOOLEAN
static final java.lang.String SIG_BOOLEAN
static final char SIGC_BYTE
static final java.lang.String SIG_BYTE
static final char SIGC_CHAR
static final java.lang.String SIG_CHAR
static final char SIGC_SHORT
static final java.lang.String SIG_SHORT
static final char SIGC_INT
static final java.lang.String SIG_INT
static final char SIGC_LONG
static final java.lang.String SIG_LONG
static final char SIGC_FLOAT
static final java.lang.String SIG_FLOAT
static final char SIGC_DOUBLE
static final java.lang.String SIG_DOUBLE
static final char SIGC_ARRAY
static final java.lang.String SIG_ARRAY
static final char SIGC_CLASS
static final java.lang.String SIG_CLASS
static final char SIGC_METHOD
static final java.lang.String SIG_METHOD
static final char SIGC_ENDCLASS
static final java.lang.String SIG_ENDCLASS
static final char SIGC_ENDMETHOD
static final java.lang.String SIG_ENDMETHOD
static final char SIGC_PACKAGE
static final java.lang.String SIG_PACKAGE
static final int JAVA_MAGIC
static final int JAVA_MIN_SUPPORTED_VERSION
static final int JAVA_MAX_SUPPORTED_VERSION
static final int JAVA_MAX_SUPPORTED_MINOR_VERSION
static final int JAVA_DEFAULT_VERSION
static final int JAVA_DEFAULT_MINOR_VERSION
static final int CONSTANT_UTF8
static final int CONSTANT_UNICODE
static final int CONSTANT_INTEGER
static final int CONSTANT_FLOAT
static final int CONSTANT_LONG
static final int CONSTANT_DOUBLE
static final int CONSTANT_CLASS
static final int CONSTANT_STRING
static final int CONSTANT_FIELD
static final int CONSTANT_METHOD
static final int CONSTANT_INTERFACEMETHOD
static final int CONSTANT_NAMEANDTYPE
static final int CONSTANT_METHODHANDLE
static final int CONSTANT_METHODTYPE
static final int CONSTANT_INVOKEDYNAMIC
static final int ACC_PUBLIC
static final int ACC_PRIVATE
static final int ACC_PROTECTED
static final int ACC_STATIC
static final int ACC_FINAL
static final int ACC_SYNCHRONIZED
static final int ACC_VOLATILE
static final int ACC_TRANSIENT
static final int ACC_NATIVE
static final int ACC_INTERFACE
static final int ACC_ABSTRACT
static final int ACC_SUPER
static final int ACC_STRICT
static final int T_CLASS
static final int T_BOOLEAN
static final int T_CHAR
static final int T_FLOAT
static final int T_DOUBLE
static final int T_BYTE
static final int T_SHORT
static final int T_INT
static final int T_LONG
static final int opc_try
static final int opc_dead
static final int opc_label
static final int opc_nop
static final int opc_aconst_null
static final int opc_iconst_m1
static final int opc_iconst_0
static final int opc_iconst_1
static final int opc_iconst_2
static final int opc_iconst_3
static final int opc_iconst_4
static final int opc_iconst_5
static final int opc_lconst_0
static final int opc_lconst_1
static final int opc_fconst_0
static final int opc_fconst_1
static final int opc_fconst_2
static final int opc_dconst_0
static final int opc_dconst_1
static final int opc_bipush
static final int opc_sipush
static final int opc_ldc
static final int opc_ldc_w
static final int opc_ldc2_w
static final int opc_iload
static final int opc_lload
static final int opc_fload
static final int opc_dload
static final int opc_aload
static final int opc_iload_0
static final int opc_iload_1
static final int opc_iload_2
static final int opc_iload_3
static final int opc_lload_0
static final int opc_lload_1
static final int opc_lload_2
static final int opc_lload_3
static final int opc_fload_0
static final int opc_fload_1
static final int opc_fload_2
static final int opc_fload_3
static final int opc_dload_0
static final int opc_dload_1
static final int opc_dload_2
static final int opc_dload_3
static final int opc_aload_0
static final int opc_aload_1
static final int opc_aload_2
static final int opc_aload_3
static final int opc_iaload
static final int opc_laload
static final int opc_faload
static final int opc_daload
static final int opc_aaload
static final int opc_baload
static final int opc_caload
static final int opc_saload
static final int opc_istore
static final int opc_lstore
static final int opc_fstore
static final int opc_dstore
static final int opc_astore
static final int opc_istore_0
static final int opc_istore_1
static final int opc_istore_2
static final int opc_istore_3
static final int opc_lstore_0
static final int opc_lstore_1
static final int opc_lstore_2
static final int opc_lstore_3
static final int opc_fstore_0
static final int opc_fstore_1
static final int opc_fstore_2
static final int opc_fstore_3
static final int opc_dstore_0
static final int opc_dstore_1
static final int opc_dstore_2
static final int opc_dstore_3
static final int opc_astore_0
static final int opc_astore_1
static final int opc_astore_2
static final int opc_astore_3
static final int opc_iastore
static final int opc_lastore
static final int opc_fastore
static final int opc_dastore
static final int opc_aastore
static final int opc_bastore
static final int opc_castore
static final int opc_sastore
static final int opc_pop
static final int opc_pop2
static final int opc_dup
static final int opc_dup_x1
static final int opc_dup_x2
static final int opc_dup2
static final int opc_dup2_x1
static final int opc_dup2_x2
static final int opc_swap
static final int opc_iadd
static final int opc_ladd
static final int opc_fadd
static final int opc_dadd
static final int opc_isub
static final int opc_lsub
static final int opc_fsub
static final int opc_dsub
static final int opc_imul
static final int opc_lmul
static final int opc_fmul
static final int opc_dmul
static final int opc_idiv
static final int opc_ldiv
static final int opc_fdiv
static final int opc_ddiv
static final int opc_irem
static final int opc_lrem
static final int opc_frem
static final int opc_drem
static final int opc_ineg
static final int opc_lneg
static final int opc_fneg
static final int opc_dneg
static final int opc_ishl
static final int opc_lshl
static final int opc_ishr
static final int opc_lshr
static final int opc_iushr
static final int opc_lushr
static final int opc_iand
static final int opc_land
static final int opc_ior
static final int opc_lor
static final int opc_ixor
static final int opc_lxor
static final int opc_iinc
static final int opc_i2l
static final int opc_i2f
static final int opc_i2d
static final int opc_l2i
static final int opc_l2f
static final int opc_l2d
static final int opc_f2i
static final int opc_f2l
static final int opc_f2d
static final int opc_d2i
static final int opc_d2l
static final int opc_d2f
static final int opc_i2b
static final int opc_i2c
static final int opc_i2s
static final int opc_lcmp
static final int opc_fcmpl
static final int opc_fcmpg
static final int opc_dcmpl
static final int opc_dcmpg
static final int opc_ifeq
static final int opc_ifne
static final int opc_iflt
static final int opc_ifge
static final int opc_ifgt
static final int opc_ifle
static final int opc_if_icmpeq
static final int opc_if_icmpne
static final int opc_if_icmplt
static final int opc_if_icmpge
static final int opc_if_icmpgt
static final int opc_if_icmple
static final int opc_if_acmpeq
static final int opc_if_acmpne
static final int opc_goto
static final int opc_jsr
static final int opc_ret
static final int opc_tableswitch
static final int opc_lookupswitch
static final int opc_ireturn
static final int opc_lreturn
static final int opc_freturn
static final int opc_dreturn
static final int opc_areturn
static final int opc_return
static final int opc_getstatic
static final int opc_putstatic
static final int opc_getfield
static final int opc_putfield
static final int opc_invokevirtual
static final int opc_invokespecial
static final int opc_invokestatic
static final int opc_invokeinterface
static final int opc_invokedynamic
static final int opc_new
static final int opc_newarray
static final int opc_anewarray
static final int opc_arraylength
static final int opc_athrow
static final int opc_checkcast
static final int opc_instanceof
static final int opc_monitorenter
static final int opc_monitorexit
static final int opc_wide
static final int opc_multianewarray
static final int opc_ifnull
static final int opc_ifnonnull
static final int opc_goto_w
static final int opc_jsr_w
static final int opc_breakpoint
static final java.lang.String[] opcNames
static final int[] opcLengths
Copyright © 2017. All Rights Reserved.