Uses of Interface
java.lang.classfile.BootstrapMethodEntry
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
Modifier and TypeMethodDescriptionBootstrapMethodsAttribute.bootstrapMethods()
Returns the elements of the bootstrap method table. -
Uses of BootstrapMethodEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Modifier 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.Modifier 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.