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
/
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