toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.bytecode.interpreter
/
com.shakelang.shake.bytecode.interpreter
/
ShakeCallStackElement
Shake
Call
Stack
Element
interface
ShakeCallStackElement
(
source
)
Inheritors
ShakeCodeInterpreter
ShakeBytecodeNative
Members
Properties
finished
Link copied to clipboard
abstract
val
finished
:
Boolean
locals
Link copied to clipboard
abstract
val
locals
:
ByteArray
return
Data
Link copied to clipboard
abstract
val
returnData
:
ByteArray
stack
Link copied to clipboard
abstract
val
stack
:
ByteStack
Functions
tick
Link copied to clipboard
abstract
fun
tick
(
)
abstract
fun
tick
(
times
:
Int
)
:
Int