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.classfilePREVIEW library.-
Uses of SourceDebugExtensionAttributePREVIEW in java.lang.classfilePREVIEW
Fields in java.lang.classfilePREVIEW with type parameters of type SourceDebugExtensionAttributePREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW<SourceDebugExtensionAttributePREVIEW> Attributes.SOURCE_DEBUG_EXTENSIONAttribute mapper for theSourceDebugExtensionattribute -
Uses of SourceDebugExtensionAttributePREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return SourceDebugExtensionAttributePREVIEWModifier and TypeMethodDescriptionSourceDebugExtensionAttribute.of(byte[] contents) Returns aSourceDebugExtensionattribute.