Uses of Interface
java.lang.classfile.attribute.NestMembersAttribute
Packages that use 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
Methods in java.lang.classfile that return types with arguments of type NestMembersAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<NestMembersAttribute> Attributes.nestMembers()
Returns Attribute mapper for theNestMembers
attribute. -
Uses of NestMembersAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type NestMembersAttribute in java.lang.classfile.attributeModifier 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.Methods in java.lang.classfile.attribute that return NestMembersAttributeModifier 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.