store

fun store(method: MethodVisitor, register: L2Register)

Generate a store into the local associated with the specified L2Register. The value to be stored should already be on top of the stack and correctly typed.

Parameters

method

The method into which the generated JVM instructions will be written.

register

A bound L2Register.