Uses of Interface
java.lang.classfile.constantpool.ConstantPool
Packages that use ConstantPool
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing constant pool entries for the
java.lang.classfile
library.-
Uses of ConstantPool in java.lang.classfile
Subinterfaces of ConstantPool in java.lang.classfileModifier and TypeInterfaceDescriptioninterface
Advancedclass
file reading support forAttributeMapper
s.Methods in java.lang.classfile that return ConstantPoolModifier and TypeMethodDescriptionBootstrapMethodEntry.constantPool()
Returns the constant pool associated with this entry.ClassModel.constantPool()
Returns the constant pool for this class.Methods in java.lang.classfile with parameters of type ConstantPoolModifier and TypeMethodDescriptionboolean
BufWriter.canWriteDirect
(ConstantPool other) Returns whether the provided constant pool is index-compatible with the constant pool of this buffer. -
Uses of ConstantPool in java.lang.classfile.constantpool
Subinterfaces of ConstantPool in java.lang.classfile.constantpoolModifier and TypeInterfaceDescriptioninterface
Builder for the constant pool of aclass
file.Methods in java.lang.classfile.constantpool that return ConstantPoolModifier and TypeMethodDescriptionPoolEntry.constantPool()
Returns the constant pool this entry is from.Methods in java.lang.classfile.constantpool with parameters of type ConstantPoolModifier and TypeMethodDescriptionboolean
ConstantPoolBuilder.canWriteDirect
(ConstantPool constantPool) Returnstrue
if the index of any entry in the given constant pool refers to the same entry in this builder.