krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
runtime
/
uk.shusek.krwa.runtime
/
CtrlFrame
Ctrl
Frame
class
CtrlFrame
(
val
opCode
:
OpCode
,
val
startValues
:
Int
,
val
endValues
:
Int
,
val
height
:
Int
,
val
pc
:
Int
=
0
)
Members
Constructors
Ctrl
Frame
Link copied to clipboard
constructor
(
opCode
:
OpCode
,
startValues
:
Int
,
endValues
:
Int
,
height
:
Int
,
pc
:
Int
=
0
)
Properties
end
Values
Link copied to clipboard
val
endValues
:
Int
height
Link copied to clipboard
val
height
:
Int
op
Code
Link copied to clipboard
val
opCode
:
OpCode
pc
Link copied to clipboard
val
pc
:
Int
start
Values
Link copied to clipboard
val
startValues
:
Int