BreakNode

fun BreakNode(jumpLabel: JumpLabelNode?, sourceLocation: SourceLocation, comment: String? = null)

Parameters

jumpLabel

Label of the loop to break out of. A null value refers to the innermost loop.