Package jminusminus
Class CLSourceDebugExtensionAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLSourceDebugExtensionAttribute
Representation of SourceDebugExtension_attribute structure.
-
Field Summary
Fields inherited from class jminusminus.CLAttributeInfo
attributeLength, attributeNameIndex
-
Constructor Summary
ConstructorDescriptionCLSourceDebugExtensionAttribute
(int attributeNameIndex, long attributeLength, byte[] debugExtension) Construct a CLSourceDebugExtensionAttribute object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(CLOutputStream out) Write the contents of this attribute to the specified output stream.
-
Field Details
-
debugExtension
public byte[] debugExtensionSoureDebugExtension.debug_extension item.
-
-
Constructor Details
-
CLSourceDebugExtensionAttribute
public 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
-
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.
-