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 TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<SourceDebugExtensionAttributePREVIEW> Attributes.SOURCE_DEBUG_EXTENSION
Attribute mapper for theSourceDebugExtension
attribute -
Uses of SourceDebugExtensionAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionSourceDebugExtensionAttribute.of
(byte[] contents) Returns aSourceDebugExtension
attribute.