Uses of Interface
java.lang.classfile.attribute.NestMembersAttribute
Packages that use NestMembersAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file 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 the 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 indicates that this class is the host of a nest and the other nest members.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.