Uses of Interface
java.lang.classfile.constantpool.ConstantPool
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
PREVIEW library.-
Uses of ConstantPoolPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Supports reading from a classfile.Modifier and TypeMethodDescriptionBootstrapMethodEntry.constantPool()
Returns the constant pool associated with this entry.ClassModel.constantPool()
Returns the constant pool for this class.Modifier and TypeMethodDescriptionboolean
BufWriter.canWriteDirect
(ConstantPoolPREVIEW other) Returns whether the provided constant pool is index-compatible with this one. -
Uses of ConstantPoolPREVIEW in java.lang.classfile.constantpoolPREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Builder for the constant pool of a classfile.Modifier and TypeMethodDescriptionPoolEntry.constantPool()
Returns the constant pool this entry is from.Modifier and TypeMethodDescriptionboolean
ConstantPoolBuilder.canWriteDirect
(ConstantPoolPREVIEW constantPool) Returns whether the provided constant pool is index-compatible with this one.