public interface Constants
| Modifier and Type | Field and Description | 
|---|---|
| static short | ACC_ABSTRACTOne of the access flags for fields, methods, or classes. | 
| static short | ACC_ANNOTATIONOne of the access flags for fields, methods, or classes. | 
| static short | ACC_FINALOne of the access flags for fields, methods, or classes. | 
| static short | ACC_INTERFACEOne of the access flags for fields, methods, or classes. | 
| static byte | CONSTANT_ClassMarks a constant pool entry as a Class. | 
| static byte | CONSTANT_DoubleMarks a constant pool entry as type Double. | 
| static byte | CONSTANT_FieldrefMarks a constant pool entry as a Field Reference. | 
| static byte | CONSTANT_FloatMarks a constant pool entry as type Float. | 
| static byte | CONSTANT_IntegerMarks a constant pool entry as type Integer. | 
| static byte | CONSTANT_InterfaceMethodrefMarks a constant pool entry as an Interface Method Reference. | 
| static byte | CONSTANT_InvokeDynamicMarks a constant pool entry as an Invoke Dynamic | 
| static byte | CONSTANT_LongMarks a constant pool entry as type Long. | 
| static byte | CONSTANT_MethodHandleMarks a constant pool entry as a Method Handle. | 
| static byte | CONSTANT_MethodrefMarks a constant pool entry as a Method Reference. | 
| static byte | CONSTANT_MethodTypeMarks a constant pool entry as a Method Type. | 
| static byte | CONSTANT_NameAndTypeMarks a constant pool entry as a name and type. | 
| static java.lang.String[] | CONSTANT_NAMESThe names of the types of entries in a constant pool. | 
| static byte | CONSTANT_StringMarks a constant pool entry as type String. | 
| static byte | CONSTANT_Utf8Marks a constant pool entry as type UTF-8. | 
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 java.lang.String[] CONSTANT_NAMES
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.