Package jminusminus
Class CLSyntheticAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLSyntheticAttribute
Representation of Synthetic_attribute structure.
- 
Field SummaryFields inherited from class jminusminus.CLAttributeInfoattributeLength, attributeNameIndex
- 
Constructor SummaryConstructorsConstructorDescriptionCLSyntheticAttribute(int attributeNameIndex, long attributeLength) Construct a CLSyntheticAttribute object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this attribute to the specified output stream.
- 
Constructor Details- 
CLSyntheticAttributepublic CLSyntheticAttribute(int attributeNameIndex, long attributeLength) Construct a CLSyntheticAttribute object.- Parameters:
- attributeNameIndex- Synthetic_attribute.attribute_name_index item.
- attributeLength- Synthetic_attribute.attribute_length 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.
 
 
-