lin
/
com.github.adriantodt.lin.bytecode
/
JumpLabel
Jump
Label
data class
JumpLabel
(code:
Int
, at:
Int
) :
Serializable
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
:
Deserializer
<
JumpLabel
>
Content copied to clipboard
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
at
Link copied to clipboard
val
at
:
Int
Content copied to clipboard
code
Link copied to clipboard
val
code
:
Int
Content copied to clipboard