Package jminusminus
Class CLSignatureAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLSignatureAttribute
Representation of Signature_attribute structure.
- 
Field SummaryFieldsFields inherited from class jminusminus.CLAttributeInfoattributeLength, attributeNameIndex
- 
Constructor SummaryConstructorsConstructorDescriptionCLSignatureAttribute(int attributeNameIndex, long attributeLength, int signatureIndex) Construct a CLSignatureAttribute object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this attribute to the specified output stream.
- 
Field Details- 
signatureIndexpublic int signatureIndexSignature_attribute.signature_index item.
 
- 
- 
Constructor Details- 
CLSignatureAttributepublic 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- 
writeWrite the contents of this attribute to the specified output stream.- Overrides:
- writein class- CLAttributeInfo
- Parameters:
- out- output stream.
- Throws:
- IOException- if an error occurs while writing.
 
 
-