generateRead

fun generateRead(methodVisitor: MethodVisitor)

Emit a read of this field. The receiver, if this is not static, must already be on the stack.

Parameters

methodVisitor

Which MethodVisitor to emit the read into.