Package jminusminus
Class CLSignatureAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLSignatureAttribute
Representation of Signature_attribute structure.
-
Field Summary
Fields inherited from class jminusminus.CLAttributeInfo
attributeLength, attributeNameIndex
-
Constructor Summary
ConstructorDescriptionCLSignatureAttribute
(int attributeNameIndex, long attributeLength, int signatureIndex) Construct a CLSignatureAttribute object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(CLOutputStream out) Write the contents of this attribute to the specified output stream.
-
Field Details
-
signatureIndex
public int signatureIndexSignature_attribute.signature_index item.
-
-
Constructor Details
-
CLSignatureAttribute
public CLSignatureAttribute(int attributeNameIndex, long attributeLength, int signatureIndex) Construct a CLSignatureAttribute object.- Parameters:
attributeNameIndex
- Signature_attribute.attribute_name_index item.attributeLength
- Signature_attribute.attribute_length item.signatureIndex
- Signature_attribute.signature_index item.
-
-
Method Details
-
write
Write the contents of this attribute to the specified output stream.- Overrides:
write
in classCLAttributeInfo
- Parameters:
out
- output stream.- Throws:
IOException
- if an error occurs while writing.
-