Package org.codehaus.janino.util
Class ClassFile.CodeAttribute
- java.lang.Object
-
- org.codehaus.janino.util.ClassFile.AttributeInfo
-
- org.codehaus.janino.util.ClassFile.CodeAttribute
-
- Enclosing class:
- ClassFile
public static class ClassFile.CodeAttribute extends ClassFile.AttributeInfo
Representation of an unmodifiableCode
attribute, as read from a class file.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
storeBody(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
-
storeBody
protected void storeBody(DataOutputStream dos) throws IOException
Description copied from class:ClassFile.AttributeInfo
Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.- Specified by:
storeBody
in classClassFile.AttributeInfo
- Throws:
IOException
-
-