Koremods
1.0.0
JVM
Koremods
/
wtf.gofancy.koremods.dsl
/
SharedLabelRegistry
Shared
Label
Registry
class
SharedLabelRegistry
(
labels
:
MutableMap
<
String
,
LabelNode
>
,
insns
:
InstructionAssembly
)
(
source
)
Stores labels that can be shared between assemblies
Members
Constructors
Shared
Label
Registry
Link copied to clipboard
constructor
(
labels
:
MutableMap
<
String
,
LabelNode
>
,
insns
:
InstructionAssembly
)
Functions
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
KoffeeLabel
Get a label by an
index
.
operator
fun
get
(
name
:
String
)
:
KoffeeLabel
Get a label by
name
.