Package org.apache.bcel
Interface Constants
-
- All Known Implementing Classes:
Class2HTML
,CodeException
,LocalVariable
,Pass2Verifier
,UninitializedObjectType
@Deprecated public interface Constants
Deprecated.(since 6.0) DO NOT USE - use Const insteadConstants for the project, mostly defined in the JVM specification.
-
-
Field Summary
Fields Modifier and Type Field Description static short
AALOAD
Deprecated.Java VM opcode.static short
AASTORE
Deprecated.Java VM opcode.static short
ACC_ABSTRACT
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_ANNOTATION
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_BRIDGE
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_ENUM
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_FINAL
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_INTERFACE
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_NATIVE
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_PRIVATE
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_PROTECTED
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_PUBLIC
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_STATIC
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_STRICT
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_SUPER
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_SYNCHRONIZED
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_SYNTHETIC
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_TRANSIENT
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_VARARGS
Deprecated.One of the access flags for fields, methods, or classes.static short
ACC_VOLATILE
Deprecated.One of the access flags for fields, methods, or classes.static java.lang.String[]
ACCESS_NAMES
Deprecated.The names of the access flags.static short
ACONST_NULL
Deprecated.Java VM opcode.static short
ALOAD
Deprecated.Java VM opcode.static short
ALOAD_0
Deprecated.Java VM opcode.static short
ALOAD_1
Deprecated.Java VM opcode.static short
ALOAD_2
Deprecated.Java VM opcode.static short
ALOAD_3
Deprecated.Java VM opcode.static short
ANEWARRAY
Deprecated.Java VM opcode.static short
ANEWARRAY_QUICK
Deprecated.JVM internal opcode.static short
ARETURN
Deprecated.Java VM opcode.static short
ARRAYLENGTH
Deprecated.Java VM opcode.static short
ASTORE
Deprecated.Java VM opcode.static short
ASTORE_0
Deprecated.Java VM opcode.static short
ASTORE_1
Deprecated.Java VM opcode.static short
ASTORE_2
Deprecated.Java VM opcode.static short
ASTORE_3
Deprecated.Java VM opcode.static short
ATHROW
Deprecated.Java VM opcode.static byte
ATTR_ANNOTATION_DEFAULT
Deprecated.static byte
ATTR_CODE
Deprecated.static byte
ATTR_CONSTANT_VALUE
Deprecated.static byte
ATTR_DEPRECATED
Deprecated.static byte
ATTR_EXCEPTIONS
Deprecated.static byte
ATTR_INNER_CLASSES
Deprecated.static byte
ATTR_LINE_NUMBER_TABLE
Deprecated.static byte
ATTR_LOCAL_VARIABLE_TABLE
Deprecated.static byte
ATTR_PMG
Deprecated.static byte
ATTR_RUNTIMEINVISIBLE_ANNOTATIONS
Deprecated.static byte
ATTR_RUNTIMEINVISIBLE_PARAMETER_ANNOTATIONS
Deprecated.static byte
ATTR_RUNTIMEVISIBLE_ANNOTATIONS
Deprecated.static byte
ATTR_RUNTIMEVISIBLE_PARAMETER_ANNOTATIONS
Deprecated.static byte
ATTR_SIGNATURE
Deprecated.static byte
ATTR_SOURCE_FILE
Deprecated.static byte
ATTR_STACK_MAP
Deprecated.static byte
ATTR_SYNTHETIC
Deprecated.static byte
ATTR_UNKNOWN
Deprecated.Attributes and their corresponding names.static java.lang.String[]
ATTRIBUTE_NAMES
Deprecated.static short
BALOAD
Deprecated.Java VM opcode.static short
BASTORE
Deprecated.Java VM opcode.static short
BIPUSH
Deprecated.Java VM opcode.static short
BREAKPOINT
Deprecated.JVM internal opcode.static short
CALOAD
Deprecated.Java VM opcode.static short
CASTORE
Deprecated.Java VM opcode.static short
CHECKCAST
Deprecated.Java VM opcode.static short
CHECKCAST_QUICK
Deprecated.JVM internal opcode.static java.lang.String[]
CLASS_TYPE_NAMES
Deprecated.The primitive class names corresponding to the T_XX constants, e.g., CLASS_TYPE_NAMES[T_INT] = "java.lang.Integer"static byte
CONSTANT_Class
Deprecated.Marks a constant pool entry as a Class.static byte
CONSTANT_Double
Deprecated.Marks a constant pool entry as type Double.static byte
CONSTANT_Fieldref
Deprecated.Marks a constant pool entry as a Field Reference.static byte
CONSTANT_Float
Deprecated.Marks a constant pool entry as type Float.static byte
CONSTANT_Integer
Deprecated.Marks a constant pool entry as type Integer.static byte
CONSTANT_InterfaceMethodref
Deprecated.Marks a constant pool entry as an Interface Method Reference.static byte
CONSTANT_Long
Deprecated.Marks a constant pool entry as type Long.static byte
CONSTANT_Methodref
Deprecated.Marks a constant pool entry as a Method Reference.static byte
CONSTANT_NameAndType
Deprecated.Marks a constant pool entry as a name and type.static java.lang.String[]
CONSTANT_NAMES
Deprecated.The names of the types of entries in a constant pool.static byte
CONSTANT_String
Deprecated.Marks a constant pool entry as type String.static byte
CONSTANT_Utf8
Deprecated.Marks a constant pool entry as type UTF-8.static java.lang.String
CONSTRUCTOR_NAME
Deprecated.The name of every constructor method in a class, also called "instance initialization method".static int[]
CONSUME_STACK
Deprecated.Number of words consumed on operand stack by instructions.static short
D2F
Deprecated.Java VM opcode.static short
D2I
Deprecated.Java VM opcode.static short
D2L
Deprecated.Java VM opcode.static short
DADD
Deprecated.Java VM opcode.static short
DALOAD
Deprecated.Java VM opcode.static short
DASTORE
Deprecated.Java VM opcode.static short
DCMPG
Deprecated.Java VM opcode.static short
DCMPL
Deprecated.Java VM opcode.static short
DCONST_0
Deprecated.Java VM opcode.static short
DCONST_1
Deprecated.Java VM opcode.static short
DDIV
Deprecated.Java VM opcode.static short
DLOAD
Deprecated.Java VM opcode.static short
DLOAD_0
Deprecated.Java VM opcode.static short
DLOAD_1
Deprecated.Java VM opcode.static short
DLOAD_2
Deprecated.Java VM opcode.static short
DLOAD_3
Deprecated.Java VM opcode.static short
DMUL
Deprecated.Java VM opcode.static short
DNEG
Deprecated.Java VM opcode.static short
DREM
Deprecated.Java VM opcode.static short
DRETURN
Deprecated.Java VM opcode.static short
DSTORE
Deprecated.Java VM opcode.static short
DSTORE_0
Deprecated.Java VM opcode.static short
DSTORE_1
Deprecated.Java VM opcode.static short
DSTORE_2
Deprecated.Java VM opcode.static short
DSTORE_3
Deprecated.Java VM opcode.static short
DSUB
Deprecated.Java VM opcode.static short
DUP
Deprecated.Java VM opcode.static short
DUP_X1
Deprecated.Java VM opcode.static short
DUP_X2
Deprecated.Java VM opcode.static short
DUP2
Deprecated.Java VM opcode.static short
DUP2_X1
Deprecated.Java VM opcode.static short
DUP2_X2
Deprecated.Java VM opcode.static short
F2D
Deprecated.Java VM opcode.static short
F2I
Deprecated.Java VM opcode.static short
F2L
Deprecated.Java VM opcode.static short
FADD
Deprecated.Java VM opcode.static short
FALOAD
Deprecated.Java VM opcode.static short
FASTORE
Deprecated.Java VM opcode.static short
FCMPG
Deprecated.Java VM opcode.static short
FCMPL
Deprecated.Java VM opcode.static short
FCONST_0
Deprecated.Java VM opcode.static short
FCONST_1
Deprecated.Java VM opcode.static short
FCONST_2
Deprecated.Java VM opcode.static short
FDIV
Deprecated.Java VM opcode.static short
FLOAD
Deprecated.Java VM opcode.static short
FLOAD_0
Deprecated.Java VM opcode.static short
FLOAD_1
Deprecated.Java VM opcode.static short
FLOAD_2
Deprecated.Java VM opcode.static short
FLOAD_3
Deprecated.Java VM opcode.static short
FMUL
Deprecated.Java VM opcode.static short
FNEG
Deprecated.Java VM opcode.static short
FREM
Deprecated.Java VM opcode.static short
FRETURN
Deprecated.Java VM opcode.static short
FSTORE
Deprecated.Java VM opcode.static short
FSTORE_0
Deprecated.Java VM opcode.static short
FSTORE_1
Deprecated.Java VM opcode.static short
FSTORE_2
Deprecated.Java VM opcode.static short
FSTORE_3
Deprecated.Java VM opcode.static short
FSUB
Deprecated.Java VM opcode.static short
GETFIELD
Deprecated.Java VM opcode.static short
GETFIELD_QUICK
Deprecated.JVM internal opcode.static short
GETFIELD_QUICK_W
Deprecated.JVM internal opcode.static short
GETFIELD2_QUICK
Deprecated.JVM internal opcode.static short
GETSTATIC
Deprecated.Java VM opcode.static short
GETSTATIC_QUICK
Deprecated.JVM internal opcode.static short
GETSTATIC2_QUICK
Deprecated.JVM internal opcode.static short
GOTO
Deprecated.Java VM opcode.static short
GOTO_W
Deprecated.Java VM opcode.static short
I2B
Deprecated.Java VM opcode.static short
I2C
Deprecated.Java VM opcode.static short
I2D
Deprecated.Java VM opcode.static short
I2F
Deprecated.Java VM opcode.static short
I2L
Deprecated.Java VM opcode.static short
I2S
Deprecated.Java VM opcode.static short
IADD
Deprecated.Java VM opcode.static short
IALOAD
Deprecated.Java VM opcode.static short
IAND
Deprecated.Java VM opcode.static short
IASTORE
Deprecated.Java VM opcode.static short
ICONST_0
Deprecated.Java VM opcode.static short
ICONST_1
Deprecated.Java VM opcode.static short
ICONST_2
Deprecated.Java VM opcode.static short
ICONST_3
Deprecated.Java VM opcode.static short
ICONST_4
Deprecated.Java VM opcode.static short
ICONST_5
Deprecated.Java VM opcode.static short
ICONST_M1
Deprecated.Java VM opcode.static short
IDIV
Deprecated.Java VM opcode.static short
IF_ACMPEQ
Deprecated.Java VM opcode.static short
IF_ACMPNE
Deprecated.Java VM opcode.static short
IF_ICMPEQ
Deprecated.Java VM opcode.static short
IF_ICMPGE
Deprecated.Java VM opcode.static short
IF_ICMPGT
Deprecated.Java VM opcode.static short
IF_ICMPLE
Deprecated.Java VM opcode.static short
IF_ICMPLT
Deprecated.Java VM opcode.static short
IF_ICMPNE
Deprecated.Java VM opcode.static short
IFEQ
Deprecated.Java VM opcode.static short
IFGE
Deprecated.Java VM opcode.static short
IFGT
Deprecated.Java VM opcode.static short
IFLE
Deprecated.Java VM opcode.static short
IFLT
Deprecated.Java VM opcode.static short
IFNE
Deprecated.Java VM opcode.static short
IFNONNULL
Deprecated.Java VM opcode.static short
IFNULL
Deprecated.Java VM opcode.static short
IINC
Deprecated.Java VM opcode.static java.lang.String
ILLEGAL_OPCODE
Deprecated.Mnemonic for an illegal opcode.static java.lang.String
ILLEGAL_TYPE
Deprecated.Mnemonic for an illegal type.static short
ILOAD
Deprecated.Java VM opcode.static short
ILOAD_0
Deprecated.Java VM opcode.static short
ILOAD_1
Deprecated.Java VM opcode.static short
ILOAD_2
Deprecated.Java VM opcode.static short
ILOAD_3
Deprecated.Java VM opcode.static short
IMPDEP1
Deprecated.JVM internal opcode.static short
IMPDEP2
Deprecated.JVM internal opcode.static short
IMUL
Deprecated.Java VM opcode.static short
INEG
Deprecated.Java VM opcode.static short
INSTANCEOF
Deprecated.Java VM opcode.static short
INSTANCEOF_QUICK
Deprecated.JVM internal opcode.static short
INT2BYTE
Deprecated.Java VM opcode.static short
INT2CHAR
Deprecated.Java VM opcode.static short
INT2SHORT
Deprecated.Java VM opcode.static java.lang.String[]
INTERFACES_IMPLEMENTED_BY_ARRAYS
Deprecated.The names of the interfaces implemented by arraysstatic short
INVOKEDYNAMIC
Deprecated.Java VM opcode.static short
INVOKEINTERFACE
Deprecated.Java VM opcode.static short
INVOKEINTERFACE_QUICK
Deprecated.JVM internal opcode.static short
INVOKENONVIRTUAL
Deprecated.Java VM opcode.static short
INVOKENONVIRTUAL_QUICK
Deprecated.JVM internal opcode.static short
INVOKESPECIAL
Deprecated.Java VM opcode.static short
INVOKESTATIC
Deprecated.Java VM opcode.static short
INVOKESTATIC_QUICK
Deprecated.JVM internal opcode.static short
INVOKESUPER_QUICK
Deprecated.JVM internal opcode.static short
INVOKEVIRTUAL
Deprecated.Java VM opcode.static short
INVOKEVIRTUAL_QUICK
Deprecated.JVM internal opcode.static short
INVOKEVIRTUAL_QUICK_W
Deprecated.JVM internal opcode.static short
INVOKEVIRTUALOBJECT_QUICK
Deprecated.JVM internal opcode.static short
IOR
Deprecated.Java VM opcode.static short
IREM
Deprecated.Java VM opcode.static short
IRETURN
Deprecated.Java VM opcode.static short
ISHL
Deprecated.Java VM opcode.static short
ISHR
Deprecated.Java VM opcode.static short
ISTORE
Deprecated.Java VM opcode.static short
ISTORE_0
Deprecated.Java VM opcode.static short
ISTORE_1
Deprecated.Java VM opcode.static short
ISTORE_2
Deprecated.Java VM opcode.static short
ISTORE_3
Deprecated.Java VM opcode.static short
ISUB
Deprecated.Java VM opcode.static byte
ITEM_Bogus
Deprecated.Constants used in the StackMap attribute.static byte
ITEM_Double
Deprecated.static byte
ITEM_Float
Deprecated.static byte
ITEM_InitObject
Deprecated.static byte
ITEM_Integer
Deprecated.static byte
ITEM_Long
Deprecated.static java.lang.String[]
ITEM_NAMES
Deprecated.static byte
ITEM_NewObject
Deprecated.static byte
ITEM_Null
Deprecated.static byte
ITEM_Object
Deprecated.static short
IUSHR
Deprecated.Java VM opcode.static short
IXOR
Deprecated.Java VM opcode.static short
JSR
Deprecated.Java VM opcode.static short
JSR_W
Deprecated.Java VM opcode.static short
KNOWN_ATTRIBUTES
Deprecated.static short
L2D
Deprecated.Java VM opcode.static short
L2F
Deprecated.Java VM opcode.static short
L2I
Deprecated.Java VM opcode.static short
LADD
Deprecated.Java VM opcode.static short
LALOAD
Deprecated.Java VM opcode.static short
LAND
Deprecated.Java VM opcode.static short
LASTORE
Deprecated.Java VM opcode.static short
LCMP
Deprecated.Java VM opcode.static short
LCONST_0
Deprecated.Java VM opcode.static short
LCONST_1
Deprecated.Java VM opcode.static short
LDC
Deprecated.Java VM opcode.static short
LDC_QUICK
Deprecated.JVM internal opcode.static short
LDC_W
Deprecated.Java VM opcode.static short
LDC_W_QUICK
Deprecated.JVM internal opcode.static short
LDC2_W
Deprecated.Java VM opcode.static short
LDC2_W_QUICK
Deprecated.JVM internal opcode.static short
LDIV
Deprecated.Java VM opcode.static short
LLOAD
Deprecated.Java VM opcode.static short
LLOAD_0
Deprecated.Java VM opcode.static short
LLOAD_1
Deprecated.Java VM opcode.static short
LLOAD_2
Deprecated.Java VM opcode.static short
LLOAD_3
Deprecated.Java VM opcode.static short
LMUL
Deprecated.Java VM opcode.static short
LNEG
Deprecated.Java VM opcode.static short
LOOKUPSWITCH
Deprecated.Java VM opcode.static short
LOR
Deprecated.Java VM opcode.static short
LREM
Deprecated.Java VM opcode.static short
LRETURN
Deprecated.Java VM opcode.static short
LSHL
Deprecated.Java VM opcode.static short
LSHR
Deprecated.Java VM opcode.static short
LSTORE
Deprecated.Java VM opcode.static short
LSTORE_0
Deprecated.Java VM opcode.static short
LSTORE_1
Deprecated.Java VM opcode.static short
LSTORE_2
Deprecated.Java VM opcode.static short
LSTORE_3
Deprecated.Java VM opcode.static short
LSUB
Deprecated.Java VM opcode.static short
LUSHR
Deprecated.Java VM opcode.static short
LXOR
Deprecated.Java VM opcode.static short
MAJOR
Deprecated.Default major version number.static short
MAJOR_1_1
Deprecated.Major version number of class files for Java 1.1.static short
MAJOR_1_2
Deprecated.Major version number of class files for Java 1.2.static short
MAJOR_1_3
Deprecated.Major version number of class files for Java 1.2.static short
MAJOR_1_4
Deprecated.Major version number of class files for Java 1.3.static short
MAJOR_1_5
Deprecated.Major version number of class files for Java 1.4.static short
MAX_ACC_FLAG
Deprecated.One of the access flags for fields, methods, or classes.static int
MAX_BYTE
Deprecated.Maximum value for an unsigned byte.static int
MAX_CODE_SIZE
Deprecated.One of the limitations of the Java Virtual Machine.static int
MAX_CP_ENTRIES
Deprecated.One of the limitations of the Java Virtual Machine.static int
MAX_SHORT
Deprecated.Maximum value for an unsigned short.static short
MINOR
Deprecated.Default major version number.static short
MINOR_1_1
Deprecated.Minor version number of class files for Java 1.1.static short
MINOR_1_2
Deprecated.Minor version number of class files for Java 1.2.static short
MINOR_1_3
Deprecated.Minor version number of class files for Java 1.3.static short
MINOR_1_4
Deprecated.Minor version number of class files for Java 1.4.static short
MINOR_1_5
Deprecated.Minor version number of class files for Java 1.5.static short
MONITORENTER
Deprecated.Java VM opcode.static short
MONITOREXIT
Deprecated.Java VM opcode.static short
MULTIANEWARRAY
Deprecated.Java VM opcode.static short
MULTIANEWARRAY_QUICK
Deprecated.JVM internal opcode.static short
NEW
Deprecated.Java VM opcode.static short
NEW_QUICK
Deprecated.JVM internal opcode.static short
NEWARRAY
Deprecated.Java VM opcode.static short[]
NO_OF_OPERANDS
Deprecated.Number of byte code operands for each opcode, i.e., number of bytes after the tag byte itself.static short
NOP
Deprecated.Java VM opcode.static java.lang.String[]
OPCODE_NAMES
Deprecated.Names of opcodes.static short
POP
Deprecated.Java VM opcode.static short
POP2
Deprecated.Java VM opcode.static int[]
PRODUCE_STACK
Deprecated.Number of words produced onto operand stack by instructions.static short
PUSH
Deprecated.BCEL virtual instruction for pushing an arbitrary data type onto the stack.static short
PUTFIELD
Deprecated.Java VM opcode.static short
PUTFIELD_QUICK
Deprecated.JVM internal opcode.static short
PUTFIELD_QUICK_W
Deprecated.JVM internal opcode.static short
PUTFIELD2_QUICK
Deprecated.JVM internal opcode.static short
PUTSTATIC
Deprecated.Java VM opcode.static short
PUTSTATIC_QUICK
Deprecated.JVM internal opcode.static short
PUTSTATIC2_QUICK
Deprecated.JVM internal opcode.static short
RESERVED
Deprecated.Illegal opcode.static short
RET
Deprecated.Java VM opcode.static short
RETURN
Deprecated.Java VM opcode.static short
SALOAD
Deprecated.Java VM opcode.static short
SASTORE
Deprecated.Java VM opcode.static java.lang.String[]
SHORT_TYPE_NAMES
Deprecated.The signature characters corresponding to primitive types, e.g., SHORT_TYPE_NAMES[T_INT] = "I"static short
SIPUSH
Deprecated.Java VM opcode.static java.lang.String
STATIC_INITIALIZER_NAME
Deprecated.The name of the static initializer, also called "class initialization method" or "interface initialization method".static short
SWAP
Deprecated.Java VM opcode.static short
SWITCH
Deprecated.BCEL virtual instruction for either LOOKUPSWITCH or TABLESWITCH.static byte
T_ADDRESS
Deprecated.Address data type.static byte
T_ARRAY
Deprecated.Array data type.static byte
T_BOOLEAN
Deprecated.Boolean data type.static byte
T_BYTE
Deprecated.Byte data type.static byte
T_CHAR
Deprecated.Char data type.static byte
T_DOUBLE
Deprecated.Double data type.static byte
T_FLOAT
Deprecated.Float data type.static byte
T_INT
Deprecated.Int data type.static byte
T_LONG
Deprecated.Long data type.static byte
T_OBJECT
Deprecated.Object data type.static byte
T_REFERENCE
Deprecated.Reference data type (deprecated).static byte
T_SHORT
Deprecated.Short data type.static byte
T_UNKNOWN
Deprecated.Unknown data type.static byte
T_VOID
Deprecated.Void data type (non-standard).static short
TABLESWITCH
Deprecated.Java VM opcode.static java.lang.String[]
TYPE_NAMES
Deprecated.The primitive type names corresponding to the T_XX constants, e.g., TYPE_NAMES[T_INT] = "int"static short[][]
TYPE_OF_OPERANDS
Deprecated.How the byte code operands are to be interpreted for each opcode.static short
UNDEFINED
Deprecated.Illegal opcode.static short
UNPREDICTABLE
Deprecated.Illegal opcode.static short
WIDE
Deprecated.Java VM opcode.
-
-
-
Field Detail
-
MAJOR_1_1
static final short MAJOR_1_1
Deprecated.Major version number of class files for Java 1.1.- See Also:
MINOR_1_1
, Constant Field Values
-
MINOR_1_1
static final short MINOR_1_1
Deprecated.Minor version number of class files for Java 1.1.- See Also:
MAJOR_1_1
, Constant Field Values
-
MAJOR_1_2
static final short MAJOR_1_2
Deprecated.Major version number of class files for Java 1.2.- See Also:
MINOR_1_2
, Constant Field Values
-
MINOR_1_2
static final short MINOR_1_2
Deprecated.Minor version number of class files for Java 1.2.- See Also:
MAJOR_1_2
, Constant Field Values
-
MAJOR_1_3
static final short MAJOR_1_3
Deprecated.Major version number of class files for Java 1.2.- See Also:
MINOR_1_2
, Constant Field Values
-
MINOR_1_3
static final short MINOR_1_3
Deprecated.Minor version number of class files for Java 1.3.- See Also:
MAJOR_1_3
, Constant Field Values
-
MAJOR_1_4
static final short MAJOR_1_4
Deprecated.Major version number of class files for Java 1.3.- See Also:
MINOR_1_3
, Constant Field Values
-
MINOR_1_4
static final short MINOR_1_4
Deprecated.Minor version number of class files for Java 1.4.- See Also:
MAJOR_1_4
, Constant Field Values
-
MAJOR_1_5
static final short MAJOR_1_5
Deprecated.Major version number of class files for Java 1.4.- See Also:
MINOR_1_4
, Constant Field Values
-
MINOR_1_5
static final short MINOR_1_5
Deprecated.Minor version number of class files for Java 1.5.- See Also:
MAJOR_1_5
, Constant Field Values
-
MAJOR
static final short MAJOR
Deprecated.Default major version number. Class file is for Java 1.1.- See Also:
MAJOR_1_1
, Constant Field Values
-
MINOR
static final short MINOR
Deprecated.Default major version number. Class file is for Java 1.1.- See Also:
MAJOR_1_1
, Constant Field Values
-
MAX_SHORT
static final int MAX_SHORT
Deprecated.Maximum value for an unsigned short.- See Also:
- Constant Field Values
-
MAX_BYTE
static final int MAX_BYTE
Deprecated.Maximum value for an unsigned byte.- See Also:
- Constant Field Values
-
ACC_PUBLIC
static final short ACC_PUBLIC
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
- Flag definitions for Fields in the Java Virtual Machine Specification (Java SE 8 Edition)., Flag definitions for Methods in the Java Virtual Machine Specification (Java SE 8 Edition)., Flag definitions for Classes in the Java Virtual Machine Specification (Java SE 8 Edition)., Constant Field Values
-
ACC_PRIVATE
static final short ACC_PRIVATE
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_PROTECTED
static final short ACC_PROTECTED
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_STATIC
static final short ACC_STATIC
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_FINAL
static final short ACC_FINAL
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_SYNCHRONIZED
static final short ACC_SYNCHRONIZED
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_VOLATILE
static final short ACC_VOLATILE
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_BRIDGE
static final short ACC_BRIDGE
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_TRANSIENT
static final short ACC_TRANSIENT
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_VARARGS
static final short ACC_VARARGS
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_NATIVE
static final short ACC_NATIVE
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_INTERFACE
static final short ACC_INTERFACE
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_ABSTRACT
static final short ACC_ABSTRACT
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_STRICT
static final short ACC_STRICT
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_SYNTHETIC
static final short ACC_SYNTHETIC
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_ANNOTATION
static final short ACC_ANNOTATION
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_ENUM
static final short ACC_ENUM
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACC_SUPER
static final short ACC_SUPER
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
MAX_ACC_FLAG
static final short MAX_ACC_FLAG
Deprecated.One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC
, Constant Field Values
-
ACCESS_NAMES
static final java.lang.String[] ACCESS_NAMES
Deprecated.The names of the access flags.
-
CONSTANT_Utf8
static final byte CONSTANT_Utf8
Deprecated.Marks a constant pool entry as type UTF-8.- See Also:
- Constant Field Values
-
CONSTANT_Integer
static final byte CONSTANT_Integer
Deprecated.Marks a constant pool entry as type Integer.- See Also:
- Constant Field Values
-
CONSTANT_Float
static final byte CONSTANT_Float
Deprecated.Marks a constant pool entry as type Float.- See Also:
- Constant Field Values
-
CONSTANT_Long
static final byte CONSTANT_Long
Deprecated.Marks a constant pool entry as type Long.- See Also:
- Constant Field Values
-
CONSTANT_Double
static final byte CONSTANT_Double
Deprecated.Marks a constant pool entry as type Double.- See Also:
- Constant Field Values
-
CONSTANT_Class
static final byte CONSTANT_Class
Deprecated.Marks a constant pool entry as a Class.- See Also:
- Constant Field Values
-
CONSTANT_Fieldref
static final byte CONSTANT_Fieldref
Deprecated.Marks a constant pool entry as a Field Reference.- See Also:
- Constant Field Values
-
CONSTANT_String
static final byte CONSTANT_String
Deprecated.Marks a constant pool entry as type String.- See Also:
- Constant Field Values
-
CONSTANT_Methodref
static final byte CONSTANT_Methodref
Deprecated.Marks a constant pool entry as a Method Reference.- See Also:
- Constant Field Values
-
CONSTANT_InterfaceMethodref
static final byte CONSTANT_InterfaceMethodref
Deprecated.Marks a constant pool entry as an Interface Method Reference.- See Also:
- Constant Field Values
-
CONSTANT_NameAndType
static final byte CONSTANT_NameAndType
Deprecated.Marks a constant pool entry as a name and type.- See Also:
- Constant Field Values
-
CONSTANT_NAMES
static final java.lang.String[] CONSTANT_NAMES
Deprecated.The names of the types of entries in a constant pool.
-
STATIC_INITIALIZER_NAME
static final java.lang.String STATIC_INITIALIZER_NAME
Deprecated.The name of the static initializer, also called "class initialization method" or "interface initialization method". This is "<clinit>".- See Also:
- Constant Field Values
-
CONSTRUCTOR_NAME
static final java.lang.String CONSTRUCTOR_NAME
Deprecated.The name of every constructor method in a class, also called "instance initialization method". This is "<init>".- See Also:
- Constant Field Values
-
INTERFACES_IMPLEMENTED_BY_ARRAYS
static final java.lang.String[] INTERFACES_IMPLEMENTED_BY_ARRAYS
Deprecated.The names of the interfaces implemented by arrays
-
MAX_CP_ENTRIES
static final int MAX_CP_ENTRIES
Deprecated.One of the limitations of the Java Virtual Machine.
-
MAX_CODE_SIZE
static final int MAX_CODE_SIZE
Deprecated.One of the limitations of the Java Virtual Machine.
-
NOP
static final short NOP
Deprecated.Java VM opcode.
-
ACONST_NULL
static final short ACONST_NULL
Deprecated.Java VM opcode.
-
ICONST_M1
static final short ICONST_M1
Deprecated.Java VM opcode.
-
ICONST_0
static final short ICONST_0
Deprecated.Java VM opcode.
-
ICONST_1
static final short ICONST_1
Deprecated.Java VM opcode.
-
ICONST_2
static final short ICONST_2
Deprecated.Java VM opcode.
-
ICONST_3
static final short ICONST_3
Deprecated.Java VM opcode.
-
ICONST_4
static final short ICONST_4
Deprecated.Java VM opcode.
-
ICONST_5
static final short ICONST_5
Deprecated.Java VM opcode.
-
LCONST_0
static final short LCONST_0
Deprecated.Java VM opcode.
-
LCONST_1
static final short LCONST_1
Deprecated.Java VM opcode.
-
FCONST_0
static final short FCONST_0
Deprecated.Java VM opcode.
-
FCONST_1
static final short FCONST_1
Deprecated.Java VM opcode.
-
FCONST_2
static final short FCONST_2
Deprecated.Java VM opcode.
-
DCONST_0
static final short DCONST_0
Deprecated.Java VM opcode.
-
DCONST_1
static final short DCONST_1
Deprecated.Java VM opcode.
-
BIPUSH
static final short BIPUSH
Deprecated.Java VM opcode.
-
SIPUSH
static final short SIPUSH
Deprecated.Java VM opcode.
-
LDC
static final short LDC
Deprecated.Java VM opcode.
-
LDC_W
static final short LDC_W
Deprecated.Java VM opcode.
-
LDC2_W
static final short LDC2_W
Deprecated.Java VM opcode.
-
ILOAD
static final short ILOAD
Deprecated.Java VM opcode.
-
LLOAD
static final short LLOAD
Deprecated.Java VM opcode.
-
FLOAD
static final short FLOAD
Deprecated.Java VM opcode.
-
DLOAD
static final short DLOAD
Deprecated.Java VM opcode.
-
ALOAD
static final short ALOAD
Deprecated.Java VM opcode.
-
ILOAD_0
static final short ILOAD_0
Deprecated.Java VM opcode.
-
ILOAD_1
static final short ILOAD_1
Deprecated.Java VM opcode.
-
ILOAD_2
static final short ILOAD_2
Deprecated.Java VM opcode.
-
ILOAD_3
static final short ILOAD_3
Deprecated.Java VM opcode.
-
LLOAD_0
static final short LLOAD_0
Deprecated.Java VM opcode.
-
LLOAD_1
static final short LLOAD_1
Deprecated.Java VM opcode.
-
LLOAD_2
static final short LLOAD_2
Deprecated.Java VM opcode.
-
LLOAD_3
static final short LLOAD_3
Deprecated.Java VM opcode.
-
FLOAD_0
static final short FLOAD_0
Deprecated.Java VM opcode.
-
FLOAD_1
static final short FLOAD_1
Deprecated.Java VM opcode.
-
FLOAD_2
static final short FLOAD_2
Deprecated.Java VM opcode.
-
FLOAD_3
static final short FLOAD_3
Deprecated.Java VM opcode.
-
DLOAD_0
static final short DLOAD_0
Deprecated.Java VM opcode.
-
DLOAD_1
static final short DLOAD_1
Deprecated.Java VM opcode.
-
DLOAD_2
static final short DLOAD_2
Deprecated.Java VM opcode.
-
DLOAD_3
static final short DLOAD_3
Deprecated.Java VM opcode.
-
ALOAD_0
static final short ALOAD_0
Deprecated.Java VM opcode.
-
ALOAD_1
static final short ALOAD_1
Deprecated.Java VM opcode.
-
ALOAD_2
static final short ALOAD_2
Deprecated.Java VM opcode.
-
ALOAD_3
static final short ALOAD_3
Deprecated.Java VM opcode.
-
IALOAD
static final short IALOAD
Deprecated.Java VM opcode.
-
LALOAD
static final short LALOAD
Deprecated.Java VM opcode.
-
FALOAD
static final short FALOAD
Deprecated.Java VM opcode.
-
DALOAD
static final short DALOAD
Deprecated.Java VM opcode.
-
AALOAD
static final short AALOAD
Deprecated.Java VM opcode.
-
BALOAD
static final short BALOAD
Deprecated.Java VM opcode.
-
CALOAD
static final short CALOAD
Deprecated.Java VM opcode.
-
SALOAD
static final short SALOAD
Deprecated.Java VM opcode.
-
ISTORE
static final short ISTORE
Deprecated.Java VM opcode.
-
LSTORE
static final short LSTORE
Deprecated.Java VM opcode.
-
FSTORE
static final short FSTORE
Deprecated.Java VM opcode.
-
DSTORE
static final short DSTORE
Deprecated.Java VM opcode.
-
ASTORE
static final short ASTORE
Deprecated.Java VM opcode.
-
ISTORE_0
static final short ISTORE_0
Deprecated.Java VM opcode.
-
ISTORE_1
static final short ISTORE_1
Deprecated.Java VM opcode.
-
ISTORE_2
static final short ISTORE_2
Deprecated.Java VM opcode.
-
ISTORE_3
static final short ISTORE_3
Deprecated.Java VM opcode.
-
LSTORE_0
static final short LSTORE_0
Deprecated.Java VM opcode.
-
LSTORE_1
static final short LSTORE_1
Deprecated.Java VM opcode.
-
LSTORE_2
static final short LSTORE_2
Deprecated.Java VM opcode.
-
LSTORE_3
static final short LSTORE_3
Deprecated.Java VM opcode.
-
FSTORE_0
static final short FSTORE_0
Deprecated.Java VM opcode.
-
FSTORE_1
static final short FSTORE_1
Deprecated.Java VM opcode.
-
FSTORE_2
static final short FSTORE_2
Deprecated.Java VM opcode.
-
FSTORE_3
static final short FSTORE_3
Deprecated.Java VM opcode.
-
DSTORE_0
static final short DSTORE_0
Deprecated.Java VM opcode.
-
DSTORE_1
static final short DSTORE_1
Deprecated.Java VM opcode.
-
DSTORE_2
static final short DSTORE_2
Deprecated.Java VM opcode.
-
DSTORE_3
static final short DSTORE_3
Deprecated.Java VM opcode.
-
ASTORE_0
static final short ASTORE_0
Deprecated.Java VM opcode.
-
ASTORE_1
static final short ASTORE_1
Deprecated.Java VM opcode.
-
ASTORE_2
static final short ASTORE_2
Deprecated.Java VM opcode.
-
ASTORE_3
static final short ASTORE_3
Deprecated.Java VM opcode.
-
IASTORE
static final short IASTORE
Deprecated.Java VM opcode.
-
LASTORE
static final short LASTORE
Deprecated.Java VM opcode.
-
FASTORE
static final short FASTORE
Deprecated.Java VM opcode.
-
DASTORE
static final short DASTORE
Deprecated.Java VM opcode.
-
AASTORE
static final short AASTORE
Deprecated.Java VM opcode.
-
BASTORE
static final short BASTORE
Deprecated.Java VM opcode.
-
CASTORE
static final short CASTORE
Deprecated.Java VM opcode.
-
SASTORE
static final short SASTORE
Deprecated.Java VM opcode.
-
POP
static final short POP
Deprecated.Java VM opcode.
-
POP2
static final short POP2
Deprecated.Java VM opcode.
-
DUP
static final short DUP
Deprecated.Java VM opcode.
-
DUP_X1
static final short DUP_X1
Deprecated.Java VM opcode.
-
DUP_X2
static final short DUP_X2
Deprecated.Java VM opcode.
-
DUP2
static final short DUP2
Deprecated.Java VM opcode.
-
DUP2_X1
static final short DUP2_X1
Deprecated.Java VM opcode.
-
DUP2_X2
static final short DUP2_X2
Deprecated.Java VM opcode.
-
SWAP
static final short SWAP
Deprecated.Java VM opcode.
-
IADD
static final short IADD
Deprecated.Java VM opcode.
-
LADD
static final short LADD
Deprecated.Java VM opcode.
-
FADD
static final short FADD
Deprecated.Java VM opcode.
-
DADD
static final short DADD
Deprecated.Java VM opcode.
-
ISUB
static final short ISUB
Deprecated.Java VM opcode.
-
LSUB
static final short LSUB
Deprecated.Java VM opcode.
-
FSUB
static final short FSUB
Deprecated.Java VM opcode.
-
DSUB
static final short DSUB
Deprecated.Java VM opcode.
-
IMUL
static final short IMUL
Deprecated.Java VM opcode.
-
LMUL
static final short LMUL
Deprecated.Java VM opcode.
-
FMUL
static final short FMUL
Deprecated.Java VM opcode.
-
DMUL
static final short DMUL
Deprecated.Java VM opcode.
-
IDIV
static final short IDIV
Deprecated.Java VM opcode.
-
LDIV
static final short LDIV
Deprecated.Java VM opcode.
-
FDIV
static final short FDIV
Deprecated.Java VM opcode.
-
DDIV
static final short DDIV
Deprecated.Java VM opcode.
-
IREM
static final short IREM
Deprecated.Java VM opcode.
-
LREM
static final short LREM
Deprecated.Java VM opcode.
-
FREM
static final short FREM
Deprecated.Java VM opcode.
-
DREM
static final short DREM
Deprecated.Java VM opcode.
-
INEG
static final short INEG
Deprecated.Java VM opcode.
-
LNEG
static final short LNEG
Deprecated.Java VM opcode.
-
FNEG
static final short FNEG
Deprecated.Java VM opcode.
-
DNEG
static final short DNEG
Deprecated.Java VM opcode.
-
ISHL
static final short ISHL
Deprecated.Java VM opcode.
-
LSHL
static final short LSHL
Deprecated.Java VM opcode.
-
ISHR
static final short ISHR
Deprecated.Java VM opcode.
-
LSHR
static final short LSHR
Deprecated.Java VM opcode.
-
IUSHR
static final short IUSHR
Deprecated.Java VM opcode.
-
LUSHR
static final short LUSHR
Deprecated.Java VM opcode.
-
IAND
static final short IAND
Deprecated.Java VM opcode.
-
LAND
static final short LAND
Deprecated.Java VM opcode.
-
IOR
static final short IOR
Deprecated.Java VM opcode.
-
LOR
static final short LOR
Deprecated.Java VM opcode.
-
IXOR
static final short IXOR
Deprecated.Java VM opcode.
-
LXOR
static final short LXOR
Deprecated.Java VM opcode.
-
IINC
static final short IINC
Deprecated.Java VM opcode.
-
I2L
static final short I2L
Deprecated.Java VM opcode.
-
I2F
static final short I2F
Deprecated.Java VM opcode.
-
I2D
static final short I2D
Deprecated.Java VM opcode.
-
L2I
static final short L2I
Deprecated.Java VM opcode.
-
L2F
static final short L2F
Deprecated.Java VM opcode.
-
L2D
static final short L2D
Deprecated.Java VM opcode.
-
F2I
static final short F2I
Deprecated.Java VM opcode.
-
F2L
static final short F2L
Deprecated.Java VM opcode.
-
F2D
static final short F2D
Deprecated.Java VM opcode.
-
D2I
static final short D2I
Deprecated.Java VM opcode.
-
D2L
static final short D2L
Deprecated.Java VM opcode.
-
D2F
static final short D2F
Deprecated.Java VM opcode.
-
I2B
static final short I2B
Deprecated.Java VM opcode.
-
INT2BYTE
static final short INT2BYTE
Deprecated.Java VM opcode.
-
I2C
static final short I2C
Deprecated.Java VM opcode.
-
INT2CHAR
static final short INT2CHAR
Deprecated.Java VM opcode.
-
I2S
static final short I2S
Deprecated.Java VM opcode.
-
INT2SHORT
static final short INT2SHORT
Deprecated.Java VM opcode.
-
LCMP
static final short LCMP
Deprecated.Java VM opcode.
-
FCMPL
static final short FCMPL
Deprecated.Java VM opcode.
-
FCMPG
static final short FCMPG
Deprecated.Java VM opcode.
-
DCMPL
static final short DCMPL
Deprecated.Java VM opcode.
-
DCMPG
static final short DCMPG
Deprecated.Java VM opcode.
-
IFEQ
static final short IFEQ
Deprecated.Java VM opcode.
-
IFNE
static final short IFNE
Deprecated.Java VM opcode.
-
IFLT
static final short IFLT
Deprecated.Java VM opcode.
-
IFGE
static final short IFGE
Deprecated.Java VM opcode.
-
IFGT
static final short IFGT
Deprecated.Java VM opcode.
-
IFLE
static final short IFLE
Deprecated.Java VM opcode.
-
IF_ICMPEQ
static final short IF_ICMPEQ
Deprecated.Java VM opcode.
-
IF_ICMPNE
static final short IF_ICMPNE
Deprecated.Java VM opcode.
-
IF_ICMPLT
static final short IF_ICMPLT
Deprecated.Java VM opcode.
-
IF_ICMPGE
static final short IF_ICMPGE
Deprecated.Java VM opcode.
-
IF_ICMPGT
static final short IF_ICMPGT
Deprecated.Java VM opcode.
-
IF_ICMPLE
static final short IF_ICMPLE
Deprecated.Java VM opcode.
-
IF_ACMPEQ
static final short IF_ACMPEQ
Deprecated.Java VM opcode.
-
IF_ACMPNE
static final short IF_ACMPNE
Deprecated.Java VM opcode.
-
GOTO
static final short GOTO
Deprecated.Java VM opcode.
-
JSR
static final short JSR
Deprecated.Java VM opcode.
-
RET
static final short RET
Deprecated.Java VM opcode.
-
TABLESWITCH
static final short TABLESWITCH
Deprecated.Java VM opcode.
-
LOOKUPSWITCH
static final short LOOKUPSWITCH
Deprecated.Java VM opcode.
-
IRETURN
static final short IRETURN
Deprecated.Java VM opcode.
-
LRETURN
static final short LRETURN
Deprecated.Java VM opcode.
-
FRETURN
static final short FRETURN
Deprecated.Java VM opcode.
-
DRETURN
static final short DRETURN
Deprecated.Java VM opcode.
-
ARETURN
static final short ARETURN
Deprecated.Java VM opcode.
-
RETURN
static final short RETURN
Deprecated.Java VM opcode.
-
GETSTATIC
static final short GETSTATIC
Deprecated.Java VM opcode.
-
PUTSTATIC
static final short PUTSTATIC
Deprecated.Java VM opcode.
-
GETFIELD
static final short GETFIELD
Deprecated.Java VM opcode.
-
PUTFIELD
static final short PUTFIELD
Deprecated.Java VM opcode.
-
INVOKEVIRTUAL
static final short INVOKEVIRTUAL
Deprecated.Java VM opcode.
-
INVOKESPECIAL
static final short INVOKESPECIAL
Deprecated.Java VM opcode.
-
INVOKENONVIRTUAL
static final short INVOKENONVIRTUAL
Deprecated.Java VM opcode.
-
INVOKESTATIC
static final short INVOKESTATIC
Deprecated.Java VM opcode.
-
INVOKEINTERFACE
static final short INVOKEINTERFACE
Deprecated.Java VM opcode.
-
INVOKEDYNAMIC
static final short INVOKEDYNAMIC
Deprecated.Java VM opcode.
-
NEW
static final short NEW
Deprecated.Java VM opcode.
-
NEWARRAY
static final short NEWARRAY
Deprecated.Java VM opcode.
-
ANEWARRAY
static final short ANEWARRAY
Deprecated.Java VM opcode.
-
ARRAYLENGTH
static final short ARRAYLENGTH
Deprecated.Java VM opcode.
-
ATHROW
static final short ATHROW
Deprecated.Java VM opcode.
-
CHECKCAST
static final short CHECKCAST
Deprecated.Java VM opcode.
-
INSTANCEOF
static final short INSTANCEOF
Deprecated.Java VM opcode.
-
MONITORENTER
static final short MONITORENTER
Deprecated.Java VM opcode.
-
MONITOREXIT
static final short MONITOREXIT
Deprecated.Java VM opcode.
-
WIDE
static final short WIDE
Deprecated.Java VM opcode.
-
MULTIANEWARRAY
static final short MULTIANEWARRAY
Deprecated.Java VM opcode.
-
IFNULL
static final short IFNULL
Deprecated.Java VM opcode.
-
IFNONNULL
static final short IFNONNULL
Deprecated.Java VM opcode.
-
GOTO_W
static final short GOTO_W
Deprecated.Java VM opcode.
-
JSR_W
static final short JSR_W
Deprecated.Java VM opcode.
-
BREAKPOINT
static final short BREAKPOINT
Deprecated.JVM internal opcode.
-
LDC_QUICK
static final short LDC_QUICK
Deprecated.JVM internal opcode.
-
LDC_W_QUICK
static final short LDC_W_QUICK
Deprecated.JVM internal opcode.
-
LDC2_W_QUICK
static final short LDC2_W_QUICK
Deprecated.JVM internal opcode.
-
GETFIELD_QUICK
static final short GETFIELD_QUICK
Deprecated.JVM internal opcode.
-
PUTFIELD_QUICK
static final short PUTFIELD_QUICK
Deprecated.JVM internal opcode.
-
GETFIELD2_QUICK
static final short GETFIELD2_QUICK
Deprecated.JVM internal opcode.
-
PUTFIELD2_QUICK
static final short PUTFIELD2_QUICK
Deprecated.JVM internal opcode.
-
GETSTATIC_QUICK
static final short GETSTATIC_QUICK
Deprecated.JVM internal opcode.
-
PUTSTATIC_QUICK
static final short PUTSTATIC_QUICK
Deprecated.JVM internal opcode.
-
GETSTATIC2_QUICK
static final short GETSTATIC2_QUICK
Deprecated.JVM internal opcode.
-
PUTSTATIC2_QUICK
static final short PUTSTATIC2_QUICK
Deprecated.JVM internal opcode.
-
INVOKEVIRTUAL_QUICK
static final short INVOKEVIRTUAL_QUICK
Deprecated.JVM internal opcode.
-
INVOKENONVIRTUAL_QUICK
static final short INVOKENONVIRTUAL_QUICK
Deprecated.JVM internal opcode.
-
INVOKESUPER_QUICK
static final short INVOKESUPER_QUICK
Deprecated.JVM internal opcode.
-
INVOKESTATIC_QUICK
static final short INVOKESTATIC_QUICK
Deprecated.JVM internal opcode.
-
INVOKEINTERFACE_QUICK
static final short INVOKEINTERFACE_QUICK
Deprecated.JVM internal opcode.
-
INVOKEVIRTUALOBJECT_QUICK
static final short INVOKEVIRTUALOBJECT_QUICK
Deprecated.JVM internal opcode.
-
NEW_QUICK
static final short NEW_QUICK
Deprecated.JVM internal opcode.
-
ANEWARRAY_QUICK
static final short ANEWARRAY_QUICK
Deprecated.JVM internal opcode.
-
MULTIANEWARRAY_QUICK
static final short MULTIANEWARRAY_QUICK
Deprecated.JVM internal opcode.
-
CHECKCAST_QUICK
static final short CHECKCAST_QUICK
Deprecated.JVM internal opcode.
-
INSTANCEOF_QUICK
static final short INSTANCEOF_QUICK
Deprecated.JVM internal opcode.
-
INVOKEVIRTUAL_QUICK_W
static final short INVOKEVIRTUAL_QUICK_W
Deprecated.JVM internal opcode.
-
GETFIELD_QUICK_W
static final short GETFIELD_QUICK_W
Deprecated.JVM internal opcode.
-
PUTFIELD_QUICK_W
static final short PUTFIELD_QUICK_W
Deprecated.JVM internal opcode.
-
IMPDEP1
static final short IMPDEP1
Deprecated.JVM internal opcode.
-
IMPDEP2
static final short IMPDEP2
Deprecated.JVM internal opcode.
-
PUSH
static final short PUSH
Deprecated.BCEL virtual instruction for pushing an arbitrary data type onto the stack. Will be converted to the appropriate JVM opcode when the class is dumped.- See Also:
- Constant Field Values
-
SWITCH
static final short SWITCH
Deprecated.BCEL virtual instruction for either LOOKUPSWITCH or TABLESWITCH. Will be converted to the appropriate JVM opcode when the class is dumped.- See Also:
- Constant Field Values
-
UNDEFINED
static final short UNDEFINED
Deprecated.Illegal opcode.- See Also:
- Constant Field Values
-
UNPREDICTABLE
static final short UNPREDICTABLE
Deprecated.Illegal opcode.- See Also:
- Constant Field Values
-
RESERVED
static final short RESERVED
Deprecated.Illegal opcode.- See Also:
- Constant Field Values
-
ILLEGAL_OPCODE
static final java.lang.String ILLEGAL_OPCODE
Deprecated.Mnemonic for an illegal opcode.- See Also:
- Constant Field Values
-
ILLEGAL_TYPE
static final java.lang.String ILLEGAL_TYPE
Deprecated.Mnemonic for an illegal type.- See Also:
- Constant Field Values
-
T_BOOLEAN
static final byte T_BOOLEAN
Deprecated.Boolean data type.- See Also:
- Constant Field Values
-
T_CHAR
static final byte T_CHAR
Deprecated.Char data type.- See Also:
- Constant Field Values
-
T_FLOAT
static final byte T_FLOAT
Deprecated.Float data type.- See Also:
- Constant Field Values
-
T_DOUBLE
static final byte T_DOUBLE
Deprecated.Double data type.- See Also:
- Constant Field Values
-
T_BYTE
static final byte T_BYTE
Deprecated.Byte data type.- See Also:
- Constant Field Values
-
T_SHORT
static final byte T_SHORT
Deprecated.Short data type.- See Also:
- Constant Field Values
-
T_INT
static final byte T_INT
Deprecated.Int data type.- See Also:
- Constant Field Values
-
T_LONG
static final byte T_LONG
Deprecated.Long data type.- See Also:
- Constant Field Values
-
T_VOID
static final byte T_VOID
Deprecated.Void data type (non-standard).- See Also:
- Constant Field Values
-
T_ARRAY
static final byte T_ARRAY
Deprecated.Array data type.- See Also:
- Constant Field Values
-
T_OBJECT
static final byte T_OBJECT
Deprecated.Object data type.- See Also:
- Constant Field Values
-
T_REFERENCE
static final byte T_REFERENCE
Deprecated.Reference data type (deprecated).- See Also:
- Constant Field Values
-
T_UNKNOWN
static final byte T_UNKNOWN
Deprecated.Unknown data type.- See Also:
- Constant Field Values
-
T_ADDRESS
static final byte T_ADDRESS
Deprecated.Address data type.- See Also:
- Constant Field Values
-
TYPE_NAMES
static final java.lang.String[] TYPE_NAMES
Deprecated.The primitive type names corresponding to the T_XX constants, e.g., TYPE_NAMES[T_INT] = "int"
-
CLASS_TYPE_NAMES
static final java.lang.String[] CLASS_TYPE_NAMES
Deprecated.The primitive class names corresponding to the T_XX constants, e.g., CLASS_TYPE_NAMES[T_INT] = "java.lang.Integer"
-
SHORT_TYPE_NAMES
static final java.lang.String[] SHORT_TYPE_NAMES
Deprecated.The signature characters corresponding to primitive types, e.g., SHORT_TYPE_NAMES[T_INT] = "I"
-
NO_OF_OPERANDS
static final short[] NO_OF_OPERANDS
Deprecated.Number of byte code operands for each opcode, i.e., number of bytes after the tag byte itself. Indexed by opcode, so NO_OF_OPERANDS[BIPUSH] = the number of operands for a bipush instruction.
-
TYPE_OF_OPERANDS
static final short[][] TYPE_OF_OPERANDS
Deprecated.How the byte code operands are to be interpreted for each opcode. Indexed by opcode. TYPE_OF_OPERANDS[ILOAD] = an array of shorts describing the data types for the instruction.
-
OPCODE_NAMES
static final java.lang.String[] OPCODE_NAMES
Deprecated.Names of opcodes. Indexed by opcode. OPCODE_NAMES[ALOAD] = "aload".
-
CONSUME_STACK
static final int[] CONSUME_STACK
Deprecated.Number of words consumed on operand stack by instructions. Indexed by opcode. CONSUME_STACK[FALOAD] = number of words consumed from the stack by a faload instruction.
-
PRODUCE_STACK
static final int[] PRODUCE_STACK
Deprecated.Number of words produced onto operand stack by instructions. Indexed by opcode. CONSUME_STACK[DALOAD] = number of words consumed from the stack by a daload instruction.
-
ATTR_UNKNOWN
static final byte ATTR_UNKNOWN
Deprecated.Attributes and their corresponding names.- See Also:
- Constant Field Values
-
ATTR_SOURCE_FILE
static final byte ATTR_SOURCE_FILE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_CONSTANT_VALUE
static final byte ATTR_CONSTANT_VALUE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_CODE
static final byte ATTR_CODE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_EXCEPTIONS
static final byte ATTR_EXCEPTIONS
Deprecated.- See Also:
- Constant Field Values
-
ATTR_LINE_NUMBER_TABLE
static final byte ATTR_LINE_NUMBER_TABLE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_LOCAL_VARIABLE_TABLE
static final byte ATTR_LOCAL_VARIABLE_TABLE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_INNER_CLASSES
static final byte ATTR_INNER_CLASSES
Deprecated.- See Also:
- Constant Field Values
-
ATTR_SYNTHETIC
static final byte ATTR_SYNTHETIC
Deprecated.- See Also:
- Constant Field Values
-
ATTR_DEPRECATED
static final byte ATTR_DEPRECATED
Deprecated.- See Also:
- Constant Field Values
-
ATTR_PMG
static final byte ATTR_PMG
Deprecated.- See Also:
- Constant Field Values
-
ATTR_SIGNATURE
static final byte ATTR_SIGNATURE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_STACK_MAP
static final byte ATTR_STACK_MAP
Deprecated.- See Also:
- Constant Field Values
-
ATTR_RUNTIMEVISIBLE_ANNOTATIONS
static final byte ATTR_RUNTIMEVISIBLE_ANNOTATIONS
Deprecated.- See Also:
- Constant Field Values
-
ATTR_RUNTIMEINVISIBLE_ANNOTATIONS
static final byte ATTR_RUNTIMEINVISIBLE_ANNOTATIONS
Deprecated.- See Also:
- Constant Field Values
-
ATTR_RUNTIMEVISIBLE_PARAMETER_ANNOTATIONS
static final byte ATTR_RUNTIMEVISIBLE_PARAMETER_ANNOTATIONS
Deprecated.- See Also:
- Constant Field Values
-
ATTR_RUNTIMEINVISIBLE_PARAMETER_ANNOTATIONS
static final byte ATTR_RUNTIMEINVISIBLE_PARAMETER_ANNOTATIONS
Deprecated.- See Also:
- Constant Field Values
-
ATTR_ANNOTATION_DEFAULT
static final byte ATTR_ANNOTATION_DEFAULT
Deprecated.- See Also:
- Constant Field Values
-
KNOWN_ATTRIBUTES
static final short KNOWN_ATTRIBUTES
Deprecated.- See Also:
- Constant Field Values
-
ATTRIBUTE_NAMES
static final java.lang.String[] ATTRIBUTE_NAMES
Deprecated.
-
ITEM_Bogus
static final byte ITEM_Bogus
Deprecated.Constants used in the StackMap attribute.- See Also:
- Constant Field Values
-
ITEM_Integer
static final byte ITEM_Integer
Deprecated.- See Also:
- Constant Field Values
-
ITEM_Float
static final byte ITEM_Float
Deprecated.- See Also:
- Constant Field Values
-
ITEM_Double
static final byte ITEM_Double
Deprecated.- See Also:
- Constant Field Values
-
ITEM_Long
static final byte ITEM_Long
Deprecated.- See Also:
- Constant Field Values
-
ITEM_Null
static final byte ITEM_Null
Deprecated.- See Also:
- Constant Field Values
-
ITEM_InitObject
static final byte ITEM_InitObject
Deprecated.- See Also:
- Constant Field Values
-
ITEM_Object
static final byte ITEM_Object
Deprecated.- See Also:
- Constant Field Values
-
ITEM_NewObject
static final byte ITEM_NewObject
Deprecated.- See Also:
- Constant Field Values
-
ITEM_NAMES
static final java.lang.String[] ITEM_NAMES
Deprecated.
-
-