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
/
Literal
Literal
@
JvmInline
value
class
Literal
(
val
value
:
String
)
:
QueryPredicateArg
(
source
)
A literal string argument (
"value"
).
Members
Constructors
Literal
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