toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.wasm
/
WasmInstruction
/
ControlStructureInstruction
Control
Structure
Instruction
interface
ControlStructureInstruction
:
WasmInstruction
Inheritors
BlockOrLoop
IF
Members
Members & Extensions
Properties
b
Link copied to clipboard
abstract
val
b
:
WasmType
itype
Link copied to clipboard
open
val
itype
:
WasmSType
op
Link copied to clipboard
abstract
val
op
:
WasmOp
Functions
accept
Link copied to clipboard
fun
WasmInstruction
.
accept
(
visitor
:
WasmCodeVisitor
,
context
:
WasmCodeVisitor.Context
)
:
Boolean