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