Uses of Interface
java.lang.classfile.BootstrapMethodEntry
Packages that use BootstrapMethodEntry
Package
Description
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.Provides interfaces describing 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
referring to aMethodHandleEntry
and a list ofLoadableConstantEntry
.default BootstrapMethodEntry
ConstantPoolBuilder.bsmEntry
(DirectMethodHandleDesc methodReference, List<ConstantDesc> arguments) Returns aBootstrapMethodEntry
describing the provided bootstrap method and arguments.Methods in java.lang.classfile.constantpool with parameters of type BootstrapMethodEntryModifier and TypeMethodDescriptionConstantPoolBuilder.constantDynamicEntry
(BootstrapMethodEntry bootstrapMethodEntry, NameAndTypeEntry nameAndType) ConstantPoolBuilder.invokeDynamicEntry
(BootstrapMethodEntry bootstrapMethodEntry, NameAndTypeEntry nameAndType)