viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax.surface
/
BreakNode
/
BreakNode
Break
Node
fun
BreakNode
(
jumpLabel
:
JumpLabelNode
?
,
sourceLocation
:
SourceLocation
,
comment
:
String
?
=
null
)
Parameters
jump
Label
Label of the loop to break out of. A null value refers to the innermost loop.