lin
/
com.github.adriantodt.lin.bytecode.insn
/
PushLoopHandlingInsn
Push
Loop
Handling
Insn
data class
PushLoopHandlingInsn
(continueLabel:
Int
, breakLabel:
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
breakLabel
Link copied to clipboard
val
breakLabel
:
Int
Content copied to clipboard
continueLabel
Link copied to clipboard
val
continueLabel
:
Int
Content copied to clipboard