Package org.codehaus.janino.util
Class ClassFile.AttributeInfo
java.lang.Object
org.codehaus.janino.util.ClassFile.AttributeInfo
- Direct Known Subclasses:
ClassFile.ConstantValueAttribute
,ClassFile.DeprecatedAttribute
,ClassFile.ExceptionsAttribute
,ClassFile.InnerClassesAttribute
,ClassFile.LineNumberTableAttribute
,ClassFile.LocalVariableTableAttribute
,ClassFile.SourceFileAttribute
,ClassFile.SyntheticAttribute
- Enclosing class:
ClassFile
Representation of a class file attribute (see JVMS 4.7).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AttributeInfo
public AttributeInfo(short nameIndex)
-
-
Method Details
-
store
- Throws:
IOException
-
storeBody
- Throws:
IOException
-