lin
/
com.github.adriantodt.lin.bytecode.insn
/
BranchIfInsn
Branch
If
Insn
data class
BranchIfInsn
(value:
Boolean
, labelCode:
Int
) :
Insn
Content copied to clipboard
Functions
Properties
Functions
serialize
To
Link copied to clipboard
open override fun
serializeTo
(buffer:
Buffer
)
Content copied to clipboard
to
Bytes
Link copied to clipboard
open fun
toBytes
():
ByteString
Content copied to clipboard
Properties
labelCode
Link copied to clipboard
val
labelCode
:
Int
Content copied to clipboard
value
Link copied to clipboard
val
value
:
Boolean
Content copied to clipboard