Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
legacy-modes
/
com.monkopedia.kodemirror.legacy.modes
/
EbnfState
/
EbnfState
Ebnf
State
constructor
(
stringType
:
String
?
=
null
,
commentType
:
Int
?
=
null
,
braced
:
Int
=
0
,
lhs
:
Boolean
=
true
,
localState
:
Any
?
=
null
,
stack
:
MutableList
<
Int
>
=
mutableListOf()
,
inDefinition
:
Boolean
=
false
)