Uses of Interface
io.smallrye.classfile.constantpool.ConstantPool
Packages that use ConstantPool
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing constant pool entries for the
io.smallrye.classfile library.-
Uses of ConstantPool in io.smallrye.classfile
Subinterfaces of ConstantPool in io.smallrye.classfileModifier and TypeInterfaceDescriptioninterfaceAdvancedclassfile reading support forAttributeMappers.Methods in io.smallrye.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 io.smallrye.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 io.smallrye.classfile.constantpool
Subinterfaces of ConstantPool in io.smallrye.classfile.constantpoolModifier and TypeInterfaceDescriptioninterfaceBuilder for the constant pool of aclassfile.Methods in io.smallrye.classfile.constantpool that return ConstantPoolModifier and TypeMethodDescriptionPoolEntry.constantPool()Returns the constant pool this entry is from.Methods in io.smallrye.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.