KTreeSitter
Toggle table of contents
0.25.0
common
Target filter
common
Switch theme
Search in API
Skip to content
KTreeSitter
KTreeSitter
/
io.github.treesitter.ktreesitter
/
QueryError
/
Capture
Capture
class
Capture
(
row
:
UInt
,
column
:
UInt
,
capture
:
String
)
:
QueryError
(
source
)
A capture name error.
Members
Constructors
Capture
Link copied to clipboard
constructor
(
row
:
UInt
,
column
:
UInt
,
capture
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String