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