public static class ClassFile.InnerClassesAttribute extends ClassFile.AttributeInfo
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassFile.InnerClassesAttribute.Entry
The structure of the
classes array as described in JVMS7 4.7.6. |
| Modifier and Type | Method and Description |
|---|---|
List<ClassFile.InnerClassesAttribute.Entry> |
getEntries() |
protected void |
storeBody(DataOutputStream dos)
Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.
|
storepublic List<ClassFile.InnerClassesAttribute.Entry> getEntries()
List<InnerClassesAttribute.Entry>: The ClassFile.InnerClassesAttribute.Entrys contained in this ClassFile.InnerClassesAttribute, see JVMS7 4.7.6protected void storeBody(DataOutputStream dos) throws IOException
ClassFile.AttributeInfostoreBody in class ClassFile.AttributeInfoIOException