Uses of Interface
java.lang.classfile.BootstrapMethodEntry
Packages that use BootstrapMethodEntryPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
PREVIEW library.-
Uses of BootstrapMethodEntryPREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return types with arguments of type BootstrapMethodEntryPREVIEWModifier and TypeMethodDescriptionBootstrapMethodsAttribute.bootstrapMethods()
Returns the elements of the bootstrap method table. -
Uses of BootstrapMethodEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW that return BootstrapMethodEntryPREVIEWModifier and TypeMethodDescriptionDynamicConstantPoolEntry.bootstrap()
Returns the entry in the bootstrap method table for this constant.ConstantPool.bootstrapMethodEntry
(int index) Returns theBootstrapMethodEntry
PREVIEW at the specified index within the bootstrap method table.ConstantPoolBuilder.bsmEntry
(MethodHandleEntryPREVIEW methodReference, List<LoadableConstantEntryPREVIEW> arguments) Returns aBootstrapMethodEntry
PREVIEW describing the provided bootstrap method and static arguments.default BootstrapMethodEntryPREVIEW
ConstantPoolBuilder.bsmEntry
(DirectMethodHandleDesc methodReference, List<ConstantDesc> arguments) Returns aBootstrapMethodEntry
PREVIEW describing the provided bootstrap method and static arguments.Methods in java.lang.classfile.constantpoolPREVIEW with parameters of type BootstrapMethodEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.constantDynamicEntry
(BootstrapMethodEntryPREVIEW bootstrapMethodEntry, NameAndTypeEntryPREVIEW nameAndType) Returns AConstantDynamicEntry
PREVIEW describing a dynamic constant.ConstantPoolBuilder.invokeDynamicEntry
(BootstrapMethodEntryPREVIEW bootstrapMethodEntry, NameAndTypeEntryPREVIEW nameAndType) Returns AnInvokeDynamicEntry
PREVIEW describing a dynamic call site.