translate To JVM
abstract fun translateToJVM(translator: JVMTranslator, method: MethodVisitor, instruction: L2Instruction)
Translate the specified 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.
instruction
The L2Instruction to translate.