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