toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.wasm
/
WasmInstruction
/
IF
IF
data
class
IF
(
val
b
:
WasmType
,
val
btrue
:
WasmExpr
,
val
bfalse
:
WasmExpr
?
)
:
WasmInstruction.ControlStructureInstruction
Members
Members & Extensions
Constructors
IF
Link copied to clipboard
constructor
(
b
:
WasmType
,
btrue
:
WasmExpr
,
bfalse
:
WasmExpr
?
)
Properties
b
Link copied to clipboard
open
override
val
b
:
WasmType
bfalse
Link copied to clipboard
val
bfalse
:
WasmExpr
?
btrue
Link copied to clipboard
val
btrue
:
WasmExpr
comp
Op
Link copied to clipboard
var
compOp
:
WasmOp
?
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