Uses of Interface
io.github.dmlloyd.classfile.attribute.SignatureAttribute
Packages that use SignatureAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.github.dmlloyd.classfile library.-
Uses of SignatureAttribute in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return types with arguments of type SignatureAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<SignatureAttribute> Attributes.signature()Returns the mapper for theSignatureattribute. -
Uses of SignatureAttribute in io.github.dmlloyd.classfile.attribute
Methods in io.github.dmlloyd.classfile.attribute that return SignatureAttributeModifier and TypeMethodDescriptionstatic SignatureAttributeSignatureAttribute.of(ClassSignature classSignature) Returns aSignatureattribute for a class.static SignatureAttributeReturns aSignatureattribute.static SignatureAttributeSignatureAttribute.of(MethodSignature methodSignature) Returns aSignatureattribute for a method.static SignatureAttributeReturns aSignatureattribute for a field or a record component.