Package | Description |
---|---|
org.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
FieldWriter.collectAttributePrototypes(Attribute.Set attributePrototypes)
Collects the attributes of this field into the given set of attribute prototypes.
|
(package private) void |
MethodWriter.collectAttributePrototypes(Attribute.Set attributePrototypes)
Collects the attributes of this method into the given set of attribute prototypes.
|