krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
wasm
/
uk.shusek.krwa.wasm.types
/
Instruction
Instruction
open
class
Instruction
(
address
:
Int
,
opcode
:
OpCode
,
operands
:
LongArray
)
Inheritors
AnnotatedInstruction
Members
Constructors
Instruction
Link copied to clipboard
constructor
(
address
:
Int
,
opcode
:
OpCode
,
operands
:
LongArray
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
address
Link copied to clipboard
fun
address
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
opcode
Link copied to clipboard
fun
opcode
(
)
:
OpCode
operand
Link copied to clipboard
fun
operand
(
index
:
Int
)
:
Long
operand
Count
Link copied to clipboard
fun
operandCount
(
)
:
Int
operands
Link copied to clipboard
fun
operands
(
)
:
LongArray
set
Operand
Link copied to clipboard
fun
setOperand
(
index
:
Int
,
value
:
Long
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String