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