Package jminusminus

Class CLSourceDebugExtensionAttribute

java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLSourceDebugExtensionAttribute

class CLSourceDebugExtensionAttribute extends CLAttributeInfo
Representation of SourceDebugExtension_attribute structure.
  • Field Details

    • debugExtension

      public byte[] debugExtension
      SoureDebugExtension.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