PushDecimalInsn

data class PushDecimalInsn(immediateValue: Int) : Insn

Functions

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

Properties

immediateValue
Link copied to clipboard
val immediateValue: Int