Uses of Interface
java.lang.classfile.attribute.NestMembersAttribute
Packages that use NestMembersAttributePREVIEW
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
Fields in java.lang.classfilePREVIEW with type parameters of type NestMembersAttributePREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<NestMembersAttributePREVIEW> Attributes.NEST_MEMBERS
Attribute mapper for theNestMembers
attribute -
Uses of NestMembersAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type NestMembersAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.Models theNestMembers
attribute 4.7.29, which can appear on classes to indicate that this class is the host of a nest.Methods in java.lang.classfile.attributePREVIEW that return NestMembersAttributePREVIEWModifier 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.