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.classfileMethods in java.lang.classfile that return types with arguments of type SourceDebugExtensionAttributeModifier and TypeMethodDescriptionAttributes.sourceDebugExtension()Returns the mapper for theSourceDebugExtensionattribute.
- 
Uses of SourceDebugExtensionAttribute in java.lang.classfile.attributeSubinterfaces with type arguments of type SourceDebugExtensionAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theSourceDebugExtensionattribute (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 aSourceDebugExtensionattribute.