toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.wasm
/
WasmInstruction
/
br_table
br_table
data
class
br_table
(
val
labels
:
List
<
Int
>
,
val
default
:
Int
)
:
WasmInstruction
Members
Members & Extensions
Constructors
br_table
Link copied to clipboard
constructor
(
labels
:
List
<
Int
>
,
default
:
Int
)
Properties
default
Link copied to clipboard
val
default
:
Int
itype
Link copied to clipboard
open
val
itype
:
WasmSType
labels
Link copied to clipboard
val
labels
:
List
<
Int
>
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