Uses of Interface
java.lang.classfile.constantpool.ConstantDynamicEntry
Packages that use ConstantDynamicEntryPREVIEW
Package
Description
Provides interfaces describing classfile constant pool entries for the
java.lang.classfilePREVIEW library.-
Uses of ConstantDynamicEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW that return ConstantDynamicEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.constantDynamicEntry(BootstrapMethodEntryPREVIEW bootstrapMethodEntry, NameAndTypeEntryPREVIEW nameAndType) Returns AConstantDynamicEntryPREVIEW describing a dynamic constant.default ConstantDynamicEntryPREVIEWConstantPoolBuilder.constantDynamicEntry(DynamicConstantDesc<?> dcd) Returns AConstantDynamicEntryPREVIEW describing a dynamic constant.