korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-wasm
/
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