public static class ClassFile.SignatureAttribute extends ClassFile.AttributeInfo
Signature attribute (see JVMS 4.7.9).| Constructor and Description |
|---|
SignatureAttribute(short attributeNameIndex,
short signatureIndex) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSignature(ClassFile classFile) |
protected void |
storeBody(DataOutputStream dos)
Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.
|
storepublic SignatureAttribute(short attributeNameIndex,
short signatureIndex)
protected void storeBody(DataOutputStream dos) throws IOException
ClassFile.AttributeInfostoreBody in class ClassFile.AttributeInfoIOExceptionCopyright © 2022. All rights reserved.