JumpIf

data class JumpIf(val offset: Int, val condition: Boolean, val consume: Boolean = true) : Insn

Constructors

Link copied to clipboard
constructor(offset: Int, condition: Boolean, consume: Boolean = true)

Properties

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