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
Ebnf
State
data
class
EbnfState
(
var
stringType
:
String
?
=
null
,
var
commentType
:
Int
?
=
null
,
var
braced
:
Int
=
0
,
var
lhs
:
Boolean
=
true
,
var
localState
:
Any
?
=
null
,
var
stack
:
MutableList
<
Int
>
=
mutableListOf()
,
var
inDefinition
:
Boolean
=
false
)
Members
Constructors
Ebnf
State
Link copied to clipboard
constructor
(
stringType
:
String
?
=
null
,
commentType
:
Int
?
=
null
,
braced
:
Int
=
0
,
lhs
:
Boolean
=
true
,
localState
:
Any
?
=
null
,
stack
:
MutableList
<
Int
>
=
mutableListOf()
,
inDefinition
:
Boolean
=
false
)
Properties
braced
Link copied to clipboard
var
braced
:
Int
comment
Type
Link copied to clipboard
var
commentType
:
Int
?
in
Definition
Link copied to clipboard
var
inDefinition
:
Boolean
lhs
Link copied to clipboard
var
lhs
:
Boolean
local
State
Link copied to clipboard
var
localState
:
Any
?
stack
Link copied to clipboard
var
stack
:
MutableList
<
Int
>
string
Type
Link copied to clipboard
var
stringType
:
String
?