NotFound

A dummy NO-OP implementation of InsnTarget used when the searched target was not found.

Functions

Link copied to clipboard
open override fun find(index: Int): AbstractInsnNode

Find an insn node in this target at a specific index

Link copied to clipboard
open override fun insert(offset: Int, block: TargetedAssembly.() -> Unit)

Insert instructions at the first insn node in this target.

Link copied to clipboard
open override fun insertAfter(offset: Int, block: TargetedAssembly.() -> Unit)

Insert instructions after the last insn node in this target.

Link copied to clipboard
open override fun insertBefore(offset: Int, block: TargetedAssembly.() -> Unit)

Insert instructions before the target.