Module org.glavo.classfile
Package org.glavo.classfile.constantpool
package org.glavo.classfile.constantpool
-
InterfacesClassDescriptionA constant pool entry that may be used as an annotation constant, which includes the four kinds of primitive constants, and UTF8 constants.Models a
CONSTANT_Class_infoconstant in the constant pool of a classfile.Models aCONSTANT_Dynamic_infoconstant in the constant pool of a classfile.Provides read access to the constant pool and bootstrap method table of a classfile.Builder for the constant pool of a classfile.Models a constant pool entry that can be used as the constant in aConstantValueattribute; this includes the four primitive constant types and String constants.Models aCONSTANT_Double_infoconstant in the constant pool of a classfile.Models a dynamic constant pool entry, which is eitherConstantDynamicEntryorInvokeDynamicEntry.Models aCONSTANT_Fieldref_infoconstant in the constant pool of a classfile.Models aCONSTANT_Float_infoconstant in the constant pool of a classfile.Models aCONSTANT_Integer_infoconstant in the constant pool of a classfile.Models aCONSTANT_InterfaceMethodRef_infoconstant in the constant pool of a classfile.Models a constant pool entry for a dynamic call site.Marker interface for constant pool entries suitable for loading via theLDCinstructions.Models aCONSTANT_Long_infoconstant in the constant pool of a classfile.Models a member reference constant in the constant pool of a classfile, which includes references to fields, methods, and interface methods.Models aCONSTANT_MethodHandle_infoconstant in the constant pool of a classfile.Models aCONSTANT_MethodRef_infoconstant in the constant pool of a classfile.Models aCONSTANT_MethodType_infoconstant in the constant pool of a classfile.Models aCONSTANT_Module_infoconstant in the constant pool of a classfile.Models aCONSTANT_NameAndType_infoconstant in the constant pool of a classfile.Models aCONSTANT_Package_infoconstant in the constant pool of a classfile.Models an entry in the constant pool of a classfile.Models aCONSTANT_String_infoconstant in the constant pool of a classfile.Models aCONSTANT_UTF8_infoconstant in the constant pool of a classfile.