toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.bytecode.interpreter
/
com.shakelang.shake.bytecode.interpreter
/
ByteStack
/
push
push
fun
push
(
value
:
Byte
)
(
source
)
fun
push
(
values
:
ByteArray
)
(
source
)
fun
push
(
value
:
Short
)
(
source
)
fun
push
(
value
:
Int
)
(
source
)
fun
push
(
value
:
Long
)
(
source
)
fun
push
(
value
:
Float
)
(
source
)
fun
push
(
value
:
Double
)
(
source
)
@
JvmName
(
name
=
"pushUByte"
)
fun
push
(
uByte
:
UByte
)
(
source
)
@
JvmName
(
name
=
"pushUShort"
)
fun
push
(
uShort
:
UShort
)
(
source
)
@
JvmName
(
name
=
"pushUInt"
)
fun
push
(
uInt
:
UInt
)
(
source
)
@
JvmName
(
name
=
"pushULong"
)
fun
push
(
uLong
:
ULong
)
(
source
)