public final class Const extends Object
| 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_DynamicMarks a constant pool entry as dynamically computed. | 
| 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_ModuleMarks a constant pool entry as a Module Reference. | 
| static byte | CONSTANT_NameAndTypeMarks a constant pool entry as a name and type. | 
| static byte | CONSTANT_PackageMarks a constant pool entry as a Package Reference. | 
| static byte | CONSTANT_StringMarks a constant pool entry as type String | 
| static byte | CONSTANT_Utf8Marks a constant pool entry as type UTF-8. | 
| Constructor and Description | 
|---|
| Const() | 
public static final short ACC_FINAL
public static final short ACC_INTERFACE
public static final short ACC_ABSTRACT
public static final short ACC_ANNOTATION
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_String
public static final byte CONSTANT_Fieldref
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_Dynamic
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 String getConstantName(int index)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.