toggle menu
ktast
0.9.4
common
switch theme
search in API
ast
/
ktast.ast
/
Node
/
Statement
/
DoWhileStatement
/
DoWhileStatement
Do
While
Statement
constructor
(
body
:
Node.Expression
,
lPar
:
Node.Keyword.LPar
,
condition
:
Node.Expression
,
rPar
:
Node.Keyword.RPar
,
supplement
:
NodeSupplement
=
NodeSupplement()
)