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
library.-
Uses of NestMembersAttribute in java.lang.classfile
Modifier and TypeMethodDescriptionstatic AttributeMapper
<NestMembersAttribute> Attributes.nestMembers()
Returns Attribute mapper for theNestMembers
attribute. -
Uses of NestMembersAttribute in java.lang.classfile.attribute
Modifier and TypeInterfaceDescriptioninterface
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 NestMembersAttribute
NestMembersAttribute.of
(ClassEntry... nestMembers) Returns aNestMembers
attribute.static NestMembersAttribute
NestMembersAttribute.of
(List<ClassEntry> nestMembers) Returns aNestMembers
attribute.static NestMembersAttribute
Returns aNestMembers
attribute.static NestMembersAttribute
Returns aNestMembers
attribute.