| Package | Description |
|---|---|
| org.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
| Modifier and Type | Field and Description |
|---|---|
private FieldWriter |
ClassWriter.firstField
The fields of this class, stored in a linked list of
FieldWriter linked via their
FieldVisitor.fv field. |
private FieldWriter |
ClassWriter.lastField
The fields of this class, stored in a linked list of
FieldWriter linked via their
FieldVisitor.fv field. |