ShakeInterpreter
Types
Link copied to clipboard
inner class ShakeCodeInterpreter(val code: ByteArray, val method: ShakeInterpreterMethod) : ShakeCallStackElement
Properties
Functions
Link copied to clipboard
fun createCodeInterpreter(code: ByteArray, method: ShakeInterpreterMethod): ShakeInterpreter.ShakeCodeInterpreter
Link copied to clipboard
fun putFunctionOnStack(method: ShakeInterpreterMethod, args: ByteArray = kotlin.byteArrayOf()): ShakeCallStackElement