viaduct
0.2.0-5-g5831d91.dirty
compiler
/
edu.cornell.cs.apl.viaduct.syntax.intermediate
/
BreakNode
/
BreakNode
Break
Node
fun
BreakNode
(
jumpLabel
:
JumpLabelNode
,
sourceLocation
:
SourceLocation
)
Content copied to clipboard
Parameters
jump
Label
Label of the loop to break out of. A null value refers to the innermost loop.