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