translateToJVM

fun translateToJVM(translator: JVMTranslator, method: MethodVisitor)

Translate the L2Instruction into corresponding JVM instructions.

Parameters

translator

The JVMTranslator responsible for the translation.

method

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