Uses of Interface
io.github.dmlloyd.classfile.constantpool.ConstantDynamicEntry
Packages that use ConstantDynamicEntry
Package
Description
Provides interfaces describing constant pool entries for the
io.github.dmlloyd.classfile library.-
Uses of ConstantDynamicEntry in io.github.dmlloyd.classfile.constantpool
Methods in io.github.dmlloyd.classfile.constantpool that return ConstantDynamicEntryModifier and TypeMethodDescriptionConstantPoolBuilder.constantDynamicEntry(BootstrapMethodEntry bootstrapMethodEntry, NameAndTypeEntry nameAndType) default ConstantDynamicEntryConstantPoolBuilder.constantDynamicEntry(DynamicConstantDesc<?> dcd) Returns aConstantDynamicEntrydescribing the dynamic constant as the providedDynamicConstantDesc.