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 theNestMembersattribute. -
Uses of NestMembersAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type NestMembersAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theNestMembersattribute (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 NestMembersAttributeNestMembersAttribute.of(ClassEntry... nestMembers) Returns aNestMembersattribute.static NestMembersAttributeNestMembersAttribute.of(List<ClassEntry> nestMembers) Returns aNestMembersattribute.static NestMembersAttributeReturns aNestMembersattribute.static NestMembersAttributeReturns aNestMembersattribute.