public abstract class AccessorGeneratorField extends AccessorGenerator
| Modifier and Type | Field and Description |
|---|---|
protected org.objectweb.asm.tree.FieldNode |
targetField
The target field, identified by the accessor info
|
protected org.objectweb.asm.Type |
targetType
The type of the target member
|
info, targetIsStatic| Constructor and Description |
|---|
AccessorGeneratorField(AccessorInfo info) |
checkModifiers, createMethod, generateprotected final org.objectweb.asm.tree.FieldNode targetField
protected final org.objectweb.asm.Type targetType
public AccessorGeneratorField(AccessorInfo info)