| java.lang.Object net.sf.retrotranslator.runtime.asm.FieldWriter
Constructor Summary | |
protected | FieldWriter(ClassWriter cw, int access, String name, String desc, String signature, Object value) Constructs a new
FieldWriter .
Parameters: cw - the class writer to which this field must be added. Parameters: access - the field's access flags (see Opcodes). Parameters: name - the field's name. Parameters: desc - the field's descriptor (see Type). Parameters: signature - the field's signature. |
FieldWriter | protected FieldWriter(ClassWriter cw, int access, String name, String desc, String signature, Object value)(Code) | | Constructs a new
FieldWriter .
Parameters: cw - the class writer to which this field must be added. Parameters: access - the field's access flags (see Opcodes). Parameters: name - the field's name. Parameters: desc - the field's descriptor (see Type). Parameters: signature - the field's signature. May be null. Parameters: value - the field's constant value. May be null. |
getSize | int getSize()(Code) | | Returns the size of this field.
the size of this field. |
put | void put(ByteVector out, boolean dropTigerFlags)(Code) | | Puts the content of this field into the given byte vector.
Parameters: out - where the content of this field must be put. Parameters: dropTigerFlags - |
visitEnd | public void visitEnd()(Code) | | |
|
|