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 class
ClassFile.InnerClassesAttribute.Entry
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
getEntries()
protected void
storeBody(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:
storeBody
in classClassFile.AttributeInfo
- Throws:
java.io.IOException
-
-