Package com.ibm.wala.shrike.shrikeBT
Interface Constants
-
- All Known Implementing Classes:
ArrayLengthInstruction,ArrayLoadInstruction,ArrayStoreInstruction,BinaryOpInstruction,CheckCastInstruction,ComparisonInstruction,Compiler,ConditionalBranchInstruction,ConstantInstruction,ConversionInstruction,CTCompiler,CTDecoder,Decoder,DupInstruction,GetInstruction,GotoInstruction,InstanceofInstruction,Instruction,InvokeDynamicInstruction,InvokeInstruction,LoadInstruction,MonitorInstruction,NewInstruction,PopInstruction,PutInstruction,ReturnInstruction,ShiftInstruction,StoreInstruction,SwapInstruction,SwitchInstruction,ThrowInstruction,UnaryOpInstruction
public interface ConstantsThis interface defines a bunch of constants from the JVM spec. It also defines some constants we need for other purposes.Here are the JVM constants:
- The OP_ constants define the JVM instruction opcodes.
- The ACC_ constants define the accessibility flags for classes, fields and methods.
- The CONSTANT_ constants define the constant pool item types.
- The T_ constants define the types of arrays that can be created by OP_newarray.
- The TYPE_ constants define the string representations of various JVM types. Two special non-JVM types are defined, TYPE_null and TYPE_unknown, as noted below.
- The OPR_ constants define the set of operators present in JVM instructions.
- The operatorNames array gives the string names of those operators.
- The TYPE_..._index constants define numeric representations of the JVM base types.
- The indexedTypes array maps those numeric representations to their official string representations.
- The indexedTypes_T array maps those numeric representations to the corresponding T_ constant.
-
-
Field Summary
Fields Modifier and Type Field Description static charACC_ABSTRACTstatic charACC_ANNOTATIONstatic charACC_ENUMstatic charACC_FINALstatic charACC_INTERFACEstatic charACC_MODULEstatic charACC_NATIVEstatic charACC_PRIVATEstatic charACC_PROTECTEDstatic charACC_PUBLICstatic charACC_STATICstatic charACC_STRICTstatic charACC_SUPERstatic charACC_SYNCHRONIZEDstatic charACC_SYNTHETICstatic charACC_TRANSIENTstatic charACC_VOLATILEstatic byteCONSTANT_Classstatic byteCONSTANT_Doublestatic byteCONSTANT_FieldRefstatic byteCONSTANT_Floatstatic byteCONSTANT_Integerstatic byteCONSTANT_InterfaceMethodRefstatic byteCONSTANT_InvokeDynamicstatic byteCONSTANT_Longstatic byteCONSTANT_MethodHandlestatic byteCONSTANT_MethodRefstatic byteCONSTANT_MethodTypestatic byteCONSTANT_NameAndTypestatic byteCONSTANT_Stringstatic byteCONSTANT_Utf8static java.lang.String[]indexedTypesstatic byte[]indexedTypes_Tstatic intMAYBEstatic intNOstatic shortOP_aaloadstatic shortOP_aastorestatic shortOP_aconst_nullstatic shortOP_aloadstatic shortOP_aload_0static shortOP_aload_1static shortOP_aload_2static shortOP_aload_3static shortOP_anewarraystatic shortOP_areturnstatic shortOP_arraylengthstatic shortOP_astorestatic shortOP_astore_0static shortOP_astore_1static shortOP_astore_2static shortOP_astore_3static shortOP_athrowstatic shortOP_baloadstatic shortOP_bastorestatic shortOP_bipushstatic shortOP_caloadstatic shortOP_castorestatic shortOP_checkcaststatic shortOP_d2fstatic shortOP_d2istatic shortOP_d2lstatic shortOP_daddstatic shortOP_daloadstatic shortOP_dastorestatic shortOP_dcmpgstatic shortOP_dcmplstatic shortOP_dconst_0static shortOP_dconst_1static shortOP_ddivstatic shortOP_dloadstatic shortOP_dload_0static shortOP_dload_1static shortOP_dload_2static shortOP_dload_3static shortOP_dmulstatic shortOP_dnegstatic shortOP_dremstatic shortOP_dreturnstatic shortOP_dstorestatic shortOP_dstore_0static shortOP_dstore_1static shortOP_dstore_2static shortOP_dstore_3static shortOP_dsubstatic shortOP_dupstatic shortOP_dup_x1static shortOP_dup_x2static shortOP_dup2static shortOP_dup2_x1static shortOP_dup2_x2static shortOP_f2dstatic shortOP_f2istatic shortOP_f2lstatic shortOP_faddstatic shortOP_faloadstatic shortOP_fastorestatic shortOP_fcmpgstatic shortOP_fcmplstatic shortOP_fconst_0static shortOP_fconst_1static shortOP_fconst_2static shortOP_fdivstatic shortOP_floadstatic shortOP_fload_0static shortOP_fload_1static shortOP_fload_2static shortOP_fload_3static shortOP_fmulstatic shortOP_fnegstatic shortOP_fremstatic shortOP_freturnstatic shortOP_fstorestatic shortOP_fstore_0static shortOP_fstore_1static shortOP_fstore_2static shortOP_fstore_3static shortOP_fsubstatic shortOP_getfieldstatic shortOP_getstaticstatic shortOP_gotostatic shortOP_goto_wstatic shortOP_i2bstatic shortOP_i2cstatic shortOP_i2dstatic shortOP_i2fstatic shortOP_i2lstatic shortOP_i2sstatic shortOP_iaddstatic shortOP_ialoadstatic shortOP_iandstatic shortOP_iastorestatic shortOP_iconst_0static shortOP_iconst_1static shortOP_iconst_2static shortOP_iconst_3static shortOP_iconst_4static shortOP_iconst_5static shortOP_iconst_m1static shortOP_idivstatic shortOP_if_acmpeqstatic shortOP_if_acmpnestatic shortOP_if_icmpeqstatic shortOP_if_icmpgestatic shortOP_if_icmpgtstatic shortOP_if_icmplestatic shortOP_if_icmpltstatic shortOP_if_icmpnestatic shortOP_ifeqstatic shortOP_ifgestatic shortOP_ifgtstatic shortOP_iflestatic shortOP_ifltstatic shortOP_ifnestatic shortOP_ifnonnullstatic shortOP_ifnullstatic shortOP_iincstatic shortOP_iloadstatic shortOP_iload_0static shortOP_iload_1static shortOP_iload_2static shortOP_iload_3static shortOP_imulstatic shortOP_inegstatic shortOP_instanceofstatic shortOP_invokedynamicstatic shortOP_invokeinterfacestatic shortOP_invokespecialstatic shortOP_invokestaticstatic shortOP_invokevirtualstatic shortOP_iorstatic shortOP_iremstatic shortOP_ireturnstatic shortOP_ishlstatic shortOP_ishrstatic shortOP_istorestatic shortOP_istore_0static shortOP_istore_1static shortOP_istore_2static shortOP_istore_3static shortOP_isubstatic shortOP_iushrstatic shortOP_ixorstatic shortOP_jsrstatic shortOP_jsr_wstatic shortOP_l2dstatic shortOP_l2fstatic shortOP_l2istatic shortOP_laddstatic shortOP_laloadstatic shortOP_landstatic shortOP_lastorestatic shortOP_lcmpstatic shortOP_lconst_0static shortOP_lconst_1static shortOP_ldcstatic shortOP_ldc_wstatic shortOP_ldc2_wstatic shortOP_ldivstatic shortOP_lloadstatic shortOP_lload_0static shortOP_lload_1static shortOP_lload_2static shortOP_lload_3static shortOP_lmulstatic shortOP_lnegstatic shortOP_lookupswitchstatic shortOP_lorstatic shortOP_lremstatic shortOP_lreturnstatic shortOP_lshlstatic shortOP_lshrstatic shortOP_lstorestatic shortOP_lstore_0static shortOP_lstore_1static shortOP_lstore_2static shortOP_lstore_3static shortOP_lsubstatic shortOP_lushrstatic shortOP_lxorstatic shortOP_monitorenterstatic shortOP_monitorexitstatic shortOP_multianewarraystatic shortOP_newstatic shortOP_newarraystatic shortOP_nopstatic shortOP_popstatic shortOP_pop2static shortOP_putfieldstatic shortOP_putstaticstatic shortOP_retstatic shortOP_returnstatic shortOP_saloadstatic shortOP_sastorestatic shortOP_sipushstatic shortOP_swapstatic shortOP_tableswitchstatic shortOP_widestatic byteT_BOOLEANstatic byteT_BYTEstatic byteT_CHARstatic byteT_DOUBLEstatic byteT_FLOATstatic byteT_INTstatic byteT_LONGstatic byteT_SHORTstatic java.lang.StringTYPE_booleanstatic byteTYPE_boolean_indexstatic java.lang.StringTYPE_bytestatic byteTYPE_byte_indexstatic java.lang.StringTYPE_charstatic byteTYPE_char_indexstatic java.lang.StringTYPE_Classstatic java.lang.StringTYPE_doublestatic byteTYPE_double_indexstatic java.lang.StringTYPE_Errorstatic java.lang.StringTYPE_Exceptionstatic java.lang.StringTYPE_floatstatic byteTYPE_float_indexstatic java.lang.StringTYPE_intstatic byteTYPE_int_indexstatic java.lang.StringTYPE_longstatic byteTYPE_long_indexstatic java.lang.StringTYPE_MethodHandlestatic java.lang.StringTYPE_MethodTypestatic java.lang.StringTYPE_nullThis represents the type of "null", which can be any object.static java.lang.StringTYPE_Objectstatic byteTYPE_Object_indexstatic java.lang.StringTYPE_RuntimeExceptionstatic java.lang.StringTYPE_shortstatic byteTYPE_short_indexstatic java.lang.StringTYPE_Stringstatic java.lang.StringTYPE_Throwablestatic java.lang.StringTYPE_unknownThis represents a type which is unknown.static java.lang.StringTYPE_voidstatic intYES
-
-
-
Field Detail
-
OP_nop
static final short OP_nop
- See Also:
- Constant Field Values
-
OP_aconst_null
static final short OP_aconst_null
- See Also:
- Constant Field Values
-
OP_iconst_m1
static final short OP_iconst_m1
- See Also:
- Constant Field Values
-
OP_iconst_0
static final short OP_iconst_0
- See Also:
- Constant Field Values
-
OP_iconst_1
static final short OP_iconst_1
- See Also:
- Constant Field Values
-
OP_iconst_2
static final short OP_iconst_2
- See Also:
- Constant Field Values
-
OP_iconst_3
static final short OP_iconst_3
- See Also:
- Constant Field Values
-
OP_iconst_4
static final short OP_iconst_4
- See Also:
- Constant Field Values
-
OP_iconst_5
static final short OP_iconst_5
- See Also:
- Constant Field Values
-
OP_lconst_0
static final short OP_lconst_0
- See Also:
- Constant Field Values
-
OP_lconst_1
static final short OP_lconst_1
- See Also:
- Constant Field Values
-
OP_fconst_0
static final short OP_fconst_0
- See Also:
- Constant Field Values
-
OP_fconst_1
static final short OP_fconst_1
- See Also:
- Constant Field Values
-
OP_fconst_2
static final short OP_fconst_2
- See Also:
- Constant Field Values
-
OP_dconst_0
static final short OP_dconst_0
- See Also:
- Constant Field Values
-
OP_dconst_1
static final short OP_dconst_1
- See Also:
- Constant Field Values
-
OP_bipush
static final short OP_bipush
- See Also:
- Constant Field Values
-
OP_sipush
static final short OP_sipush
- See Also:
- Constant Field Values
-
OP_ldc
static final short OP_ldc
- See Also:
- Constant Field Values
-
OP_ldc_w
static final short OP_ldc_w
- See Also:
- Constant Field Values
-
OP_ldc2_w
static final short OP_ldc2_w
- See Also:
- Constant Field Values
-
OP_iload
static final short OP_iload
- See Also:
- Constant Field Values
-
OP_lload
static final short OP_lload
- See Also:
- Constant Field Values
-
OP_fload
static final short OP_fload
- See Also:
- Constant Field Values
-
OP_dload
static final short OP_dload
- See Also:
- Constant Field Values
-
OP_aload
static final short OP_aload
- See Also:
- Constant Field Values
-
OP_iload_0
static final short OP_iload_0
- See Also:
- Constant Field Values
-
OP_iload_1
static final short OP_iload_1
- See Also:
- Constant Field Values
-
OP_iload_2
static final short OP_iload_2
- See Also:
- Constant Field Values
-
OP_iload_3
static final short OP_iload_3
- See Also:
- Constant Field Values
-
OP_lload_0
static final short OP_lload_0
- See Also:
- Constant Field Values
-
OP_lload_1
static final short OP_lload_1
- See Also:
- Constant Field Values
-
OP_lload_2
static final short OP_lload_2
- See Also:
- Constant Field Values
-
OP_lload_3
static final short OP_lload_3
- See Also:
- Constant Field Values
-
OP_fload_0
static final short OP_fload_0
- See Also:
- Constant Field Values
-
OP_fload_1
static final short OP_fload_1
- See Also:
- Constant Field Values
-
OP_fload_2
static final short OP_fload_2
- See Also:
- Constant Field Values
-
OP_fload_3
static final short OP_fload_3
- See Also:
- Constant Field Values
-
OP_dload_0
static final short OP_dload_0
- See Also:
- Constant Field Values
-
OP_dload_1
static final short OP_dload_1
- See Also:
- Constant Field Values
-
OP_dload_2
static final short OP_dload_2
- See Also:
- Constant Field Values
-
OP_dload_3
static final short OP_dload_3
- See Also:
- Constant Field Values
-
OP_aload_0
static final short OP_aload_0
- See Also:
- Constant Field Values
-
OP_aload_1
static final short OP_aload_1
- See Also:
- Constant Field Values
-
OP_aload_2
static final short OP_aload_2
- See Also:
- Constant Field Values
-
OP_aload_3
static final short OP_aload_3
- See Also:
- Constant Field Values
-
OP_iaload
static final short OP_iaload
- See Also:
- Constant Field Values
-
OP_laload
static final short OP_laload
- See Also:
- Constant Field Values
-
OP_faload
static final short OP_faload
- See Also:
- Constant Field Values
-
OP_daload
static final short OP_daload
- See Also:
- Constant Field Values
-
OP_aaload
static final short OP_aaload
- See Also:
- Constant Field Values
-
OP_baload
static final short OP_baload
- See Also:
- Constant Field Values
-
OP_caload
static final short OP_caload
- See Also:
- Constant Field Values
-
OP_saload
static final short OP_saload
- See Also:
- Constant Field Values
-
OP_istore
static final short OP_istore
- See Also:
- Constant Field Values
-
OP_lstore
static final short OP_lstore
- See Also:
- Constant Field Values
-
OP_fstore
static final short OP_fstore
- See Also:
- Constant Field Values
-
OP_dstore
static final short OP_dstore
- See Also:
- Constant Field Values
-
OP_astore
static final short OP_astore
- See Also:
- Constant Field Values
-
OP_istore_0
static final short OP_istore_0
- See Also:
- Constant Field Values
-
OP_istore_1
static final short OP_istore_1
- See Also:
- Constant Field Values
-
OP_istore_2
static final short OP_istore_2
- See Also:
- Constant Field Values
-
OP_istore_3
static final short OP_istore_3
- See Also:
- Constant Field Values
-
OP_lstore_0
static final short OP_lstore_0
- See Also:
- Constant Field Values
-
OP_lstore_1
static final short OP_lstore_1
- See Also:
- Constant Field Values
-
OP_lstore_2
static final short OP_lstore_2
- See Also:
- Constant Field Values
-
OP_lstore_3
static final short OP_lstore_3
- See Also:
- Constant Field Values
-
OP_fstore_0
static final short OP_fstore_0
- See Also:
- Constant Field Values
-
OP_fstore_1
static final short OP_fstore_1
- See Also:
- Constant Field Values
-
OP_fstore_2
static final short OP_fstore_2
- See Also:
- Constant Field Values
-
OP_fstore_3
static final short OP_fstore_3
- See Also:
- Constant Field Values
-
OP_dstore_0
static final short OP_dstore_0
- See Also:
- Constant Field Values
-
OP_dstore_1
static final short OP_dstore_1
- See Also:
- Constant Field Values
-
OP_dstore_2
static final short OP_dstore_2
- See Also:
- Constant Field Values
-
OP_dstore_3
static final short OP_dstore_3
- See Also:
- Constant Field Values
-
OP_astore_0
static final short OP_astore_0
- See Also:
- Constant Field Values
-
OP_astore_1
static final short OP_astore_1
- See Also:
- Constant Field Values
-
OP_astore_2
static final short OP_astore_2
- See Also:
- Constant Field Values
-
OP_astore_3
static final short OP_astore_3
- See Also:
- Constant Field Values
-
OP_iastore
static final short OP_iastore
- See Also:
- Constant Field Values
-
OP_lastore
static final short OP_lastore
- See Also:
- Constant Field Values
-
OP_fastore
static final short OP_fastore
- See Also:
- Constant Field Values
-
OP_dastore
static final short OP_dastore
- See Also:
- Constant Field Values
-
OP_aastore
static final short OP_aastore
- See Also:
- Constant Field Values
-
OP_bastore
static final short OP_bastore
- See Also:
- Constant Field Values
-
OP_castore
static final short OP_castore
- See Also:
- Constant Field Values
-
OP_sastore
static final short OP_sastore
- See Also:
- Constant Field Values
-
OP_pop
static final short OP_pop
- See Also:
- Constant Field Values
-
OP_pop2
static final short OP_pop2
- See Also:
- Constant Field Values
-
OP_dup
static final short OP_dup
- See Also:
- Constant Field Values
-
OP_dup_x1
static final short OP_dup_x1
- See Also:
- Constant Field Values
-
OP_dup_x2
static final short OP_dup_x2
- See Also:
- Constant Field Values
-
OP_dup2
static final short OP_dup2
- See Also:
- Constant Field Values
-
OP_dup2_x1
static final short OP_dup2_x1
- See Also:
- Constant Field Values
-
OP_dup2_x2
static final short OP_dup2_x2
- See Also:
- Constant Field Values
-
OP_swap
static final short OP_swap
- See Also:
- Constant Field Values
-
OP_iadd
static final short OP_iadd
- See Also:
- Constant Field Values
-
OP_ladd
static final short OP_ladd
- See Also:
- Constant Field Values
-
OP_fadd
static final short OP_fadd
- See Also:
- Constant Field Values
-
OP_dadd
static final short OP_dadd
- See Also:
- Constant Field Values
-
OP_isub
static final short OP_isub
- See Also:
- Constant Field Values
-
OP_lsub
static final short OP_lsub
- See Also:
- Constant Field Values
-
OP_fsub
static final short OP_fsub
- See Also:
- Constant Field Values
-
OP_dsub
static final short OP_dsub
- See Also:
- Constant Field Values
-
OP_imul
static final short OP_imul
- See Also:
- Constant Field Values
-
OP_lmul
static final short OP_lmul
- See Also:
- Constant Field Values
-
OP_fmul
static final short OP_fmul
- See Also:
- Constant Field Values
-
OP_dmul
static final short OP_dmul
- See Also:
- Constant Field Values
-
OP_idiv
static final short OP_idiv
- See Also:
- Constant Field Values
-
OP_ldiv
static final short OP_ldiv
- See Also:
- Constant Field Values
-
OP_fdiv
static final short OP_fdiv
- See Also:
- Constant Field Values
-
OP_ddiv
static final short OP_ddiv
- See Also:
- Constant Field Values
-
OP_irem
static final short OP_irem
- See Also:
- Constant Field Values
-
OP_lrem
static final short OP_lrem
- See Also:
- Constant Field Values
-
OP_frem
static final short OP_frem
- See Also:
- Constant Field Values
-
OP_drem
static final short OP_drem
- See Also:
- Constant Field Values
-
OP_ineg
static final short OP_ineg
- See Also:
- Constant Field Values
-
OP_lneg
static final short OP_lneg
- See Also:
- Constant Field Values
-
OP_fneg
static final short OP_fneg
- See Also:
- Constant Field Values
-
OP_dneg
static final short OP_dneg
- See Also:
- Constant Field Values
-
OP_ishl
static final short OP_ishl
- See Also:
- Constant Field Values
-
OP_lshl
static final short OP_lshl
- See Also:
- Constant Field Values
-
OP_ishr
static final short OP_ishr
- See Also:
- Constant Field Values
-
OP_lshr
static final short OP_lshr
- See Also:
- Constant Field Values
-
OP_iushr
static final short OP_iushr
- See Also:
- Constant Field Values
-
OP_lushr
static final short OP_lushr
- See Also:
- Constant Field Values
-
OP_iand
static final short OP_iand
- See Also:
- Constant Field Values
-
OP_land
static final short OP_land
- See Also:
- Constant Field Values
-
OP_ior
static final short OP_ior
- See Also:
- Constant Field Values
-
OP_lor
static final short OP_lor
- See Also:
- Constant Field Values
-
OP_ixor
static final short OP_ixor
- See Also:
- Constant Field Values
-
OP_lxor
static final short OP_lxor
- See Also:
- Constant Field Values
-
OP_iinc
static final short OP_iinc
- See Also:
- Constant Field Values
-
OP_i2l
static final short OP_i2l
- See Also:
- Constant Field Values
-
OP_i2f
static final short OP_i2f
- See Also:
- Constant Field Values
-
OP_i2d
static final short OP_i2d
- See Also:
- Constant Field Values
-
OP_l2i
static final short OP_l2i
- See Also:
- Constant Field Values
-
OP_l2f
static final short OP_l2f
- See Also:
- Constant Field Values
-
OP_l2d
static final short OP_l2d
- See Also:
- Constant Field Values
-
OP_f2i
static final short OP_f2i
- See Also:
- Constant Field Values
-
OP_f2l
static final short OP_f2l
- See Also:
- Constant Field Values
-
OP_f2d
static final short OP_f2d
- See Also:
- Constant Field Values
-
OP_d2i
static final short OP_d2i
- See Also:
- Constant Field Values
-
OP_d2l
static final short OP_d2l
- See Also:
- Constant Field Values
-
OP_d2f
static final short OP_d2f
- See Also:
- Constant Field Values
-
OP_i2b
static final short OP_i2b
- See Also:
- Constant Field Values
-
OP_i2c
static final short OP_i2c
- See Also:
- Constant Field Values
-
OP_i2s
static final short OP_i2s
- See Also:
- Constant Field Values
-
OP_lcmp
static final short OP_lcmp
- See Also:
- Constant Field Values
-
OP_fcmpl
static final short OP_fcmpl
- See Also:
- Constant Field Values
-
OP_fcmpg
static final short OP_fcmpg
- See Also:
- Constant Field Values
-
OP_dcmpl
static final short OP_dcmpl
- See Also:
- Constant Field Values
-
OP_dcmpg
static final short OP_dcmpg
- See Also:
- Constant Field Values
-
OP_ifeq
static final short OP_ifeq
- See Also:
- Constant Field Values
-
OP_ifne
static final short OP_ifne
- See Also:
- Constant Field Values
-
OP_iflt
static final short OP_iflt
- See Also:
- Constant Field Values
-
OP_ifge
static final short OP_ifge
- See Also:
- Constant Field Values
-
OP_ifgt
static final short OP_ifgt
- See Also:
- Constant Field Values
-
OP_ifle
static final short OP_ifle
- See Also:
- Constant Field Values
-
OP_if_icmpeq
static final short OP_if_icmpeq
- See Also:
- Constant Field Values
-
OP_if_icmpne
static final short OP_if_icmpne
- See Also:
- Constant Field Values
-
OP_if_icmplt
static final short OP_if_icmplt
- See Also:
- Constant Field Values
-
OP_if_icmpge
static final short OP_if_icmpge
- See Also:
- Constant Field Values
-
OP_if_icmpgt
static final short OP_if_icmpgt
- See Also:
- Constant Field Values
-
OP_if_icmple
static final short OP_if_icmple
- See Also:
- Constant Field Values
-
OP_if_acmpeq
static final short OP_if_acmpeq
- See Also:
- Constant Field Values
-
OP_if_acmpne
static final short OP_if_acmpne
- See Also:
- Constant Field Values
-
OP_goto
static final short OP_goto
- See Also:
- Constant Field Values
-
OP_jsr
static final short OP_jsr
- See Also:
- Constant Field Values
-
OP_ret
static final short OP_ret
- See Also:
- Constant Field Values
-
OP_tableswitch
static final short OP_tableswitch
- See Also:
- Constant Field Values
-
OP_lookupswitch
static final short OP_lookupswitch
- See Also:
- Constant Field Values
-
OP_ireturn
static final short OP_ireturn
- See Also:
- Constant Field Values
-
OP_lreturn
static final short OP_lreturn
- See Also:
- Constant Field Values
-
OP_freturn
static final short OP_freturn
- See Also:
- Constant Field Values
-
OP_dreturn
static final short OP_dreturn
- See Also:
- Constant Field Values
-
OP_areturn
static final short OP_areturn
- See Also:
- Constant Field Values
-
OP_return
static final short OP_return
- See Also:
- Constant Field Values
-
OP_getstatic
static final short OP_getstatic
- See Also:
- Constant Field Values
-
OP_putstatic
static final short OP_putstatic
- See Also:
- Constant Field Values
-
OP_getfield
static final short OP_getfield
- See Also:
- Constant Field Values
-
OP_putfield
static final short OP_putfield
- See Also:
- Constant Field Values
-
OP_invokevirtual
static final short OP_invokevirtual
- See Also:
- Constant Field Values
-
OP_invokespecial
static final short OP_invokespecial
- See Also:
- Constant Field Values
-
OP_invokestatic
static final short OP_invokestatic
- See Also:
- Constant Field Values
-
OP_invokeinterface
static final short OP_invokeinterface
- See Also:
- Constant Field Values
-
OP_invokedynamic
static final short OP_invokedynamic
- See Also:
- Constant Field Values
-
OP_new
static final short OP_new
- See Also:
- Constant Field Values
-
OP_newarray
static final short OP_newarray
- See Also:
- Constant Field Values
-
OP_anewarray
static final short OP_anewarray
- See Also:
- Constant Field Values
-
OP_arraylength
static final short OP_arraylength
- See Also:
- Constant Field Values
-
OP_athrow
static final short OP_athrow
- See Also:
- Constant Field Values
-
OP_checkcast
static final short OP_checkcast
- See Also:
- Constant Field Values
-
OP_instanceof
static final short OP_instanceof
- See Also:
- Constant Field Values
-
OP_monitorenter
static final short OP_monitorenter
- See Also:
- Constant Field Values
-
OP_monitorexit
static final short OP_monitorexit
- See Also:
- Constant Field Values
-
OP_wide
static final short OP_wide
- See Also:
- Constant Field Values
-
OP_multianewarray
static final short OP_multianewarray
- See Also:
- Constant Field Values
-
OP_ifnull
static final short OP_ifnull
- See Also:
- Constant Field Values
-
OP_ifnonnull
static final short OP_ifnonnull
- See Also:
- Constant Field Values
-
OP_goto_w
static final short OP_goto_w
- See Also:
- Constant Field Values
-
OP_jsr_w
static final short OP_jsr_w
- See Also:
- Constant Field Values
-
ACC_PUBLIC
static final char ACC_PUBLIC
- See Also:
- Constant Field Values
-
ACC_PRIVATE
static final char ACC_PRIVATE
- See Also:
- Constant Field Values
-
ACC_PROTECTED
static final char ACC_PROTECTED
- See Also:
- Constant Field Values
-
ACC_STATIC
static final char ACC_STATIC
- See Also:
- Constant Field Values
-
ACC_FINAL
static final char ACC_FINAL
- See Also:
- Constant Field Values
-
ACC_SYNCHRONIZED
static final char ACC_SYNCHRONIZED
- See Also:
- Constant Field Values
-
ACC_SUPER
static final char ACC_SUPER
- See Also:
- Constant Field Values
-
ACC_VOLATILE
static final char ACC_VOLATILE
- See Also:
- Constant Field Values
-
ACC_TRANSIENT
static final char ACC_TRANSIENT
- See Also:
- Constant Field Values
-
ACC_NATIVE
static final char ACC_NATIVE
- See Also:
- Constant Field Values
-
ACC_INTERFACE
static final char ACC_INTERFACE
- See Also:
- Constant Field Values
-
ACC_ABSTRACT
static final char ACC_ABSTRACT
- See Also:
- Constant Field Values
-
ACC_STRICT
static final char ACC_STRICT
- See Also:
- Constant Field Values
-
ACC_SYNTHETIC
static final char ACC_SYNTHETIC
- See Also:
- Constant Field Values
-
ACC_ANNOTATION
static final char ACC_ANNOTATION
- See Also:
- Constant Field Values
-
ACC_ENUM
static final char ACC_ENUM
- See Also:
- Constant Field Values
-
ACC_MODULE
static final char ACC_MODULE
- See Also:
- Constant Field Values
-
CONSTANT_Utf8
static final byte CONSTANT_Utf8
- See Also:
- Constant Field Values
-
CONSTANT_Integer
static final byte CONSTANT_Integer
- See Also:
- Constant Field Values
-
CONSTANT_Float
static final byte CONSTANT_Float
- See Also:
- Constant Field Values
-
CONSTANT_Long
static final byte CONSTANT_Long
- See Also:
- Constant Field Values
-
CONSTANT_Double
static final byte CONSTANT_Double
- See Also:
- Constant Field Values
-
CONSTANT_Class
static final byte CONSTANT_Class
- See Also:
- Constant Field Values
-
CONSTANT_String
static final byte CONSTANT_String
- See Also:
- Constant Field Values
-
CONSTANT_FieldRef
static final byte CONSTANT_FieldRef
- See Also:
- Constant Field Values
-
CONSTANT_MethodRef
static final byte CONSTANT_MethodRef
- See Also:
- Constant Field Values
-
CONSTANT_InterfaceMethodRef
static final byte CONSTANT_InterfaceMethodRef
- See Also:
- Constant Field Values
-
CONSTANT_NameAndType
static final byte CONSTANT_NameAndType
- See Also:
- Constant Field Values
-
CONSTANT_MethodHandle
static final byte CONSTANT_MethodHandle
- See Also:
- Constant Field Values
-
CONSTANT_MethodType
static final byte CONSTANT_MethodType
- See Also:
- Constant Field Values
-
CONSTANT_InvokeDynamic
static final byte CONSTANT_InvokeDynamic
- See Also:
- Constant Field Values
-
T_BOOLEAN
static final byte T_BOOLEAN
- See Also:
- Constant Field Values
-
T_CHAR
static final byte T_CHAR
- See Also:
- Constant Field Values
-
T_FLOAT
static final byte T_FLOAT
- See Also:
- Constant Field Values
-
T_DOUBLE
static final byte T_DOUBLE
- See Also:
- Constant Field Values
-
T_BYTE
static final byte T_BYTE
- See Also:
- Constant Field Values
-
T_SHORT
static final byte T_SHORT
- See Also:
- Constant Field Values
-
T_INT
static final byte T_INT
- See Also:
- Constant Field Values
-
T_LONG
static final byte T_LONG
- See Also:
- Constant Field Values
-
TYPE_boolean
static final java.lang.String TYPE_boolean
- See Also:
- Constant Field Values
-
TYPE_byte
static final java.lang.String TYPE_byte
- See Also:
- Constant Field Values
-
TYPE_int
static final java.lang.String TYPE_int
- See Also:
- Constant Field Values
-
TYPE_short
static final java.lang.String TYPE_short
- See Also:
- Constant Field Values
-
TYPE_long
static final java.lang.String TYPE_long
- See Also:
- Constant Field Values
-
TYPE_float
static final java.lang.String TYPE_float
- See Also:
- Constant Field Values
-
TYPE_double
static final java.lang.String TYPE_double
- See Also:
- Constant Field Values
-
TYPE_char
static final java.lang.String TYPE_char
- See Also:
- Constant Field Values
-
TYPE_void
static final java.lang.String TYPE_void
- See Also:
- Constant Field Values
-
TYPE_String
static final java.lang.String TYPE_String
- See Also:
- Constant Field Values
-
TYPE_MethodHandle
static final java.lang.String TYPE_MethodHandle
- See Also:
- Constant Field Values
-
TYPE_MethodType
static final java.lang.String TYPE_MethodType
- See Also:
- Constant Field Values
-
TYPE_Object
static final java.lang.String TYPE_Object
- See Also:
- Constant Field Values
-
TYPE_Throwable
static final java.lang.String TYPE_Throwable
- See Also:
- Constant Field Values
-
TYPE_Class
static final java.lang.String TYPE_Class
- See Also:
- Constant Field Values
-
TYPE_Exception
static final java.lang.String TYPE_Exception
- See Also:
- Constant Field Values
-
TYPE_RuntimeException
static final java.lang.String TYPE_RuntimeException
- See Also:
- Constant Field Values
-
TYPE_Error
static final java.lang.String TYPE_Error
- See Also:
- Constant Field Values
-
TYPE_null
static final java.lang.String TYPE_null
This represents the type of "null", which can be any object. It is not defined by the JVM spec.- See Also:
- Constant Field Values
-
TYPE_unknown
static final java.lang.String TYPE_unknown
This represents a type which is unknown. It is not defined by the JVM spec.- See Also:
- Constant Field Values
-
TYPE_int_index
static final byte TYPE_int_index
- See Also:
- Constant Field Values
-
TYPE_long_index
static final byte TYPE_long_index
- See Also:
- Constant Field Values
-
TYPE_float_index
static final byte TYPE_float_index
- See Also:
- Constant Field Values
-
TYPE_double_index
static final byte TYPE_double_index
- See Also:
- Constant Field Values
-
TYPE_Object_index
static final byte TYPE_Object_index
- See Also:
- Constant Field Values
-
TYPE_byte_index
static final byte TYPE_byte_index
- See Also:
- Constant Field Values
-
TYPE_char_index
static final byte TYPE_char_index
- See Also:
- Constant Field Values
-
TYPE_short_index
static final byte TYPE_short_index
- See Also:
- Constant Field Values
-
TYPE_boolean_index
static final byte TYPE_boolean_index
- See Also:
- Constant Field Values
-
indexedTypes
static final java.lang.String[] indexedTypes
-
indexedTypes_T
static final byte[] indexedTypes_T
-
NO
static final int NO
- See Also:
- Constant Field Values
-
YES
static final int YES
- See Also:
- Constant Field Values
-
MAYBE
static final int MAYBE
- See Also:
- Constant Field Values
-
-