Interface SourceDebugExtensionAttribute

All Superinterfaces:
Attribute<SourceDebugExtensionAttribute>, ClassElement, ClassfileElement, WritableElement<SourceDebugExtensionAttribute>
All Known Implementing Classes:
BoundAttribute.BoundSourceDebugExtensionAttribute, UnboundAttribute.UnboundSourceDebugExtensionAttribute

SourceDebugExtensionAttribute.
  • Method Details

    • contents

      byte[] contents()
      Returns the debug extension payload.
      Returns:
      the debug extension payload
    • of

      static SourceDebugExtensionAttribute of(byte[] contents)
      Returns a SourceDebugExtension attribute.
      Parameters:
      contents - the extension contents
      Returns:
      a SourceDebugExtension attribute