insertBefore

fun MethodNode.insertBefore(target: AbstractInsnNode, routine: BlockAssembly.() -> Unit)(source)

Insert instructions into this method before the specified target.

Parameters

target

the target to insert before

routine

instruction assembly callback