- All Superinterfaces:
Attribute<NestMembersAttribute>,ClassElement,ClassfileElement,WritableElement<NestMembersAttribute>
- All Known Implementing Classes:
BoundAttribute.BoundNestMembersAttribute,UnboundAttribute.UnboundNestMembersAttribute
public sealed interface NestMembersAttribute
extends Attribute<NestMembersAttribute>, ClassElement
permits BoundAttribute.BoundNestMembersAttribute, UnboundAttribute.UnboundNestMembersAttribute
Models the
NestMembers attribute , which can
appear on classes to indicate that this class is the host of a nest.
Delivered as a ClassElement when
traversing the elements of a ClassModel.-
Method Summary
Modifier and TypeMethodDescriptionReturns the classes belonging to the nest hosted by this class.static NestMembersAttributeof(List<ClassEntry> nestMembers) Returns aNestMembersattribute.static NestMembersAttributeof(ClassEntry... nestMembers) Returns aNestMembersattribute.static NestMembersAttributeReturns aNestMembersattribute.static NestMembersAttributeReturns aNestMembersattribute.Methods inherited from interface org.glavo.classfile.Attribute
attributeMapper, attributeNameMethods inherited from interface org.glavo.classfile.WritableElement
writeTo
-
Method Details
-
nestMembers
List<ClassEntry> nestMembers()Returns the classes belonging to the nest hosted by this class.- Returns:
- the classes belonging to the nest hosted by this class
-
of
Returns aNestMembersattribute.- Parameters:
nestMembers- the member classes of the nest- Returns:
- a
NestMembersattribute
-
of
Returns aNestMembersattribute.- Parameters:
nestMembers- the member classes of the nest- Returns:
- a
NestMembersattribute
-
ofSymbols
Returns aNestMembersattribute.- Parameters:
nestMembers- the member classes of the nest- Returns:
- a
NestMembersattribute
-
ofSymbols
Returns aNestMembersattribute.- Parameters:
nestMembers- the member classes of the nest- Returns:
- a
NestMembersattribute
-