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
/
QueryCapture
Query
Capture
data
class
QueryCapture
(
source
)
A
Node
that was captured with a certain capture
name
.
Members
Properties
name
Link copied to clipboard
@get:
JvmName
(
name
=
"name"
)
val
name
:
String
The name of the capture.
node
Link copied to clipboard
@get:
JvmName
(
name
=
"node"
)
val
node
:
Node
The captured node.
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String