-
- All Implemented Interfaces:
public final class NestMembersAttribute extends AttributeInfo
Describes a NestMembers attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNestMembersAttribute.Companion
-
Field Summary
Fields Modifier and Type Field Description private Array<NestMembersEntry>entriesprivate IntegerattributeNameIndexprivate final Stringname
-
Constructor Summary
Constructors Constructor Description NestMembersAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final Array<NestMembersEntry>getEntries()List of class entries in the NestMembersAttribute structure final UnitsetEntries(Array<NestMembersEntry> entries)List of class entries in the NestMembersAttribute structure IntegergetAttributeLength()Get the length of this attribute in bytes. -
Methods inherited from class org.gjt.jclasslib.structures.AttributeInfo
getAttributeNameIndex, getName, setAttributeNameIndex -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NestMembersAttribute
NestMembersAttribute(ClassFile classFile)
-
-
Method Detail
-
getEntries
final Array<NestMembersEntry> getEntries()
List of class entries in the NestMembersAttribute structure
-
setEntries
final Unit setEntries(Array<NestMembersEntry> entries)
List of class entries in the NestMembersAttribute structure
-
getAttributeLength
Integer getAttributeLength()
Get the length of this attribute in bytes.
-
-
-
-