|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.util.ClassFile.AttributeInfo
public abstract static class ClassFile.AttributeInfo
Representation of a class file attribute (see JVMS7 4.7).
| Constructor Summary | |
|---|---|
ClassFile.AttributeInfo(short nameIndex)
|
|
| Method Summary | |
|---|---|
void |
store(java.io.DataOutputStream dos)
Writes this attribute to a DataOutputStream, in the format described in JVMS7 4.7. |
protected abstract void |
storeBody(java.io.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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassFile.AttributeInfo(short nameIndex)
| Method Detail |
|---|
public void store(java.io.DataOutputStream dos)
throws java.io.IOException
DataOutputStream, in the format described in JVMS7 4.7.
java.io.IOException
protected abstract void storeBody(java.io.DataOutputStream dos)
throws java.io.IOException
java.io.IOException
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||