Web Site

org.codehaus.janino.util
Class ClassFile.InnerClassesAttribute

java.lang.Object
  extended byorg.codehaus.janino.util.ClassFile.AttributeInfo
      extended byorg.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
static class ClassFile.InnerClassesAttribute.Entry
           
 
Method Summary
 List getEntries()
           
protected  void storeBody(DataOutputStream dos)
           
 
Methods inherited from class org.codehaus.janino.util.ClassFile.AttributeInfo
store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEntries

public List getEntries()

storeBody

protected void storeBody(DataOutputStream dos)
                  throws IOException
Specified by:
storeBody in class ClassFile.AttributeInfo
Throws:
IOException

Web Site