Uses of Interface
io.github.dmlloyd.classfile.attribute.SourceDebugExtensionAttribute
Packages that use SourceDebugExtensionAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.github.dmlloyd.classfile library.-
Uses of SourceDebugExtensionAttribute in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return types with arguments of type SourceDebugExtensionAttributeModifier and TypeMethodDescriptionAttributes.sourceDebugExtension()Returns the mapper for theSourceDebugExtensionattribute. -
Uses of SourceDebugExtensionAttribute in io.github.dmlloyd.classfile.attribute
Methods in io.github.dmlloyd.classfile.attribute that return SourceDebugExtensionAttributeModifier and TypeMethodDescriptionSourceDebugExtensionAttribute.of(byte[] contents) Returns aSourceDebugExtensionattribute.