toggle menu
KTreeSitter
0.24.0
common
switch theme
search in API
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