Uses of Interface
java.lang.classfile.attribute.SignatureAttribute
Packages that use SignatureAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile 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 Attribute mapper for theSignatureattribute. -
Uses of SignatureAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type SignatureAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theSignatureattribute (JVMS 4.7.9), which can appear on classes, methods, or fields.Methods in java.lang.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.