PushLoopHandlingInsn

data class PushLoopHandlingInsn(continueLabel: Int, breakLabel: Int) : Insn

Functions

serializeTo
Link copied to clipboard
open override fun serializeTo(buffer: Buffer)
toBytes
Link copied to clipboard
open fun toBytes(): ByteString

Properties

breakLabel
Link copied to clipboard
val breakLabel: Int
continueLabel
Link copied to clipboard
val continueLabel: Int