Uses of Class
org.datanucleus.enhancer.asm.FieldWriter
Packages that use FieldWriter
Package
Description
ASM : a small and fast bytecode manipulation framework.
-
Uses of FieldWriter in org.datanucleus.enhancer.asm
Fields in org.datanucleus.enhancer.asm declared as FieldWriterModifier and TypeFieldDescriptionprivate FieldWriter
ClassWriter.firstField
The fields of this class, stored in a linked list ofFieldWriter
linked via theirFieldVisitor.fv
field.private FieldWriter
ClassWriter.lastField
The fields of this class, stored in a linked list ofFieldWriter
linked via theirFieldVisitor.fv
field.