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
- public abstract static class ClassFile.AttributeInfo
- extends Object
Representation of a class file attribute (see JVMS 4.7).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassFile.AttributeInfo
public ClassFile.AttributeInfo(short nameIndex)
store
public void store(DataOutputStream dos)
throws IOException
- Throws:
IOException
storeBody
protected abstract void storeBody(DataOutputStream dos)
throws IOException
- Throws:
IOException