toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.bytecode.interpreter
/
com.shakelang.shake.bytecode.interpreter.natives
/
ShakeInterpreterProcess
Shake
Interpreter
Process
class
ShakeInterpreterProcess
(
val
interpreter
:
ShakeInterpreter
)
(
source
)
Members
Constructors
Shake
Interpreter
Process
Link copied to clipboard
constructor
(
interpreter
:
ShakeInterpreter
)
Properties
interpreter
Link copied to clipboard
val
interpreter
:
ShakeInterpreter
natives
Link copied to clipboard
val
natives
:
Map
<
String
,
ShakeBytecodeNative
>
stdin
Link copied to clipboard
var
stdin
:
InputStream
stdout
Link copied to clipboard
var
stdout
:
OutputStream
Functions
native
Link copied to clipboard
fun
native
(
signature
:
String
,
native
:
ShakeBytecodeNative
.
(
)
->
Unit
)
set
In
Link copied to clipboard
fun
setIn
(
inputStream
:
InputStream
)
set
Out
Link copied to clipboard
fun
setOut
(
outputStream
:
OutputStream
)