Uses of Interface
java.lang.classfile.attribute.SourceDebugExtensionAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of SourceDebugExtensionAttributePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionAttributes.sourceDebugExtension()
Returns Attribute mapper for theSourceDebugExtension
attribute. -
Uses of SourceDebugExtensionAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Models theSourceDebugExtension
attribute.Modifier and TypeMethodDescriptionSourceDebugExtensionAttribute.of
(byte[] contents) Returns aSourceDebugExtension
attribute.