jump

fun jump(    method: MethodVisitor,     instruction: L2Instruction,     operand: L2PcOperand)

Emit code to unconditionally branch to the specified program counter. Skip if the edge indicates it follows the given instruction.

Parameters

method

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

instruction

The L2Instruction that includes the operand.

operand

The L2PcOperand that specifies the branch target.


fun jump(method: MethodVisitor, operand: L2PcOperand)

Emit code to unconditionally branch to the specified program counter.

Parameters

method

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

operand

The L2PcOperand that specifies the branch target.