Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lezer-common
/
com.monkopedia.kodemirror.lezer.common
/
IterateSpec
/
IterateSpec
Iterate
Spec
constructor
(
enter
:
(
SyntaxNodeRef
)
->
Boolean
?
,
leave
:
(
SyntaxNodeRef
)
->
Unit
?
=
null
,
from
:
Int
?
=
null
,
to
:
Int
?
=
null
,
mode
:
Int
?
=
null
)