InvokeLocalInsn

data class InvokeLocalInsn(nameConst: Int, size: Int) : Insn

Functions

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

Properties

nameConst
Link copied to clipboard
val nameConst: Int
size
Link copied to clipboard
val size: Int