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.classfileSubinterfaces of ConstantPool in java.lang.classfileModifier and TypeInterfaceDescriptioninterfaceAdvancedclassfile reading support forAttributeMappers.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 TypeMethodDescriptionbooleanBufWriter.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.constantpoolSubinterfaces of ConstantPool in java.lang.classfile.constantpoolModifier and TypeInterfaceDescriptioninterfaceBuilder for the constant pool of aclassfile.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 TypeMethodDescriptionbooleanConstantPoolBuilder.canWriteDirect(ConstantPool constantPool) Returnstrueif the index of any entry in the given constant pool refers to the same entry in this builder.