Uses of Class
org.datanucleus.enhancer.asm.Attribute.Set
Packages that use Attribute.Set
Package
Description
ASM : a small and fast bytecode manipulation framework.
-
Uses of Attribute.Set in org.datanucleus.enhancer.asm
Methods in org.datanucleus.enhancer.asm with parameters of type Attribute.SetModifier and TypeMethodDescription(package private) final voidFieldWriter.collectAttributePrototypes(Attribute.Set attributePrototypes) Collects the attributes of this field into the given set of attribute prototypes.(package private) final voidMethodWriter.collectAttributePrototypes(Attribute.Set attributePrototypes) Collects the attributes of this method into the given set of attribute prototypes.(package private) final voidRecordComponentWriter.collectAttributePrototypes(Attribute.Set attributePrototypes) Collects the attributes of this record component into the given set of attribute prototypes.