generateCall

fun generateCall(methodVisitor: MethodVisitor)

Emit a call to this method on the given MethodVisitor. The arguments must already be ready on the stack.

Parameters

methodVisitor

Where to write the call.