Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lezer-lr
/
com.monkopedia.kodemirror.lezer.lr
/
Dialect
Dialect
class
Dialect
(
val
source
:
String
?
,
val
flags
:
List
<
Boolean
>
,
val
disabled
:
IntArray
?
)
Members
Constructors
Dialect
Link copied to clipboard
constructor
(
source
:
String
?
,
flags
:
List
<
Boolean
>
,
disabled
:
IntArray
?
)
Properties
disabled
Link copied to clipboard
val
disabled
:
IntArray
?
flags
Link copied to clipboard
val
flags
:
List
<
Boolean
>
source
Link copied to clipboard
val
source
:
String
?
Functions
allows
Link copied to clipboard
fun
allows
(
term
:
Int
)
:
Boolean