PushExceptionHandlingInsn

data class PushExceptionHandlingInsn(catchLabel: Int, endLabel: Int) : Insn

Functions

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

Properties

catchLabel
Link copied to clipboard
val catchLabel: Int
endLabel
Link copied to clipboard
val endLabel: Int