toggle menu
KTreeSitter
0.24.0
common
switch theme
search in API
KTreeSitter
/
io.github.treesitter.ktreesitter
/
QueryError
/
NodeType
Node
Type
class
NodeType
(
row
:
UInt
,
column
:
UInt
,
type
:
String
)
:
QueryError
(
source
)
A node type error.
Members
Constructors
Node
Type
Link copied to clipboard
constructor
(
row
:
UInt
,
column
:
UInt
,
type
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String