lin
/
com.github.adriantodt.lin.bytecode.insn
/
PushExceptionHandlingInsn
Push
Exception
Handling
Insn
data class
PushExceptionHandlingInsn
(catchLabel:
Int
, endLabel:
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
catchLabel
Link copied to clipboard
val
catchLabel
:
Int
Content copied to clipboard
endLabel
Link copied to clipboard
val
endLabel
:
Int
Content copied to clipboard