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
/
EiffelState
Eiffel
State
data
class
EiffelState
(
var
tokenize
:
MutableList
<
(
StringStream
,
EiffelState
)
->
String
?
>
=
mutableListOf()
)
Members
Constructors
Eiffel
State
Link copied to clipboard
constructor
(
tokenize
:
MutableList
<
(
StringStream
,
EiffelState
)
->
String
?
>
=
mutableListOf()
)
Properties
tokenize
Link copied to clipboard
var
tokenize
:
MutableList
<
(
StringStream
,
EiffelState
)
->
String
?
>