generateWrite

fun generateWrite(methodVisitor: MethodVisitor)

Emit a write of this field for the given JVMTranslator and MethodVisitor. The receiver, if any, and the new field value must already be on the stack. Fail right away if the field is final.

Parameters

methodVisitor

Which MethodVisitor to emit the read into.