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
/
TtcnState
/
TtcnState
Ttcn
State
constructor
(
tokenize
:
(
StringStream
,
TtcnState
)
->
String
?
?
=
null
,
context
:
TtcnContext
=
TtcnContext(0, 0, "top", false, null)
,
indented
:
Int
=
0
,
startOfLine
:
Boolean
=
true
)