Uses of Class
org.objectweb.asm.RecordComponentWriter
-
Packages that use RecordComponentWriter Package Description org.objectweb.asm Provides a small and fast bytecode manipulation framework. -
-
Uses of RecordComponentWriter in org.objectweb.asm
Fields in org.objectweb.asm declared as RecordComponentWriter Modifier and Type Field Description private RecordComponentWriterClassWriter. firstRecordComponentThe record components of this class, stored in a linked list ofRecordComponentWriterlinked via theirRecordComponentVisitor.delegatefield.private RecordComponentWriterClassWriter. lastRecordComponentThe record components of this class, stored in a linked list ofRecordComponentWriterlinked via theirRecordComponentVisitor.delegatefield.
-