Uses of Interface
java.lang.classfile.attribute.NestMembersAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of NestMembersAttributePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionAttributes.nestMembers()
Returns Attribute mapper for theNestMembers
attribute. -
Uses of NestMembersAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Models theNestMembers
attribute (JVMS 4.7.29), which can appear on classes to indicate that this class is the host of a nest.Modifier and TypeMethodDescriptionstatic NestMembersAttributePREVIEW
NestMembersAttribute.of
(ClassEntryPREVIEW... nestMembers) Returns aNestMembers
attribute.static NestMembersAttributePREVIEW
NestMembersAttribute.of
(List<ClassEntryPREVIEW> nestMembers) Returns aNestMembers
attribute.static NestMembersAttributePREVIEW
Returns aNestMembers
attribute.static NestMembersAttributePREVIEW
Returns aNestMembers
attribute.