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 an "InnerClasses" attribute (see JVMS 4.7.5).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClassFile.InnerClassesAttribute.Entry
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ListgetEntries()protected voidstoreBody(java.io.DataOutputStream dos)-
Methods inherited from class org.codehaus.janino.util.ClassFile.AttributeInfo
store
-
-
-
-
Method Detail
-
getEntries
public java.util.List getEntries()
-
storeBody
protected void storeBody(java.io.DataOutputStream dos) throws java.io.IOException- Specified by:
storeBodyin classClassFile.AttributeInfo- Throws:
java.io.IOException
-
-