Module org.glavo.classfile
Package org.glavo.classfile.attribute
Interface SourceDebugExtensionAttribute
- All Superinterfaces:
Attribute<SourceDebugExtensionAttribute>,ClassElement,ClassfileElement,WritableElement<SourceDebugExtensionAttribute>
- All Known Implementing Classes:
BoundAttribute.BoundSourceDebugExtensionAttribute,UnboundAttribute.UnboundSourceDebugExtensionAttribute
public sealed interface SourceDebugExtensionAttribute
extends Attribute<SourceDebugExtensionAttribute>, ClassElement
permits BoundAttribute.BoundSourceDebugExtensionAttribute, UnboundAttribute.UnboundSourceDebugExtensionAttribute
SourceDebugExtensionAttribute.
-
Method Summary
Methods inherited from interface org.glavo.classfile.Attribute
attributeMapper, attributeNameMethods inherited from interface org.glavo.classfile.WritableElement
writeTo
-
Method Details
-
contents
byte[] contents()Returns the debug extension payload.- Returns:
- the debug extension payload
-
of
Returns aSourceDebugExtensionattribute.- Parameters:
contents- the extension contents- Returns:
- a
SourceDebugExtensionattribute
-