| Package | Description |
|---|---|
| org.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
| Modifier and Type | Field and Description |
|---|---|
private RecordComponentWriter |
ClassWriter.firstRecordComponent
The record components of this class, stored in a linked list of
RecordComponentWriter
linked via their RecordComponentVisitor.delegate field. |
private RecordComponentWriter |
ClassWriter.lastRecordComponent
The record components of this class, stored in a linked list of
RecordComponentWriter
linked via their RecordComponentVisitor.delegate field. |