Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-typescript
/
typescript
/
NodeFactory
/
updateForStatement
update
For
Statement
abstract
fun
updateForStatement
(
node
:
ForStatement
,
initializer
:
ForInitializer
?
,
condition
:
Expression
?
,
incrementor
:
Expression
?
,
statement
:
Statement
)
:
ForStatement
(
source
)