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