toggle menu
KTreeSitter
0.24.0
common
switch theme
search in API
KTreeSitter
/
io.github.treesitter.ktreesitter
/
QueryPredicateArg
/
Capture
Capture
@
JvmInline
value
class
Capture
(
val
value
:
String
)
:
QueryPredicateArg
(
source
)
A capture argument (
@value
).
Members
Constructors
Capture
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
open
override
val
value
:
String
The value of the argument.
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String