Package org.codehaus.janino.util
Class ClassFile.InnerClassesAttribute
- java.lang.Object
-
- org.codehaus.janino.util.ClassFile.AttributeInfo
-
- org.codehaus.janino.util.ClassFile.InnerClassesAttribute
-
- Enclosing class:
- ClassFile
public static class ClassFile.InnerClassesAttribute extends ClassFile.AttributeInfo
Representation of anInnerClassesattribute (see JVMS 4.7.5).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClassFile.InnerClassesAttribute.EntryThe structure of theclassesarray as described in JVMS7 4.7.6.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ClassFile.InnerClassesAttribute.Entry>getEntries()protected voidstoreBody(DataOutputStream dos)Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.-
Methods inherited from class org.codehaus.janino.util.ClassFile.AttributeInfo
store
-
-
-
-
Method Detail
-
getEntries
public List<ClassFile.InnerClassesAttribute.Entry> getEntries()
- Returns:
- The
ClassFile.InnerClassesAttribute.Entrys contained in thisClassFile.InnerClassesAttribute, see JVMS7 4.7.6
-
storeBody
protected void storeBody(DataOutputStream dos) throws IOException
Description copied from class:ClassFile.AttributeInfoWrites the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.- Specified by:
storeBodyin classClassFile.AttributeInfo- Throws:
IOException
-
-