toggle menu
shake
0.1.0
common
js
jvm
switch theme
search in API
com.shakelang.shake.bytecode.interpreter
/
com.shakelang.shake.bytecode.interpreter.natives
Package-level
declarations
Types
Functions
Properties
Types
Shake
Bytecode
Native
Link copied to clipboard
class
ShakeBytecodeNative
(
val
descriptor
:
String
,
val
function
:
ShakeBytecodeNative
.
(
)
->
Unit
)
:
ShakeCallStackElement
Shake
Interpreter
Process
Link copied to clipboard
class
ShakeInterpreterProcess
(
val
interpreter
:
ShakeInterpreter
)
Properties
default
Stdin
Link copied to clipboard
common
js
jvm
expect
val
defaultStdin
:
InputStream
actual
val
defaultStdin
:
InputStream
actual
val
defaultStdin
:
InputStream
default
Stdout
Link copied to clipboard
common
js
jvm
expect
val
defaultStdout
:
OutputStream
actual
val
defaultStdout
:
OutputStream
actual
val
defaultStdout
:
OutputStream
Functions
create
Native
Link copied to clipboard
fun
createNative
(
descriptor
:
String
,
function
:
ShakeBytecodeNative
.
(
)
->
Unit
)
:
ShakeBytecodeNative