Uses of Interface
java.lang.classfile.attribute.SignatureAttribute
Packages that use SignatureAttributePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of SignatureAttributePREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return types with arguments of type SignatureAttributePREVIEWModifier and TypeMethodDescriptionAttributes.signature()
Returns Attribute mapper for theSignature
attribute. -
Uses of SignatureAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type SignatureAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.Models theSignature
attribute (JVMS 4.7.9), which can appear on classes, methods, or fields.Methods in java.lang.classfile.attributePREVIEW that return SignatureAttributePREVIEWModifier and TypeMethodDescriptionstatic SignatureAttributePREVIEW
SignatureAttribute.of
(ClassSignaturePREVIEW classSignature) Returns aSignature
attribute for a class.static SignatureAttributePREVIEW
Returns aSignature
attribute.static SignatureAttributePREVIEW
SignatureAttribute.of
(MethodSignaturePREVIEW methodSignature) Returns aSignature
attribute for a method.static SignatureAttributePREVIEW
Returns aSignature
attribute.