Uses of Interface
java.lang.classfile.attribute.SourceDebugExtensionAttribute
Packages that use SourceDebugExtensionAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of SourceDebugExtensionAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type SourceDebugExtensionAttributeModifier and TypeMethodDescriptionAttributes.sourceDebugExtension()
Returns the mapper for theSourceDebugExtension
attribute. -
Uses of SourceDebugExtensionAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type SourceDebugExtensionAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theSourceDebugExtension
attribute (JVMS 4.7.11), which stores arbitrary modified UTF-8 data.Methods in java.lang.classfile.attribute that return SourceDebugExtensionAttributeModifier and TypeMethodDescriptionSourceDebugExtensionAttribute.of
(byte[] contents) Returns aSourceDebugExtension
attribute.