public final class Const extends Object
Modifier and Type | Field and Description |
---|---|
static short |
AALOAD
Java VM opcode.
|
static short |
AASTORE
Java VM opcode.
|
static short |
ACC_ABSTRACT
One of the access flags for fields, methods, or classes.
|
static short |
ACC_ANNOTATION
One of the access flags for fields, methods, or classes.
|
static short |
ACC_BRIDGE
One of the access flags for fields, methods, or classes.
|
static short |
ACC_ENUM
One of the access flags for fields, methods, or classes.
|
static short |
ACC_FINAL
One of the access flags for fields, methods, or classes.
|
static short |
ACC_INTERFACE
One of the access flags for fields, methods, or classes.
|
static short |
ACC_MANDATED
One of the access flags for fields, methods, or classes.
|
static short |
ACC_NATIVE
One of the access flags for fields, methods, or classes.
|
static short |
ACC_PRIVATE
One of the access flags for fields, methods, or classes.
|
static short |
ACC_PROTECTED
One of the access flags for fields, methods, or classes.
|
static short |
ACC_PUBLIC
One of the access flags for fields, methods, or classes.
|
static short |
ACC_STATIC
One of the access flags for fields, methods, or classes.
|
static short |
ACC_STRICT
One of the access flags for fields, methods, or classes.
|
static short |
ACC_SUPER
One of the access flags for fields, methods, or classes.
|
static short |
ACC_SYNCHRONIZED
One of the access flags for fields, methods, or classes.
|
static short |
ACC_SYNTHETIC
One of the access flags for fields, methods, or classes.
|
static short |
ACC_TRANSIENT
One of the access flags for fields, methods, or classes.
|
static short |
ACC_VARARGS
One of the access flags for fields, methods, or classes.
|
static short |
ACC_VOLATILE
One of the access flags for fields, methods, or classes.
|
static int |
ACCESS_NAMES_LENGTH |
static short |
ACONST_NULL
Java VM opcode.
|
static short |
ALOAD
Java VM opcode.
|
static short |
ALOAD_0
Java VM opcode.
|
static short |
ALOAD_1
Java VM opcode.
|
static short |
ALOAD_2
Java VM opcode.
|
static short |
ALOAD_3
Java VM opcode.
|
static short |
ANEWARRAY
Java VM opcode.
|
static short |
ANEWARRAY_QUICK
JVM internal opcode.
|
static int |
APPEND_FRAME |
static int |
APPEND_FRAME_MAX |
static short |
ARETURN
Java VM opcode.
|
static short |
ARRAYLENGTH
Java VM opcode.
|
static short |
ASTORE
Java VM opcode.
|
static short |
ASTORE_0
Java VM opcode.
|
static short |
ASTORE_1
Java VM opcode.
|
static short |
ASTORE_2
Java VM opcode.
|
static short |
ASTORE_3
Java VM opcode.
|
static short |
ATHROW
Java VM opcode.
|
static byte |
ATTR_ANNOTATION_DEFAULT |
static byte |
ATTR_BOOTSTRAP_METHODS |
static byte |
ATTR_CODE |
static byte |
ATTR_CONSTANT_VALUE |
static byte |
ATTR_DEPRECATED |
static byte |
ATTR_ENCLOSING_METHOD |
static byte |
ATTR_EXCEPTIONS |
static byte |
ATTR_INNER_CLASSES |
static byte |
ATTR_LINE_NUMBER_TABLE |
static byte |
ATTR_LOCAL_VARIABLE_TABLE |
static byte |
ATTR_LOCAL_VARIABLE_TYPE_TABLE |
static byte |
ATTR_METHOD_PARAMETERS |
static byte |
ATTR_PMG |
static byte |
ATTR_RUNTIME_INVISIBLE_ANNOTATIONS |
static byte |
ATTR_RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS |
static byte |
ATTR_RUNTIME_VISIBLE_ANNOTATIONS |
static byte |
ATTR_RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS |
static byte |
ATTR_SIGNATURE |
static byte |
ATTR_SOURCE_FILE |
static byte |
ATTR_STACK_MAP |
static byte |
ATTR_STACK_MAP_TABLE |
static byte |
ATTR_SYNTHETIC |
static byte |
ATTR_UNKNOWN
Attributes and their corresponding names.
|
static short |
BALOAD
Java VM opcode.
|
static short |
BASTORE
Java VM opcode.
|
static short |
BIPUSH
Java VM opcode.
|
static short |
BREAKPOINT
JVM internal opcode.
|
static short |
CALOAD
Java VM opcode.
|
static short |
CASTORE
Java VM opcode.
|
static short |
CHECKCAST
Java VM opcode.
|
static short |
CHECKCAST_QUICK
JVM internal opcode.
|
static int |
CHOP_FRAME |
static int |
CHOP_FRAME_MAX |
static byte |
CONSTANT_Class
Marks a constant pool entry as a Class
|
static byte |
CONSTANT_Double
Marks a constant pool entry as type Double.
|
static byte |
CONSTANT_Fieldref
Marks a constant pool entry as a Field Reference.
|
static byte |
CONSTANT_Float
Marks a constant pool entry as type Float.
|
static byte |
CONSTANT_Integer
Marks a constant pool entry as type Integer.
|
static byte |
CONSTANT_InterfaceMethodref
Marks a constant pool entry as an Interface Method Reference.
|
static byte |
CONSTANT_InvokeDynamic
Marks a constant pool entry as an Invoke Dynamic
|
static byte |
CONSTANT_Long
Marks a constant pool entry as type Long.
|
static byte |
CONSTANT_MethodHandle
Marks a constant pool entry as a Method Handle.
|
static byte |
CONSTANT_Methodref
Marks a constant pool entry as a Method Reference.
|
static byte |
CONSTANT_MethodType
Marks a constant pool entry as a Method Type.
|
static byte |
CONSTANT_Module
Marks a constant pool entry as a Module Reference.
|
static byte |
CONSTANT_NameAndType
Marks a constant pool entry as a name and type.
|
static byte |
CONSTANT_Package
Marks a constant pool entry as a Package Reference.
|
static byte |
CONSTANT_String
Marks a constant pool entry as type String
|
static byte |
CONSTANT_Utf8
Marks a constant pool entry as type UTF-8.
|
static String |
CONSTRUCTOR_NAME
The name of every constructor method in a class, also called
"instance initialization method".
|
static short |
D2F
Java VM opcode.
|
static short |
D2I
Java VM opcode.
|
static short |
D2L
Java VM opcode.
|
static short |
DADD
Java VM opcode.
|
static short |
DALOAD
Java VM opcode.
|
static short |
DASTORE
Java VM opcode.
|
static short |
DCMPG
Java VM opcode.
|
static short |
DCMPL
Java VM opcode.
|
static short |
DCONST_0
Java VM opcode.
|
static short |
DCONST_1
Java VM opcode.
|
static short |
DDIV
Java VM opcode.
|
static short |
DLOAD
Java VM opcode.
|
static short |
DLOAD_0
Java VM opcode.
|
static short |
DLOAD_1
Java VM opcode.
|
static short |
DLOAD_2
Java VM opcode.
|
static short |
DLOAD_3
Java VM opcode.
|
static short |
DMUL
Java VM opcode.
|
static short |
DNEG
Java VM opcode.
|
static short |
DREM
Java VM opcode.
|
static short |
DRETURN
Java VM opcode.
|
static short |
DSTORE
Java VM opcode.
|
static short |
DSTORE_0
Java VM opcode.
|
static short |
DSTORE_1
Java VM opcode.
|
static short |
DSTORE_2
Java VM opcode.
|
static short |
DSTORE_3
Java VM opcode.
|
static short |
DSUB
Java VM opcode.
|
static short |
DUP
Java VM opcode.
|
static short |
DUP_X1
Java VM opcode.
|
static short |
DUP_X2
Java VM opcode.
|
static short |
DUP2
Java VM opcode.
|
static short |
DUP2_X1
Java VM opcode.
|
static short |
DUP2_X2
Java VM opcode.
|
static short |
F2D
Java VM opcode.
|
static short |
F2I
Java VM opcode.
|
static short |
F2L
Java VM opcode.
|
static short |
FADD
Java VM opcode.
|
static short |
FALOAD
Java VM opcode.
|
static short |
FASTORE
Java VM opcode.
|
static short |
FCMPG
Java VM opcode.
|
static short |
FCMPL
Java VM opcode.
|
static short |
FCONST_0
Java VM opcode.
|
static short |
FCONST_1
Java VM opcode.
|
static short |
FCONST_2
Java VM opcode.
|
static short |
FDIV
Java VM opcode.
|
static short |
FLOAD
Java VM opcode.
|
static short |
FLOAD_0
Java VM opcode.
|
static short |
FLOAD_1
Java VM opcode.
|
static short |
FLOAD_2
Java VM opcode.
|
static short |
FLOAD_3
Java VM opcode.
|
static short |
FMUL
Java VM opcode.
|
static short |
FNEG
Java VM opcode.
|
static short |
FREM
Java VM opcode.
|
static short |
FRETURN
Java VM opcode.
|
static short |
FSTORE
Java VM opcode.
|
static short |
FSTORE_0
Java VM opcode.
|
static short |
FSTORE_1
Java VM opcode.
|
static short |
FSTORE_2
Java VM opcode.
|
static short |
FSTORE_3
Java VM opcode.
|
static short |
FSUB
Java VM opcode.
|
static int |
FULL_FRAME |
static short |
GETFIELD
Java VM opcode.
|
static short |
GETFIELD_QUICK
JVM internal opcode.
|
static short |
GETFIELD_QUICK_W
JVM internal opcode.
|
static short |
GETFIELD2_QUICK
JVM internal opcode.
|
static short |
GETSTATIC
Java VM opcode.
|
static short |
GETSTATIC_QUICK
JVM internal opcode.
|
static short |
GETSTATIC2_QUICK
JVM internal opcode.
|
static short |
GOTO
Java VM opcode.
|
static short |
GOTO_W
Java VM opcode.
|
static short |
I2B
Java VM opcode.
|
static short |
I2C
Java VM opcode.
|
static short |
I2D
Java VM opcode.
|
static short |
I2F
Java VM opcode.
|
static short |
I2L
Java VM opcode.
|
static short |
I2S
Java VM opcode.
|
static short |
IADD
Java VM opcode.
|
static short |
IALOAD
Java VM opcode.
|
static short |
IAND
Java VM opcode.
|
static short |
IASTORE
Java VM opcode.
|
static short |
ICONST_0
Java VM opcode.
|
static short |
ICONST_1
Java VM opcode.
|
static short |
ICONST_2
Java VM opcode.
|
static short |
ICONST_3
Java VM opcode.
|
static short |
ICONST_4
Java VM opcode.
|
static short |
ICONST_5
Java VM opcode.
|
static short |
ICONST_M1
Java VM opcode.
|
static short |
IDIV
Java VM opcode.
|
static short |
IF_ACMPEQ
Java VM opcode.
|
static short |
IF_ACMPNE
Java VM opcode.
|
static short |
IF_ICMPEQ
Java VM opcode.
|
static short |
IF_ICMPGE
Java VM opcode.
|
static short |
IF_ICMPGT
Java VM opcode.
|
static short |
IF_ICMPLE
Java VM opcode.
|
static short |
IF_ICMPLT
Java VM opcode.
|
static short |
IF_ICMPNE
Java VM opcode.
|
static short |
IFEQ
Java VM opcode.
|
static short |
IFGE
Java VM opcode.
|
static short |
IFGT
Java VM opcode.
|
static short |
IFLE
Java VM opcode.
|
static short |
IFLT
Java VM opcode.
|
static short |
IFNE
Java VM opcode.
|
static short |
IFNONNULL
Java VM opcode.
|
static short |
IFNULL
Java VM opcode.
|
static short |
IINC
Java VM opcode.
|
static String |
ILLEGAL_OPCODE
Mnemonic for an illegal opcode.
|
static String |
ILLEGAL_TYPE
Mnemonic for an illegal type.
|
static short |
ILOAD
Java VM opcode.
|
static short |
ILOAD_0
Java VM opcode.
|
static short |
ILOAD_1
Java VM opcode.
|
static short |
ILOAD_2
Java VM opcode.
|
static short |
ILOAD_3
Java VM opcode.
|
static short |
IMPDEP1
JVM internal opcode.
|
static short |
IMPDEP2
JVM internal opcode.
|
static short |
IMUL
Java VM opcode.
|
static short |
INEG
Java VM opcode.
|
static short |
INSTANCEOF
Java VM opcode.
|
static short |
INSTANCEOF_QUICK
JVM internal opcode.
|
static short |
INT2BYTE
Java VM opcode.
|
static short |
INT2CHAR
Java VM opcode.
|
static short |
INT2SHORT
Java VM opcode.
|
static short |
INVOKEDYNAMIC
Java VM opcode.
|
static short |
INVOKEINTERFACE
Java VM opcode.
|
static short |
INVOKEINTERFACE_QUICK
JVM internal opcode.
|
static short |
INVOKENONVIRTUAL
Java VM opcode.
|
static short |
INVOKENONVIRTUAL_QUICK
JVM internal opcode.
|
static short |
INVOKESPECIAL
Java VM opcode.
|
static short |
INVOKESTATIC
Java VM opcode.
|
static short |
INVOKESTATIC_QUICK
JVM internal opcode.
|
static short |
INVOKESUPER_QUICK
JVM internal opcode.
|
static short |
INVOKEVIRTUAL
Java VM opcode.
|
static short |
INVOKEVIRTUAL_QUICK
JVM internal opcode.
|
static short |
INVOKEVIRTUAL_QUICK_W
JVM internal opcode.
|
static short |
INVOKEVIRTUALOBJECT_QUICK
JVM internal opcode.
|
static short |
IOR
Java VM opcode.
|
static short |
IREM
Java VM opcode.
|
static short |
IRETURN
Java VM opcode.
|
static short |
ISHL
Java VM opcode.
|
static short |
ISHR
Java VM opcode.
|
static short |
ISTORE
Java VM opcode.
|
static short |
ISTORE_0
Java VM opcode.
|
static short |
ISTORE_1
Java VM opcode.
|
static short |
ISTORE_2
Java VM opcode.
|
static short |
ISTORE_3
Java VM opcode.
|
static short |
ISUB
Java VM opcode.
|
static byte |
ITEM_Bogus
Constants used in the StackMap attribute.
|
static byte |
ITEM_Double |
static byte |
ITEM_Float |
static byte |
ITEM_InitObject |
static byte |
ITEM_Integer |
static byte |
ITEM_Long |
static byte |
ITEM_NewObject |
static byte |
ITEM_Null |
static byte |
ITEM_Object |
static short |
IUSHR
Java VM opcode.
|
static short |
IXOR
Java VM opcode.
|
static short |
JSR
Java VM opcode.
|
static short |
JSR_W
Java VM opcode.
|
static int |
JVM_CLASSFILE_MAGIC
Java class file format Magic number (0xCAFEBABE)
|
static short |
KNOWN_ATTRIBUTES |
static short |
L2D
Java VM opcode.
|
static short |
L2F
Java VM opcode.
|
static short |
L2I
Java VM opcode.
|
static short |
LADD
Java VM opcode.
|
static short |
LALOAD
Java VM opcode.
|
static short |
LAND
Java VM opcode.
|
static short |
LASTORE
Java VM opcode.
|
static short |
LCMP
Java VM opcode.
|
static short |
LCONST_0
Java VM opcode.
|
static short |
LCONST_1
Java VM opcode.
|
static short |
LDC
Java VM opcode.
|
static short |
LDC_QUICK
JVM internal opcode.
|
static short |
LDC_W
Java VM opcode.
|
static short |
LDC_W_QUICK
JVM internal opcode.
|
static short |
LDC2_W
Java VM opcode.
|
static short |
LDC2_W_QUICK
JVM internal opcode.
|
static short |
LDIV
Java VM opcode.
|
static short |
LLOAD
Java VM opcode.
|
static short |
LLOAD_0
Java VM opcode.
|
static short |
LLOAD_1
Java VM opcode.
|
static short |
LLOAD_2
Java VM opcode.
|
static short |
LLOAD_3
Java VM opcode.
|
static short |
LMUL
Java VM opcode.
|
static short |
LNEG
Java VM opcode.
|
static short |
LOOKUPSWITCH
Java VM opcode.
|
static short |
LOR
Java VM opcode.
|
static short |
LREM
Java VM opcode.
|
static short |
LRETURN
Java VM opcode.
|
static short |
LSHL
Java VM opcode.
|
static short |
LSHR
Java VM opcode.
|
static short |
LSTORE
Java VM opcode.
|
static short |
LSTORE_0
Java VM opcode.
|
static short |
LSTORE_1
Java VM opcode.
|
static short |
LSTORE_2
Java VM opcode.
|
static short |
LSTORE_3
Java VM opcode.
|
static short |
LSUB
Java VM opcode.
|
static short |
LUSHR
Java VM opcode.
|
static short |
LXOR
Java VM opcode.
|
static short |
MAJOR
Default major version number.
|
static short |
MAJOR_1_1
Major version number of class files for Java 1.1.
|
static short |
MAJOR_1_2
Major version number of class files for Java 1.2.
|
static short |
MAJOR_1_3
Major version number of class files for Java 1.2.
|
static short |
MAJOR_1_4
Major version number of class files for Java 1.3.
|
static short |
MAJOR_1_5
Major version number of class files for Java 1.4.
|
static short |
MAJOR_1_6
Major version number of class files for Java 1.6.
|
static short |
MAJOR_1_7
Major version number of class files for Java 1.7.
|
static short |
MAJOR_1_8
Major version number of class files for Java 1.8.
|
static short |
MAJOR_1_9
Major version number of class files for Java 1.9.
|
static short |
MAX_ACC_FLAG
One of the access flags for fields, methods, or classes.
|
static int |
MAX_ARRAY_DIMENSIONS
The maximum number of dimensions in an array (255).
|
static int |
MAX_BYTE
Maximum value for an unsigned byte.
|
static int |
MAX_CODE_SIZE
Maximum code size (plus one; the code size must be LESS than this)
One of the limitations of the Java Virtual Machine.
|
static int |
MAX_CP_ENTRIES
Maximum Constant Pool entries.
|
static int |
MAX_SHORT
Maximum value for an unsigned short.
|
static short |
MINOR
Default major version number.
|
static short |
MINOR_1_1
Minor version number of class files for Java 1.1.
|
static short |
MINOR_1_2
Minor version number of class files for Java 1.2.
|
static short |
MINOR_1_3
Minor version number of class files for Java 1.3.
|
static short |
MINOR_1_4
Minor version number of class files for Java 1.4.
|
static short |
MINOR_1_5
Minor version number of class files for Java 1.5.
|
static short |
MINOR_1_6
Minor version number of class files for Java 1.6.
|
static short |
MINOR_1_7
Minor version number of class files for Java 1.7.
|
static short |
MINOR_1_8
Minor version number of class files for Java 1.8.
|
static short |
MINOR_1_9
Minor version number of class files for Java 1.9.
|
static short |
MONITORENTER
Java VM opcode.
|
static short |
MONITOREXIT
Java VM opcode.
|
static short |
MULTIANEWARRAY
Java VM opcode.
|
static short |
MULTIANEWARRAY_QUICK
JVM internal opcode.
|
static short |
NEW
Java VM opcode.
|
static short |
NEW_QUICK
JVM internal opcode.
|
static short |
NEWARRAY
Java VM opcode.
|
static short |
NOP
Java VM opcode.
|
static int |
OPCODE_NAMES_LENGTH |
static short |
POP
Java VM opcode.
|
static short |
POP2
Java VM opcode.
|
static short |
PUSH
BCEL virtual instruction for pushing an arbitrary data type onto the stack.
|
static short |
PUTFIELD
Java VM opcode.
|
static short |
PUTFIELD_QUICK
JVM internal opcode.
|
static short |
PUTFIELD_QUICK_W
JVM internal opcode.
|
static short |
PUTFIELD2_QUICK
JVM internal opcode.
|
static short |
PUTSTATIC
Java VM opcode.
|
static short |
PUTSTATIC_QUICK
JVM internal opcode.
|
static short |
PUTSTATIC2_QUICK
JVM internal opcode.
|
static byte |
REF_getField |
static byte |
REF_getStatic |
static byte |
REF_invokeInterface |
static byte |
REF_invokeSpecial |
static byte |
REF_invokeStatic |
static byte |
REF_invokeVirtual |
static byte |
REF_newInvokeSpecial |
static byte |
REF_putField |
static byte |
REF_putStatic |
static short |
RESERVED
Illegal opcode.
|
static short |
RET
Java VM opcode.
|
static short |
RETURN
Java VM opcode.
|
static short |
SALOAD
Java VM opcode.
|
static int |
SAME_FRAME
Constants used to identify StackMapEntry types.
|
static int |
SAME_FRAME_EXTENDED |
static int |
SAME_FRAME_MAX
Constants that define the maximum value of
those constants which store ranges.
|
static int |
SAME_LOCALS_1_STACK_ITEM_FRAME |
static int |
SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED |
static int |
SAME_LOCALS_1_STACK_ITEM_FRAME_MAX |
static short |
SASTORE
Java VM opcode.
|
static short |
SIPUSH
Java VM opcode.
|
static String |
STATIC_INITIALIZER_NAME
The name of the static initializer, also called "class
initialization method" or "interface initialization
method".
|
static short |
SWAP
Java VM opcode.
|
static short |
SWITCH
BCEL virtual instruction for either LOOKUPSWITCH or TABLESWITCH.
|
static byte |
T_ADDRESS
Address data type.
|
static byte |
T_ARRAY
Array data type.
|
static byte |
T_BOOLEAN
Boolean data type.
|
static byte |
T_BYTE
Byte data type.
|
static byte |
T_CHAR
Char data type.
|
static byte |
T_DOUBLE
Double data type.
|
static byte |
T_FLOAT
Float data type.
|
static byte |
T_INT
Int data type.
|
static byte |
T_LONG
Long data type.
|
static byte |
T_OBJECT
Object data type.
|
static byte |
T_REFERENCE
Reference data type (deprecated).
|
static byte |
T_SHORT
Short data type.
|
static byte |
T_UNKNOWN
Unknown data type.
|
static byte |
T_VOID
Void data type (non-standard).
|
static short |
TABLESWITCH
Java VM opcode.
|
static short |
UNDEFINED
Illegal opcode.
|
static short |
UNPREDICTABLE
Illegal opcode.
|
static short |
WIDE
Java VM opcode.
|
Modifier and Type | Method and Description |
---|---|
static String |
getAccessName(int index) |
static String |
getAttributeName(int index) |
static String |
getClassTypeName(int index)
The primitive class names corresponding to the T_XX constants,
e.g., CLASS_TYPE_NAMES[T_INT] = "java.lang.Integer"
|
static String |
getConstantName(int index) |
static int |
getConsumeStack(int index) |
static Iterable<String> |
getInterfacesImplementedByArrays() |
static String |
getItemName(int index) |
static String |
getMethodHandleName(int index) |
static short |
getNoOfOperands(int index) |
static String |
getOpcodeName(int index) |
static short |
getOperandType(int opcode,
int index) |
static long |
getOperandTypeCount(int opcode) |
static int |
getProduceStack(int index) |
static String |
getShortTypeName(int index) |
static String |
getTypeName(int index)
The primitive type names corresponding to the T_XX constants,
e.g., TYPE_NAMES[T_INT] = "int"
|
public static final int JVM_CLASSFILE_MAGIC
public static final short MAJOR_1_1
MINOR_1_1
,
Constant Field Valuespublic static final short MINOR_1_1
MAJOR_1_1
,
Constant Field Valuespublic static final short MAJOR_1_2
MINOR_1_2
,
Constant Field Valuespublic static final short MINOR_1_2
MAJOR_1_2
,
Constant Field Valuespublic static final short MAJOR_1_3
MINOR_1_2
,
Constant Field Valuespublic static final short MINOR_1_3
MAJOR_1_3
,
Constant Field Valuespublic static final short MAJOR_1_4
MINOR_1_3
,
Constant Field Valuespublic static final short MINOR_1_4
MAJOR_1_4
,
Constant Field Valuespublic static final short MAJOR_1_5
MINOR_1_4
,
Constant Field Valuespublic static final short MINOR_1_5
MAJOR_1_5
,
Constant Field Valuespublic static final short MAJOR_1_6
MINOR_1_6
,
Constant Field Valuespublic static final short MINOR_1_6
MAJOR_1_6
,
Constant Field Valuespublic static final short MAJOR_1_7
MINOR_1_7
,
Constant Field Valuespublic static final short MINOR_1_7
MAJOR_1_7
,
Constant Field Valuespublic static final short MAJOR_1_8
MINOR_1_8
,
Constant Field Valuespublic static final short MAJOR_1_9
MINOR_1_9
,
Constant Field Valuespublic static final short MINOR_1_8
MAJOR_1_8
,
Constant Field Valuespublic static final short MINOR_1_9
MAJOR_1_9
,
Constant Field Valuespublic static final short MAJOR
MAJOR_1_1
,
Constant Field Valuespublic static final short MINOR
MAJOR_1_1
,
Constant Field Valuespublic static final int MAX_SHORT
public static final int MAX_BYTE
public static final short ACC_PUBLIC
public static final short ACC_PRIVATE
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_PROTECTED
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_STATIC
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_FINAL
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_SYNCHRONIZED
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_VOLATILE
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_BRIDGE
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_TRANSIENT
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_VARARGS
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_NATIVE
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_INTERFACE
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_ABSTRACT
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_STRICT
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_SYNTHETIC
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_ANNOTATION
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_ENUM
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_MANDATED
ACC_PUBLIC
,
Constant Field Valuespublic static final short ACC_SUPER
ACC_PUBLIC
,
Constant Field Valuespublic static final short MAX_ACC_FLAG
ACC_PUBLIC
,
Constant Field Valuespublic static final int ACCESS_NAMES_LENGTH
public static final byte CONSTANT_Utf8
public static final byte CONSTANT_Integer
public static final byte CONSTANT_Float
public static final byte CONSTANT_Long
public static final byte CONSTANT_Double
public static final byte CONSTANT_Class
public static final byte CONSTANT_Fieldref
public static final byte CONSTANT_String
public static final byte CONSTANT_Methodref
public static final byte CONSTANT_InterfaceMethodref
public static final byte CONSTANT_NameAndType
public static final byte CONSTANT_MethodHandle
public static final byte CONSTANT_MethodType
public static final byte CONSTANT_InvokeDynamic
public static final byte CONSTANT_Module
Note: Early access Java 9 support- currently subject to change
public static final byte CONSTANT_Package
Note: Early access Java 9 support- currently subject to change
public static final String STATIC_INITIALIZER_NAME
public static final String CONSTRUCTOR_NAME
public static final int MAX_CP_ENTRIES
public static final int MAX_CODE_SIZE
public static final int MAX_ARRAY_DIMENSIONS
public static final short NOP
public static final short ACONST_NULL
public static final short ICONST_M1
public static final short ICONST_0
public static final short ICONST_1
public static final short ICONST_2
public static final short ICONST_3
public static final short ICONST_4
public static final short ICONST_5
public static final short LCONST_0
public static final short LCONST_1
public static final short FCONST_0
public static final short FCONST_1
public static final short FCONST_2
public static final short DCONST_0
public static final short DCONST_1
public static final short BIPUSH
public static final short SIPUSH
public static final short LDC
public static final short LDC_W
public static final short LDC2_W
public static final short ILOAD
public static final short LLOAD
public static final short FLOAD
public static final short DLOAD
public static final short ALOAD
public static final short ILOAD_0
public static final short ILOAD_1
public static final short ILOAD_2
public static final short ILOAD_3
public static final short LLOAD_0
public static final short LLOAD_1
public static final short LLOAD_2
public static final short LLOAD_3
public static final short FLOAD_0
public static final short FLOAD_1
public static final short FLOAD_2
public static final short FLOAD_3
public static final short DLOAD_0
public static final short DLOAD_1
public static final short DLOAD_2
public static final short DLOAD_3
public static final short ALOAD_0
public static final short ALOAD_1
public static final short ALOAD_2
public static final short ALOAD_3
public static final short IALOAD
public static final short LALOAD
public static final short FALOAD
public static final short DALOAD
public static final short AALOAD
public static final short BALOAD
public static final short CALOAD
public static final short SALOAD
public static final short ISTORE
public static final short LSTORE
public static final short FSTORE
public static final short DSTORE
public static final short ASTORE
public static final short ISTORE_0
public static final short ISTORE_1
public static final short ISTORE_2
public static final short ISTORE_3
public static final short LSTORE_0
public static final short LSTORE_1
public static final short LSTORE_2
public static final short LSTORE_3
public static final short FSTORE_0
public static final short FSTORE_1
public static final short FSTORE_2
public static final short FSTORE_3
public static final short DSTORE_0
public static final short DSTORE_1
public static final short DSTORE_2
public static final short DSTORE_3
public static final short ASTORE_0
public static final short ASTORE_1
public static final short ASTORE_2
public static final short ASTORE_3
public static final short IASTORE
public static final short LASTORE
public static final short FASTORE
public static final short DASTORE
public static final short AASTORE
public static final short BASTORE
public static final short CASTORE
public static final short SASTORE
public static final short POP
public static final short POP2
public static final short DUP
public static final short DUP_X1
public static final short DUP_X2
public static final short DUP2
public static final short DUP2_X1
public static final short DUP2_X2
public static final short SWAP
public static final short IADD
public static final short LADD
public static final short FADD
public static final short DADD
public static final short ISUB
public static final short LSUB
public static final short FSUB
public static final short DSUB
public static final short IMUL
public static final short LMUL
public static final short FMUL
public static final short DMUL
public static final short IDIV
public static final short LDIV
public static final short FDIV
public static final short DDIV
public static final short IREM
public static final short LREM
public static final short FREM
public static final short DREM
public static final short INEG
public static final short LNEG
public static final short FNEG
public static final short DNEG
public static final short ISHL
public static final short LSHL
public static final short ISHR
public static final short LSHR
public static final short IUSHR
public static final short LUSHR
public static final short IAND
public static final short LAND
public static final short IOR
public static final short LOR
public static final short IXOR
public static final short LXOR
public static final short IINC
public static final short I2L
public static final short I2F
public static final short I2D
public static final short L2I
public static final short L2F
public static final short L2D
public static final short F2I
public static final short F2L
public static final short F2D
public static final short D2I
public static final short D2L
public static final short D2F
public static final short I2B
public static final short INT2BYTE
public static final short I2C
public static final short INT2CHAR
public static final short I2S
public static final short INT2SHORT
public static final short LCMP
public static final short FCMPL
public static final short FCMPG
public static final short DCMPL
public static final short DCMPG
public static final short IFEQ
public static final short IFNE
public static final short IFLT
public static final short IFGE
public static final short IFGT
public static final short IFLE
public static final short IF_ICMPEQ
public static final short IF_ICMPNE
public static final short IF_ICMPLT
public static final short IF_ICMPGE
public static final short IF_ICMPGT
public static final short IF_ICMPLE
public static final short IF_ACMPEQ
public static final short IF_ACMPNE
public static final short GOTO
public static final short JSR
public static final short RET
public static final short TABLESWITCH
public static final short LOOKUPSWITCH
public static final short IRETURN
public static final short LRETURN
public static final short FRETURN
public static final short DRETURN
public static final short ARETURN
public static final short RETURN
public static final short GETSTATIC
public static final short PUTSTATIC
public static final short GETFIELD
public static final short PUTFIELD
public static final short INVOKEVIRTUAL
public static final short INVOKESPECIAL
public static final short INVOKENONVIRTUAL
public static final short INVOKESTATIC
public static final short INVOKEINTERFACE
public static final short INVOKEDYNAMIC
public static final short NEW
public static final short NEWARRAY
public static final short ANEWARRAY
public static final short ARRAYLENGTH
public static final short ATHROW
public static final short CHECKCAST
public static final short INSTANCEOF
public static final short MONITORENTER
public static final short MONITOREXIT
public static final short WIDE
public static final short MULTIANEWARRAY
public static final short IFNULL
public static final short IFNONNULL
public static final short GOTO_W
public static final short JSR_W
public static final short BREAKPOINT
public static final short LDC_QUICK
public static final short LDC_W_QUICK
public static final short LDC2_W_QUICK
public static final short GETFIELD_QUICK
public static final short PUTFIELD_QUICK
public static final short GETFIELD2_QUICK
public static final short PUTFIELD2_QUICK
public static final short GETSTATIC_QUICK
public static final short PUTSTATIC_QUICK
public static final short GETSTATIC2_QUICK
public static final short PUTSTATIC2_QUICK
public static final short INVOKEVIRTUAL_QUICK
public static final short INVOKENONVIRTUAL_QUICK
public static final short INVOKESUPER_QUICK
public static final short INVOKESTATIC_QUICK
public static final short INVOKEINTERFACE_QUICK
public static final short INVOKEVIRTUALOBJECT_QUICK
public static final short NEW_QUICK
public static final short ANEWARRAY_QUICK
public static final short MULTIANEWARRAY_QUICK
public static final short CHECKCAST_QUICK
public static final short INSTANCEOF_QUICK
public static final short INVOKEVIRTUAL_QUICK_W
public static final short GETFIELD_QUICK_W
public static final short PUTFIELD_QUICK_W
public static final short IMPDEP1
public static final short IMPDEP2
public static final short PUSH
public static final short SWITCH
public static final short UNDEFINED
public static final short UNPREDICTABLE
public static final short RESERVED
public static final String ILLEGAL_OPCODE
public static final String ILLEGAL_TYPE
public static final byte T_BOOLEAN
public static final byte T_CHAR
public static final byte T_FLOAT
public static final byte T_DOUBLE
public static final byte T_BYTE
public static final byte T_SHORT
public static final byte T_INT
public static final byte T_LONG
public static final byte T_VOID
public static final byte T_ARRAY
public static final byte T_OBJECT
public static final byte T_REFERENCE
public static final byte T_UNKNOWN
public static final byte T_ADDRESS
public static final int OPCODE_NAMES_LENGTH
public static final byte ATTR_UNKNOWN
public static final byte ATTR_SOURCE_FILE
public static final byte ATTR_CONSTANT_VALUE
public static final byte ATTR_CODE
public static final byte ATTR_EXCEPTIONS
public static final byte ATTR_LINE_NUMBER_TABLE
public static final byte ATTR_LOCAL_VARIABLE_TABLE
public static final byte ATTR_INNER_CLASSES
public static final byte ATTR_SYNTHETIC
public static final byte ATTR_DEPRECATED
public static final byte ATTR_PMG
public static final byte ATTR_SIGNATURE
public static final byte ATTR_STACK_MAP
public static final byte ATTR_RUNTIME_VISIBLE_ANNOTATIONS
public static final byte ATTR_RUNTIME_INVISIBLE_ANNOTATIONS
public static final byte ATTR_RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS
public static final byte ATTR_RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS
public static final byte ATTR_ANNOTATION_DEFAULT
public static final byte ATTR_LOCAL_VARIABLE_TYPE_TABLE
public static final byte ATTR_ENCLOSING_METHOD
public static final byte ATTR_STACK_MAP_TABLE
public static final byte ATTR_BOOTSTRAP_METHODS
public static final byte ATTR_METHOD_PARAMETERS
public static final short KNOWN_ATTRIBUTES
public static final byte ITEM_Bogus
public static final byte ITEM_Integer
public static final byte ITEM_Float
public static final byte ITEM_Double
public static final byte ITEM_Long
public static final byte ITEM_Null
public static final byte ITEM_InitObject
public static final byte ITEM_Object
public static final byte ITEM_NewObject
public static final int SAME_FRAME
public static final int SAME_LOCALS_1_STACK_ITEM_FRAME
public static final int SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED
public static final int CHOP_FRAME
public static final int SAME_FRAME_EXTENDED
public static final int APPEND_FRAME
public static final int FULL_FRAME
public static final int SAME_FRAME_MAX
public static final int SAME_LOCALS_1_STACK_ITEM_FRAME_MAX
public static final int CHOP_FRAME_MAX
public static final int APPEND_FRAME_MAX
public static final byte REF_getField
public static final byte REF_getStatic
public static final byte REF_putField
public static final byte REF_putStatic
public static final byte REF_invokeVirtual
public static final byte REF_invokeStatic
public static final byte REF_invokeSpecial
public static final byte REF_newInvokeSpecial
public static final byte REF_invokeInterface
public static String getAccessName(int index)
index
- public static String getConstantName(int index)
index
- public static Iterable<String> getInterfacesImplementedByArrays()
public static String getTypeName(int index)
index
- public static String getClassTypeName(int index)
index
- public static String getShortTypeName(int index)
index
- public static short getNoOfOperands(int index)
index
- public static short getOperandType(int opcode, int index)
public static long getOperandTypeCount(int opcode)
public static String getOpcodeName(int index)
public static int getConsumeStack(int index)
index
- public static int getProduceStack(int index)
index
- public static String getAttributeName(int index)
index
- public static String getItemName(int index)
index
- public static String getMethodHandleName(int index)
index
- Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.