public static class ClassFile.SyntheticAttribute extends ClassFile.AttributeInfo
| Constructor and Description |
|---|
SyntheticAttribute(short attributeNameIndex) |
| Modifier and Type | Method and Description |
|---|---|
private static ClassFile.AttributeInfo |
loadBody(short attributeNameIndex,
java.io.DataInputStream dis) |
protected 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.
|
storeprivate static ClassFile.AttributeInfo loadBody(short attributeNameIndex, java.io.DataInputStream dis)
protected void storeBody(java.io.DataOutputStream dos)
ClassFile.AttributeInfostoreBody in class ClassFile.AttributeInfo