viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax.surface
/
WhileLoopNode
/
WhileLoopNode
While
Loop
Node
fun
WhileLoopNode
(
guard
:
ExpressionNode
,
body
:
BlockNode
,
jumpLabel
:
JumpLabelNode
?
,
sourceLocation
:
SourceLocation
,
comment
:
String
?
=
null
)