Uses of Class
org.objectweb.asm.Attribute.Set
Packages that use Attribute.Set
-
Uses of Attribute.Set in org.objectweb.asm
Methods in org.objectweb.asm with parameters of type Attribute.SetModifier and TypeMethodDescription(package private) final void
FieldWriter.collectAttributePrototypes
(Attribute.Set attributePrototypes) Collects the attributes of this field into the given set of attribute prototypes.(package private) final void
MethodWriter.collectAttributePrototypes
(Attribute.Set attributePrototypes) Collects the attributes of this method into the given set of attribute prototypes.(package private) final void
RecordComponentWriter.collectAttributePrototypes
(Attribute.Set attributePrototypes) Collects the attributes of this record component into the given set of attribute prototypes.