public class NestMembersAttribute extends ClassFileAttribute implements INestMembersAttribute
NO_ATTRIBUTES| Constructor and Description |
|---|
NestMembersAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for NestMembersAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
INestMemberAttributeEntry[] |
getNestMemberAttributesEntries()
Answer back the array of nest member attribute entries as specified in
the JVM specifications, or an empty array if none.
|
int |
getNumberOfNestMembers()
Answer back the number of nest members as specified in
the JVM specifications.
|
getAttributeLength, getAttributeName, getAttributeNameIndexdoubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8Atclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeLength, getAttributeName, getAttributeNameIndexpublic NestMembersAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset - ClassFormatExceptionpublic int getNumberOfNestMembers()
INestMembersAttributegetNumberOfNestMembers in interface INestMembersAttributepublic INestMemberAttributeEntry[] getNestMemberAttributesEntries()
INestMembersAttributegetNestMemberAttributesEntries in interface INestMembersAttribute