public class InnerClassesAttribute extends ClassFileAttribute implements IInnerClassesAttribute
NO_ATTRIBUTES| Constructor and Description |
|---|
InnerClassesAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for InnerClassesAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
IInnerClassesAttributeEntry[] |
getInnerClassAttributesEntries()
Answer back the array of inner attribute entries as specified in
the JVM specifications, or an empty array if none.
|
int |
getNumberOfClasses()
Answer back the number of inner classes infos 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 InnerClassesAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset - ClassFormatExceptionpublic IInnerClassesAttributeEntry[] getInnerClassAttributesEntries()
IInnerClassesAttributegetInnerClassAttributesEntries in interface IInnerClassesAttributeIInnerClassesAttribute.getInnerClassAttributesEntries()public int getNumberOfClasses()
IInnerClassesAttributegetNumberOfClasses in interface IInnerClassesAttributeIInnerClassesAttribute.getNumberOfClasses()