RawJumpIf

data class RawJumpIf(val label: Insn.Label, val condition: Boolean, val consume: Boolean = true) : Insn.IllegalInsn

Constructors

Link copied to clipboard
constructor(label: Insn.Label, condition: Boolean, consume: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
val consume: Boolean = true
Link copied to clipboard