Package jminusminus
Class CLSourceDebugExtensionAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLSourceDebugExtensionAttribute
Representation of SourceDebugExtension_attribute structure.
- 
Field SummaryFieldsFields inherited from class jminusminus.CLAttributeInfoattributeLength, attributeNameIndex
- 
Constructor SummaryConstructorsConstructorDescriptionCLSourceDebugExtensionAttribute(int attributeNameIndex, long attributeLength, byte[] debugExtension) Construct a CLSourceDebugExtensionAttribute object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this attribute to the specified output stream.
- 
Field Details- 
debugExtensionpublic byte[] debugExtensionSoureDebugExtension.debug_extension item.
 
- 
- 
Constructor Details- 
CLSourceDebugExtensionAttributepublic CLSourceDebugExtensionAttribute(int attributeNameIndex, long attributeLength, byte[] debugExtension) Construct a CLSourceDebugExtensionAttribute object.- Parameters:
- attributeNameIndex- SourceDebugExtension_attribute.attribute_name_index item.
- attributeLength- SourceDebugExtension_attribute.attribute_length item.
- debugExtension- SourceDebugExtension_attribute.debug_extension 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.
 
 
-