toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.wasm
/
WasmInstruction
/
ELSE
ELSE
data
class
ELSE
(
val
code
:
WasmExpr
)
:
WasmInstruction
Members
Members & Extensions
Constructors
ELSE
Link copied to clipboard
constructor
(
code
:
WasmExpr
)
Properties
code
Link copied to clipboard
val
code
:
WasmExpr
itype
Link copied to clipboard
open
val
itype
:
WasmSType
op
Link copied to clipboard
open
override
val
op
:
WasmOp
Functions
accept
Link copied to clipboard
fun
WasmInstruction
.
accept
(
visitor
:
WasmCodeVisitor
,
context
:
WasmCodeVisitor.Context
)
:
Boolean