|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface jq_ClassFileConstants
Field Summary | |
---|---|
static char |
ACC_ABSTRACT
|
static char |
ACC_FINAL
|
static char |
ACC_INTERFACE
|
static char |
ACC_NATIVE
|
static char |
ACC_PRIVATE
|
static char |
ACC_PROTECTED
|
static char |
ACC_PUBLIC
|
static char |
ACC_STATIC
|
static char |
ACC_STRICT
|
static char |
ACC_SUPER
|
static char |
ACC_SYNCHRONIZED
|
static char |
ACC_TRANSIENT
|
static char |
ACC_VOLATILE
|
static byte |
CONSTANT_Class
|
static byte |
CONSTANT_Double
|
static byte |
CONSTANT_FieldRef
|
static byte |
CONSTANT_Float
|
static byte |
CONSTANT_Integer
|
static byte |
CONSTANT_InterfaceMethodRef
|
static byte |
CONSTANT_Long
|
static byte |
CONSTANT_MethodRef
|
static byte |
CONSTANT_NameAndType
|
static byte |
CONSTANT_ResolvedClass
|
static byte |
CONSTANT_ResolvedIFieldRef
|
static byte |
CONSTANT_ResolvedIMethodRef
|
static byte |
CONSTANT_ResolvedSFieldRef
|
static byte |
CONSTANT_ResolvedSMethodRef
|
static byte |
CONSTANT_String
|
static byte |
CONSTANT_Utf8
|
static int[] |
CONSUME_STACK
Number of words consumed on operand stack by instructions. |
static String |
ILLEGAL_OPCODE
|
static String |
ILLEGAL_TYPE
|
static short |
jbc_AALOAD
|
static short |
jbc_AASTORE
|
static short |
jbc_ACONST_NULL
|
static short |
jbc_ALOAD
|
static short |
jbc_ALOAD_0
|
static short |
jbc_ALOAD_1
|
static short |
jbc_ALOAD_2
|
static short |
jbc_ALOAD_3
|
static short |
jbc_ANEWARRAY
|
static short |
jbc_ARETURN
|
static short |
jbc_ARRAYLENGTH
|
static short |
jbc_ASTORE
|
static short |
jbc_ASTORE_0
|
static short |
jbc_ASTORE_1
|
static short |
jbc_ASTORE_2
|
static short |
jbc_ASTORE_3
|
static short |
jbc_ATHROW
|
static short |
jbc_BALOAD
|
static short |
jbc_BASTORE
|
static short |
jbc_BIPUSH
|
static short |
jbc_BREAKPOINT
Non-legal opcodes, may be used by JVM internally. |
static short |
jbc_CALOAD
|
static short |
jbc_CASTORE
|
static short |
jbc_CHECKCAST
|
static short |
jbc_D2F
|
static short |
jbc_D2I
|
static short |
jbc_D2L
|
static short |
jbc_DADD
|
static short |
jbc_DALOAD
|
static short |
jbc_DASTORE
|
static short |
jbc_DCMPG
|
static short |
jbc_DCMPL
|
static short |
jbc_DCONST_0
|
static short |
jbc_DCONST_1
|
static short |
jbc_DDIV
|
static short |
jbc_DLOAD
|
static short |
jbc_DLOAD_0
|
static short |
jbc_DLOAD_1
|
static short |
jbc_DLOAD_2
|
static short |
jbc_DLOAD_3
|
static short |
jbc_DMUL
|
static short |
jbc_DNEG
|
static short |
jbc_DREM
|
static short |
jbc_DRETURN
|
static short |
jbc_DSTORE
|
static short |
jbc_DSTORE_0
|
static short |
jbc_DSTORE_1
|
static short |
jbc_DSTORE_2
|
static short |
jbc_DSTORE_3
|
static short |
jbc_DSUB
|
static short |
jbc_DUP
|
static short |
jbc_DUP_X1
|
static short |
jbc_DUP_X2
|
static short |
jbc_DUP2
|
static short |
jbc_DUP2_X1
|
static short |
jbc_DUP2_X2
|
static short |
jbc_F2D
|
static short |
jbc_F2I
|
static short |
jbc_F2L
|
static short |
jbc_FADD
|
static short |
jbc_FALOAD
|
static short |
jbc_FASTORE
|
static short |
jbc_FCMPG
|
static short |
jbc_FCMPL
|
static short |
jbc_FCONST_0
|
static short |
jbc_FCONST_1
|
static short |
jbc_FCONST_2
|
static short |
jbc_FDIV
|
static short |
jbc_FLOAD
|
static short |
jbc_FLOAD_0
|
static short |
jbc_FLOAD_1
|
static short |
jbc_FLOAD_2
|
static short |
jbc_FLOAD_3
|
static short |
jbc_FMUL
|
static short |
jbc_FNEG
|
static short |
jbc_FREM
|
static short |
jbc_FRETURN
|
static short |
jbc_FSTORE
|
static short |
jbc_FSTORE_0
|
static short |
jbc_FSTORE_1
|
static short |
jbc_FSTORE_2
|
static short |
jbc_FSTORE_3
|
static short |
jbc_FSUB
|
static short |
jbc_GETFIELD
|
static short |
jbc_GETSTATIC
|
static short |
jbc_GOTO
|
static short |
jbc_GOTO_W
|
static short |
jbc_I2B
|
static short |
jbc_I2C
|
static short |
jbc_I2D
|
static short |
jbc_I2F
|
static short |
jbc_I2L
|
static short |
jbc_I2S
|
static short |
jbc_IADD
|
static short |
jbc_IALOAD
|
static short |
jbc_IAND
|
static short |
jbc_IASTORE
|
static short |
jbc_ICONST_0
|
static short |
jbc_ICONST_1
|
static short |
jbc_ICONST_2
|
static short |
jbc_ICONST_3
|
static short |
jbc_ICONST_4
|
static short |
jbc_ICONST_5
|
static short |
jbc_ICONST_M1
|
static short |
jbc_IDIV
|
static short |
jbc_IF_ACMPEQ
|
static short |
jbc_IF_ACMPNE
|
static short |
jbc_IF_ICMPEQ
|
static short |
jbc_IF_ICMPGE
|
static short |
jbc_IF_ICMPGT
|
static short |
jbc_IF_ICMPLE
|
static short |
jbc_IF_ICMPLT
|
static short |
jbc_IF_ICMPNE
|
static short |
jbc_IFEQ
|
static short |
jbc_IFGE
|
static short |
jbc_IFGT
|
static short |
jbc_IFLE
|
static short |
jbc_IFLT
|
static short |
jbc_IFNE
|
static short |
jbc_IFNONNULL
|
static short |
jbc_IFNULL
|
static short |
jbc_IINC
|
static short |
jbc_ILOAD
|
static short |
jbc_ILOAD_0
|
static short |
jbc_ILOAD_1
|
static short |
jbc_ILOAD_2
|
static short |
jbc_ILOAD_3
|
static short |
jbc_IMUL
|
static short |
jbc_INEG
|
static short |
jbc_INSTANCEOF
|
static short |
jbc_INT2BYTE
|
static short |
jbc_INT2CHAR
|
static short |
jbc_INT2SHORT
|
static short |
jbc_INVOKEINTERFACE
|
static short |
jbc_INVOKENONVIRTUAL
|
static short |
jbc_INVOKESPECIAL
|
static short |
jbc_INVOKESTATIC
|
static short |
jbc_INVOKEVIRTUAL
|
static short |
jbc_IOR
|
static short |
jbc_IREM
|
static short |
jbc_IRETURN
|
static short |
jbc_ISHL
|
static short |
jbc_ISHR
|
static short |
jbc_ISTORE
|
static short |
jbc_ISTORE_0
|
static short |
jbc_ISTORE_1
|
static short |
jbc_ISTORE_2
|
static short |
jbc_ISTORE_3
|
static short |
jbc_ISUB
|
static short |
jbc_IUSHR
|
static short |
jbc_IXOR
|
static short |
jbc_JSR
|
static short |
jbc_JSR_W
|
static short |
jbc_L2D
|
static short |
jbc_L2F
|
static short |
jbc_L2I
|
static short |
jbc_LADD
|
static short |
jbc_LALOAD
|
static short |
jbc_LAND
|
static short |
jbc_LASTORE
|
static short |
jbc_LCMP
|
static short |
jbc_LCONST_0
|
static short |
jbc_LCONST_1
|
static short |
jbc_LDC
|
static short |
jbc_LDC_W
|
static short |
jbc_LDC2_W
|
static short |
jbc_LDIV
|
static short |
jbc_LLOAD
|
static short |
jbc_LLOAD_0
|
static short |
jbc_LLOAD_1
|
static short |
jbc_LLOAD_2
|
static short |
jbc_LLOAD_3
|
static short |
jbc_LMUL
|
static short |
jbc_LNEG
|
static short |
jbc_LOOKUPSWITCH
|
static short |
jbc_LOR
|
static short |
jbc_LREM
|
static short |
jbc_LRETURN
|
static short |
jbc_LSHL
|
static short |
jbc_LSHR
|
static short |
jbc_LSTORE
|
static short |
jbc_LSTORE_0
|
static short |
jbc_LSTORE_1
|
static short |
jbc_LSTORE_2
|
static short |
jbc_LSTORE_3
|
static short |
jbc_LSUB
|
static short |
jbc_LUSHR
|
static short |
jbc_LXOR
|
static short |
jbc_MONITORENTER
|
static short |
jbc_MONITOREXIT
|
static short |
jbc_MULTIANEWARRAY
|
static short |
jbc_NEW
|
static short |
jbc_NEWARRAY
|
static short |
jbc_NOP
Java VM opcodes. |
static short |
jbc_POP
|
static short |
jbc_POP2
|
static short |
jbc_PUTFIELD
|
static short |
jbc_PUTSTATIC
|
static short |
jbc_RET
|
static short |
jbc_RETURN
|
static short |
jbc_SALOAD
|
static short |
jbc_SASTORE
|
static short |
jbc_SIPUSH
|
static short |
jbc_SWAP
|
static short |
jbc_TABLESWITCH
|
static short |
jbc_WIDE
|
static short[] |
NO_OF_OPERANDS
Number of byte code operands, i.e., number of bytes after the tag byte itself. |
static String[] |
OPCODE_NAMES
Names of opcodes. |
static int[] |
PRODUCE_STACK
Number of words produced onto operand stack by instructions. |
static short |
RESERVED
|
static byte |
STATE_CLSINITERROR
|
static byte |
STATE_CLSINITIALIZED
|
static byte |
STATE_CLSINITIALIZING
|
static byte |
STATE_CLSINITRUNNING
|
static byte |
STATE_COMPILED
|
static byte |
STATE_COMPILING
|
static byte |
STATE_LOADED
|
static byte |
STATE_LOADERROR
|
static byte |
STATE_LOADING1
|
static byte |
STATE_LOADING2
|
static byte |
STATE_LOADING3
|
static byte |
STATE_PREPARED
|
static byte |
STATE_PREPAREERROR
|
static byte |
STATE_PREPARING
|
static byte |
STATE_SFINITERROR
|
static byte |
STATE_SFINITIALIZED
|
static byte |
STATE_SFINITIALIZING
|
static byte |
STATE_UNLOADED
|
static byte |
STATE_VERIFIED
|
static byte |
STATE_VERIFYERROR
|
static byte |
STATE_VERIFYING
|
static byte |
T_BOOLEAN
|
static byte |
T_BYTE
|
static byte |
T_CHAR
|
static byte |
T_DOUBLE
|
static byte |
T_FLOAT
|
static byte |
T_INT
|
static byte |
T_LONG
|
static byte |
T_SHORT
|
static byte |
TC_ARRAY
|
static byte |
TC_BOOLEAN
|
static byte |
TC_BYTE
|
static byte |
TC_CHAR
|
static byte |
TC_CLASS
|
static byte |
TC_CLASSEND
|
static byte |
TC_DOUBLE
|
static byte |
TC_FLOAT
|
static byte |
TC_INT
|
static byte |
TC_LONG
|
static byte |
TC_PARAM
|
static byte |
TC_PARAMEND
|
static byte |
TC_SHORT
|
static byte |
TC_VOID
|
static short[][] |
TYPE_OF_OPERANDS
How the byte code operands are to be interpreted. |
static short |
UNDEFINED
Illegal codes |
static short |
UNPREDICTABLE
|
Field Detail |
---|
static final char ACC_PUBLIC
static final char ACC_PRIVATE
static final char ACC_PROTECTED
static final char ACC_STATIC
static final char ACC_FINAL
static final char ACC_SYNCHRONIZED
static final char ACC_SUPER
static final char ACC_VOLATILE
static final char ACC_TRANSIENT
static final char ACC_NATIVE
static final char ACC_INTERFACE
static final char ACC_ABSTRACT
static final char ACC_STRICT
static final byte CONSTANT_Class
static final byte CONSTANT_FieldRef
static final byte CONSTANT_MethodRef
static final byte CONSTANT_InterfaceMethodRef
static final byte CONSTANT_String
static final byte CONSTANT_Integer
static final byte CONSTANT_Float
static final byte CONSTANT_Long
static final byte CONSTANT_Double
static final byte CONSTANT_NameAndType
static final byte CONSTANT_Utf8
static final byte CONSTANT_ResolvedClass
static final byte CONSTANT_ResolvedSFieldRef
static final byte CONSTANT_ResolvedIFieldRef
static final byte CONSTANT_ResolvedSMethodRef
static final byte CONSTANT_ResolvedIMethodRef
static final byte TC_BYTE
static final byte TC_CHAR
static final byte TC_DOUBLE
static final byte TC_FLOAT
static final byte TC_INT
static final byte TC_LONG
static final byte TC_CLASS
static final byte TC_CLASSEND
static final byte TC_SHORT
static final byte TC_BOOLEAN
static final byte TC_ARRAY
static final byte TC_PARAM
static final byte TC_PARAMEND
static final byte TC_VOID
static final byte T_BOOLEAN
static final byte T_CHAR
static final byte T_FLOAT
static final byte T_DOUBLE
static final byte T_BYTE
static final byte T_SHORT
static final byte T_INT
static final byte T_LONG
static final byte STATE_UNLOADED
static final byte STATE_LOADING1
static final byte STATE_LOADING2
static final byte STATE_LOADING3
static final byte STATE_LOADERROR
static final byte STATE_LOADED
static final byte STATE_VERIFYING
static final byte STATE_VERIFYERROR
static final byte STATE_VERIFIED
static final byte STATE_PREPARING
static final byte STATE_PREPAREERROR
static final byte STATE_PREPARED
static final byte STATE_SFINITIALIZING
static final byte STATE_SFINITERROR
static final byte STATE_SFINITIALIZED
static final byte STATE_COMPILING
static final byte STATE_COMPILED
static final byte STATE_CLSINITIALIZING
static final byte STATE_CLSINITRUNNING
static final byte STATE_CLSINITERROR
static final byte STATE_CLSINITIALIZED
static final short UNDEFINED
static final short UNPREDICTABLE
static final short RESERVED
static final String ILLEGAL_OPCODE
static final String ILLEGAL_TYPE
static final short jbc_NOP
static final short jbc_ACONST_NULL
static final short jbc_ICONST_M1
static final short jbc_ICONST_0
static final short jbc_ICONST_1
static final short jbc_ICONST_2
static final short jbc_ICONST_3
static final short jbc_ICONST_4
static final short jbc_ICONST_5
static final short jbc_LCONST_0
static final short jbc_LCONST_1
static final short jbc_FCONST_0
static final short jbc_FCONST_1
static final short jbc_FCONST_2
static final short jbc_DCONST_0
static final short jbc_DCONST_1
static final short jbc_BIPUSH
static final short jbc_SIPUSH
static final short jbc_LDC
static final short jbc_LDC_W
static final short jbc_LDC2_W
static final short jbc_ILOAD
static final short jbc_LLOAD
static final short jbc_FLOAD
static final short jbc_DLOAD
static final short jbc_ALOAD
static final short jbc_ILOAD_0
static final short jbc_ILOAD_1
static final short jbc_ILOAD_2
static final short jbc_ILOAD_3
static final short jbc_LLOAD_0
static final short jbc_LLOAD_1
static final short jbc_LLOAD_2
static final short jbc_LLOAD_3
static final short jbc_FLOAD_0
static final short jbc_FLOAD_1
static final short jbc_FLOAD_2
static final short jbc_FLOAD_3
static final short jbc_DLOAD_0
static final short jbc_DLOAD_1
static final short jbc_DLOAD_2
static final short jbc_DLOAD_3
static final short jbc_ALOAD_0
static final short jbc_ALOAD_1
static final short jbc_ALOAD_2
static final short jbc_ALOAD_3
static final short jbc_IALOAD
static final short jbc_LALOAD
static final short jbc_FALOAD
static final short jbc_DALOAD
static final short jbc_AALOAD
static final short jbc_BALOAD
static final short jbc_CALOAD
static final short jbc_SALOAD
static final short jbc_ISTORE
static final short jbc_LSTORE
static final short jbc_FSTORE
static final short jbc_DSTORE
static final short jbc_ASTORE
static final short jbc_ISTORE_0
static final short jbc_ISTORE_1
static final short jbc_ISTORE_2
static final short jbc_ISTORE_3
static final short jbc_LSTORE_0
static final short jbc_LSTORE_1
static final short jbc_LSTORE_2
static final short jbc_LSTORE_3
static final short jbc_FSTORE_0
static final short jbc_FSTORE_1
static final short jbc_FSTORE_2
static final short jbc_FSTORE_3
static final short jbc_DSTORE_0
static final short jbc_DSTORE_1
static final short jbc_DSTORE_2
static final short jbc_DSTORE_3
static final short jbc_ASTORE_0
static final short jbc_ASTORE_1
static final short jbc_ASTORE_2
static final short jbc_ASTORE_3
static final short jbc_IASTORE
static final short jbc_LASTORE
static final short jbc_FASTORE
static final short jbc_DASTORE
static final short jbc_AASTORE
static final short jbc_BASTORE
static final short jbc_CASTORE
static final short jbc_SASTORE
static final short jbc_POP
static final short jbc_POP2
static final short jbc_DUP
static final short jbc_DUP_X1
static final short jbc_DUP_X2
static final short jbc_DUP2
static final short jbc_DUP2_X1
static final short jbc_DUP2_X2
static final short jbc_SWAP
static final short jbc_IADD
static final short jbc_LADD
static final short jbc_FADD
static final short jbc_DADD
static final short jbc_ISUB
static final short jbc_LSUB
static final short jbc_FSUB
static final short jbc_DSUB
static final short jbc_IMUL
static final short jbc_LMUL
static final short jbc_FMUL
static final short jbc_DMUL
static final short jbc_IDIV
static final short jbc_LDIV
static final short jbc_FDIV
static final short jbc_DDIV
static final short jbc_IREM
static final short jbc_LREM
static final short jbc_FREM
static final short jbc_DREM
static final short jbc_INEG
static final short jbc_LNEG
static final short jbc_FNEG
static final short jbc_DNEG
static final short jbc_ISHL
static final short jbc_LSHL
static final short jbc_ISHR
static final short jbc_LSHR
static final short jbc_IUSHR
static final short jbc_LUSHR
static final short jbc_IAND
static final short jbc_LAND
static final short jbc_IOR
static final short jbc_LOR
static final short jbc_IXOR
static final short jbc_LXOR
static final short jbc_IINC
static final short jbc_I2L
static final short jbc_I2F
static final short jbc_I2D
static final short jbc_L2I
static final short jbc_L2F
static final short jbc_L2D
static final short jbc_F2I
static final short jbc_F2L
static final short jbc_F2D
static final short jbc_D2I
static final short jbc_D2L
static final short jbc_D2F
static final short jbc_I2B
static final short jbc_INT2BYTE
static final short jbc_I2C
static final short jbc_INT2CHAR
static final short jbc_I2S
static final short jbc_INT2SHORT
static final short jbc_LCMP
static final short jbc_FCMPL
static final short jbc_FCMPG
static final short jbc_DCMPL
static final short jbc_DCMPG
static final short jbc_IFEQ
static final short jbc_IFNE
static final short jbc_IFLT
static final short jbc_IFGE
static final short jbc_IFGT
static final short jbc_IFLE
static final short jbc_IF_ICMPEQ
static final short jbc_IF_ICMPNE
static final short jbc_IF_ICMPLT
static final short jbc_IF_ICMPGE
static final short jbc_IF_ICMPGT
static final short jbc_IF_ICMPLE
static final short jbc_IF_ACMPEQ
static final short jbc_IF_ACMPNE
static final short jbc_GOTO
static final short jbc_JSR
static final short jbc_RET
static final short jbc_TABLESWITCH
static final short jbc_LOOKUPSWITCH
static final short jbc_IRETURN
static final short jbc_LRETURN
static final short jbc_FRETURN
static final short jbc_DRETURN
static final short jbc_ARETURN
static final short jbc_RETURN
static final short jbc_GETSTATIC
static final short jbc_PUTSTATIC
static final short jbc_GETFIELD
static final short jbc_PUTFIELD
static final short jbc_INVOKEVIRTUAL
static final short jbc_INVOKESPECIAL
static final short jbc_INVOKENONVIRTUAL
static final short jbc_INVOKESTATIC
static final short jbc_INVOKEINTERFACE
static final short jbc_NEW
static final short jbc_NEWARRAY
static final short jbc_ANEWARRAY
static final short jbc_ARRAYLENGTH
static final short jbc_ATHROW
static final short jbc_CHECKCAST
static final short jbc_INSTANCEOF
static final short jbc_MONITORENTER
static final short jbc_MONITOREXIT
static final short jbc_WIDE
static final short jbc_MULTIANEWARRAY
static final short jbc_IFNULL
static final short jbc_IFNONNULL
static final short jbc_GOTO_W
static final short jbc_JSR_W
static final short jbc_BREAKPOINT
static final short[] NO_OF_OPERANDS
static final short[][] TYPE_OF_OPERANDS
static final String[] OPCODE_NAMES
static final int[] CONSUME_STACK
static final int[] PRODUCE_STACK
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |