lin
/
com.github.adriantodt.lin.bytecode
/
CompiledNode
Compiled
Node
data class
CompiledNode
(instructions:
List
<
Insn
>, labels:
List
<
Label
>) :
Serializable
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
:
Deserializer
<
CompiledNode
>
Content copied to clipboard
Functions
resolve
Label
Link copied to clipboard
fun
resolveLabel
(code:
Int
):
Int
Content copied to clipboard
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
instructions
Link copied to clipboard
val
instructions
:
List
<
Insn
>
Content copied to clipboard
labels
Link copied to clipboard
val
labels
:
List
<
Label
>
Content copied to clipboard