public abstract class AccessorGeneratorField extends AccessorGenerator
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isInstanceField
True for instance field, false for static field
|
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| Constructor and Description |
|---|
AccessorGeneratorField(AccessorInfo info) |
createMethod, generateprotected final org.objectweb.asm.tree.FieldNode targetField
protected final org.objectweb.asm.Type targetType
protected final boolean isInstanceField
public AccessorGeneratorField(AccessorInfo info)