LoadIntegerInsn

data class LoadIntegerInsn(valueConst: Int) : Insn

Functions

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

Properties

valueConst
Link copied to clipboard
val valueConst: Int