Uses of Interface
java.lang.classfile.BootstrapMethodEntry Java DOCS
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 theBootstrapMethodEntryat the specified index within the bootstrap method table.ConstantPoolBuilder.bsmEntry(MethodHandleEntry methodReference, List<LoadableConstantEntry> arguments) Returns aBootstrapMethodEntryreferring to aMethodHandleEntryand a list ofLoadableConstantEntry.default BootstrapMethodEntryConstantPoolBuilder.bsmEntry(DirectMethodHandleDesc methodReference, List<ConstantDesc> arguments) Returns aBootstrapMethodEntrydescribing 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)