Uses of Interface
java.lang.classfile.constantpool.ConstantPool
Packages that use ConstantPoolPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfilePREVIEW library.-
Uses of ConstantPoolPREVIEW in java.lang.classfilePREVIEW
Subinterfaces of ConstantPoolPREVIEW in java.lang.classfilePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Supports reading from a classfile.Methods in java.lang.classfilePREVIEW that return ConstantPoolPREVIEWModifier and TypeMethodDescriptionBootstrapMethodEntry.constantPool()Returns the constant pool associated with this entry.ClassModel.constantPool()Returns the constant pool for this class.Methods in java.lang.classfilePREVIEW with parameters of type ConstantPoolPREVIEWModifier and TypeMethodDescriptionbooleanBufWriter.canWriteDirect(ConstantPoolPREVIEW other) Returns whether the provided constant pool is index-compatible with this one. -
Uses of ConstantPoolPREVIEW in java.lang.classfile.constantpoolPREVIEW
Subinterfaces of ConstantPoolPREVIEW in java.lang.classfile.constantpoolPREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Builder for the constant pool of a classfile.Methods in java.lang.classfile.constantpoolPREVIEW that return ConstantPoolPREVIEWModifier and TypeMethodDescriptionPoolEntry.constantPool()Returns the constant pool this entry is from.Methods in java.lang.classfile.constantpoolPREVIEW with parameters of type ConstantPoolPREVIEWModifier and TypeMethodDescriptionbooleanConstantPoolBuilder.canWriteDirect(ConstantPoolPREVIEW constantPool) Returns whether the provided constant pool is index-compatible with this one.