Uses of Interface
java.lang.classfile.attribute.SourceDebugExtensionAttribute
Packages that use SourceDebugExtensionAttributePREVIEW
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
Methods in java.lang.classfilePREVIEW that return types with arguments of type SourceDebugExtensionAttributePREVIEWModifier and TypeMethodDescriptionAttributes.sourceDebugExtension()
Returns Attribute mapper for theSourceDebugExtension
attribute. -
Uses of SourceDebugExtensionAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type SourceDebugExtensionAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.Models theSourceDebugExtension
attribute.Methods in java.lang.classfile.attributePREVIEW that return SourceDebugExtensionAttributePREVIEWModifier and TypeMethodDescriptionSourceDebugExtensionAttribute.of
(byte[] contents) Returns aSourceDebugExtension
attribute.