Uses of Interface
java.lang.classfile.BootstrapMethodEntry
Packages that use BootstrapMethodEntryPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.Provides interfaces describing classfile constant pool entries for the
java.lang.classfilePREVIEW 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 theBootstrapMethodEntryPREVIEW at the specified index within the bootstrap method table.ConstantPoolBuilder.bsmEntry(MethodHandleEntryPREVIEW methodReference, List<LoadableConstantEntryPREVIEW> arguments) Returns aBootstrapMethodEntryPREVIEW describing the provided bootstrap method and static arguments.default BootstrapMethodEntryPREVIEWConstantPoolBuilder.bsmEntry(DirectMethodHandleDesc methodReference, List<ConstantDesc> arguments) Returns aBootstrapMethodEntryPREVIEW 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 AConstantDynamicEntryPREVIEW describing a dynamic constant.ConstantPoolBuilder.invokeDynamicEntry(BootstrapMethodEntryPREVIEW bootstrapMethodEntry, NameAndTypeEntryPREVIEW nameAndType) Returns AnInvokeDynamicEntryPREVIEW describing a dynamic call site.