Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lezer-common
/
com.monkopedia.kodemirror.lezer.common
/
ChangedRange
Changed
Range
data
class
ChangedRange
(
val
fromA
:
Int
,
val
toA
:
Int
,
val
fromB
:
Int
,
val
toB
:
Int
)
Represents a changed range for incremental parsing.
Members
Constructors
Changed
Range
Link copied to clipboard
constructor
(
fromA
:
Int
,
toA
:
Int
,
fromB
:
Int
,
toB
:
Int
)
Properties
from
A
Link copied to clipboard
val
fromA
:
Int
from
B
Link copied to clipboard
val
fromB
:
Int
to
A
Link copied to clipboard
val
toA
:
Int
to
B
Link copied to clipboard
val
toB
:
Int