toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.bytecode.generator
/
com.shakelang.shake.bytecode.generator
/
ShakeBytecodeGenerator
/
LocalTable
Local
Table
class
LocalTable
(
val
locals
:
MutableMap
<
String
,
Int
>
=
mutableMapOf()
,
var
size
:
Int
=
0
)
(
source
)
Members
Constructors
Local
Table
Link copied to clipboard
constructor
(
locals
:
MutableMap
<
String
,
Int
>
=
mutableMapOf()
,
size
:
Int
=
0
)
Properties
locals
Link copied to clipboard
val
locals
:
MutableMap
<
String
,
Int
>
size
Link copied to clipboard
var
size
:
Int
Functions
contains
Local
Link copied to clipboard
fun
containsLocal
(
name
:
String
)
:
Boolean
create
Local
Link copied to clipboard
fun
createLocal
(
name
:
String
,
size
:
Int
)
:
UShort
get
Local
Link copied to clipboard
fun
getLocal
(
name
:
String
)
:
UShort