library
Toggle table of contents
1.0.0-alpha01
common
Target filter
common
Switch theme
Search in API
Skip to content
library
library
/
ir.alisalimik.kotstone.model
/
Operand
/
RegisterOperand
Register
Operand
data
class
RegisterOperand
(
val
register
:
Register
,
val
access
:
AccessType
=
AccessType.INVALID
)
:
Operand
(
source
)
Register operand
Members
Constructors
Register
Operand
Link copied to clipboard
constructor
(
register
:
Register
,
access
:
AccessType
=
AccessType.INVALID
)
Properties
access
Link copied to clipboard
open
override
val
access
:
AccessType
Access type for this operand (read, write, or both)
register
Link copied to clipboard
val
register
:
Register
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String