Uses of Interface
java.lang.classfile.attribute.BootstrapMethodsAttribute
Packages that use BootstrapMethodsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of BootstrapMethodsAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type BootstrapMethodsAttributeModifier and TypeMethodDescriptionAttributes.bootstrapMethods()
Returns the mapper for theBootstrapMethods
attribute. -
Uses of BootstrapMethodsAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type BootstrapMethodsAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theBootstrapMethods
attribute (JVMS 4.7.23), which stores symbolic information for the execution of bootstrap methods, used by dynamically-computed call sites and constants.