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
/
GroovyState
/
GroovyState
Groovy
State
constructor
(
tokenize
:
MutableList
<
(
StringStream
,
GroovyState
)
->
String
?
>
,
context
:
GroovyContext
,
indented
:
Int
=
0
,
startOfLine
:
Boolean
=
true
,
lastToken
:
String
?
=
null
,
curPunc
:
String
?
=
null
)