Uses of Class
org.objectweb.asm.RecordComponentWriter
Packages that use RecordComponentWriter
-
Uses of RecordComponentWriter in org.objectweb.asm
Fields in org.objectweb.asm declared as RecordComponentWriterModifier and TypeFieldDescriptionprivate RecordComponentWriter
ClassWriter.firstRecordComponent
The record components of this class, stored in a linked list ofRecordComponentWriter
linked via theirRecordComponentVisitor.delegate
field.private RecordComponentWriter
ClassWriter.lastRecordComponent
The record components of this class, stored in a linked list ofRecordComponentWriter
linked via theirRecordComponentVisitor.delegate
field.