toggle menu
KTreeSitter
0.24.0
common
switch theme
search in API
KTreeSitter
/
io.github.treesitter.ktreesitter
/
InputEdit
Input
Edit
data
class
InputEdit
(
val
startByte
:
UInt
,
val
oldEndByte
:
UInt
,
val
newEndByte
:
UInt
,
val
startPoint
:
Point
,
val
oldEndPoint
:
Point
,
val
newEndPoint
:
Point
)
(
source
)
An edit to a text document.
Members
Constructors
Input
Edit
Link copied to clipboard
constructor
(
startByte
:
UInt
,
oldEndByte
:
UInt
,
newEndByte
:
UInt
,
startPoint
:
Point
,
oldEndPoint
:
Point
,
newEndPoint
:
Point
)
Properties
new
End
Byte
Link copied to clipboard
@get:
JvmName
(
name
=
"newEndByte"
)
val
newEndByte
:
UInt
new
End
Point
Link copied to clipboard
@get:
JvmName
(
name
=
"newEndPoint"
)
val
newEndPoint
:
Point
old
End
Byte
Link copied to clipboard
@get:
JvmName
(
name
=
"oldEndByte"
)
val
oldEndByte
:
UInt
old
End
Point
Link copied to clipboard
@get:
JvmName
(
name
=
"oldEndPoint"
)
val
oldEndPoint
:
Point
start
Byte
Link copied to clipboard
@get:
JvmName
(
name
=
"startByte"
)
val
startByte
:
UInt
start
Point
Link copied to clipboard
@get:
JvmName
(
name
=
"startPoint"
)
val
startPoint
:
Point