public interface Constants
Modifier and Type | Field and Description |
---|---|
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_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 int |
APPEND_FRAME |
static int |
APPEND_FRAME_MAX |
static byte |
ATTR_ANNOTATION_DEFAULT |
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_PMG |
static byte |
ATTR_RUNTIME_VISIBLE_ANNOTATIONS |
static byte |
ATTR_RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS |
static byte |
ATTR_RUNTIMEIN_VISIBLE_ANNOTATIONS |
static byte |
ATTR_RUNTIMEIN_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 String[] |
ATTRIBUTE_NAMES |
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_NameAndType
Marks a constant pool entry as a name and type.
|
static String[] |
CONSTANT_NAMES
The names of the types of entries in a constant pool.
|
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 int |
FULL_FRAME |
static byte |
ITEM_Bogus
Constants used in the StackMap attribute.
|
static byte |
ITEM_NewObject |
static byte |
ITEM_Object |
static short |
KNOWN_ATTRIBUTES |
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 final short ACC_FINAL
static final short ACC_INTERFACE
static final short ACC_ABSTRACT
static final short ACC_ANNOTATION
static final byte CONSTANT_Utf8
static final byte CONSTANT_Integer
static final byte CONSTANT_Float
static final byte CONSTANT_Long
static final byte CONSTANT_Double
static final byte CONSTANT_Class
static final byte CONSTANT_Fieldref
static final byte CONSTANT_String
static final byte CONSTANT_Methodref
static final byte CONSTANT_InterfaceMethodref
static final byte CONSTANT_NameAndType
static final byte CONSTANT_MethodHandle
static final byte CONSTANT_MethodType
static final byte CONSTANT_InvokeDynamic
static final String[] CONSTANT_NAMES
static final byte ATTR_UNKNOWN
static final byte ATTR_SOURCE_FILE
static final byte ATTR_CONSTANT_VALUE
static final byte ATTR_CODE
static final byte ATTR_EXCEPTIONS
static final byte ATTR_LINE_NUMBER_TABLE
static final byte ATTR_LOCAL_VARIABLE_TABLE
static final byte ATTR_INNER_CLASSES
static final byte ATTR_SYNTHETIC
static final byte ATTR_DEPRECATED
static final byte ATTR_PMG
static final byte ATTR_SIGNATURE
static final byte ATTR_STACK_MAP
static final byte ATTR_RUNTIME_VISIBLE_ANNOTATIONS
static final byte ATTR_RUNTIMEIN_VISIBLE_ANNOTATIONS
static final byte ATTR_RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS
static final byte ATTR_RUNTIMEIN_VISIBLE_PARAMETER_ANNOTATIONS
static final byte ATTR_ANNOTATION_DEFAULT
static final byte ATTR_LOCAL_VARIABLE_TYPE_TABLE
static final byte ATTR_ENCLOSING_METHOD
static final byte ATTR_STACK_MAP_TABLE
static final short KNOWN_ATTRIBUTES
static final String[] ATTRIBUTE_NAMES
static final byte ITEM_Bogus
static final byte ITEM_Object
static final byte ITEM_NewObject
static final int SAME_FRAME
static final int SAME_LOCALS_1_STACK_ITEM_FRAME
static final int SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED
static final int CHOP_FRAME
static final int SAME_FRAME_EXTENDED
static final int APPEND_FRAME
static final int FULL_FRAME
static final int SAME_FRAME_MAX
static final int SAME_LOCALS_1_STACK_ITEM_FRAME_MAX
static final int CHOP_FRAME_MAX
static final int APPEND_FRAME_MAX
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.