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
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.