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
/
OzState
/
OzState
Oz
State
constructor
(
tokenize
:
(
StringStream
,
OzState
)
->
String
?
,
currentIndent
:
Int
=
0
,
doInCurrentLine
:
Boolean
=
false
,
hasPassedFirstStage
:
Boolean
=
false
)