toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.bytecode.interpreter
/
com.shakelang.shake.bytecode.interpreter
/
ShakeInterpreter
/
putFunctionOnStack
put
Function
On
Stack
fun
putFunctionOnStack
(
method
:
ShakeInterpreterMethod
,
args
:
ByteArray
=
kotlin.byteArrayOf()
)
:
ShakeCallStackElement
(
source
)
fun
putFunctionOnStack
(
method
:
String
,
args
:
ByteArray
)
:
ShakeCallStackElement
(
source
)