toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.wasm
/
WasmExpr
Wasm
Expr
class
WasmExpr
(
val
instructions
:
List
<
WasmInstruction
>
)
Members
Members & Extensions
Constructors
Wasm
Expr
Link copied to clipboard
constructor
(
vararg
instructions
:
WasmInstruction
)
constructor
(
instructions
:
List
<
WasmInstruction
>
)
Properties
instructions
Link copied to clipboard
val
instructions
:
List
<
WasmInstruction
>
interpreter
Code
Link copied to clipboard
var
interpreterCode
:
WasmInterpreterCode
?
Functions
accept
Link copied to clipboard
fun
WasmExpr
.
accept
(
visitor
:
WasmCodeVisitor
,
context
:
WasmCodeVisitor.Context
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String