public class NestMembersAttributeEntry extends ClassFileStruct implements INestMemberAttributeEntry
| Constructor and Description |
|---|
NestMembersAttributeEntry(byte[] classFileBytes,
IConstantPool constantPool,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNestMemberIndex()
Answer back the nest member name index.
|
char[] |
getNestMemberName()
Answer back the nest member name as specified
in the JVM specifications.
|
java.lang.String |
toString() |
public NestMembersAttributeEntry(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
ClassFormatExceptionpublic char[] getNestMemberName()
INestMemberAttributeEntrygetNestMemberName in interface INestMemberAttributeEntrypublic int getNestMemberIndex()
INestMemberAttributeEntrygetNestMemberIndex in interface INestMemberAttributeEntrypublic java.lang.String toString()
toString in class java.lang.Object