Uses of Interface
java.lang.classfile.attribute.NestHostAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of NestHostAttributePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionAttributes.nestHost()
Returns Attribute mapper for theNestHost
attribute. -
Uses of NestHostAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Models theNestHost
attribute (JVMS 4.7.28), which can appear on classes to indicate that this class is a member of a nest.Modifier and TypeMethodDescriptionstatic NestHostAttributePREVIEW
NestHostAttribute.of
(ClassEntryPREVIEW nestHost) Returns aNestHost
attribute.static NestHostAttributePREVIEW
Returns aNestHost
attribute.