BreakNode
class BreakNode(jumpLabel: JumpLabelNode?, sourceLocation: SourceLocation, comment: String?) : StatementNode
Content copied to clipboard
Breaking out of a loop.
Parameters
jumpLabel
Label of the loop to break out of. A null value refers to the innermost loop.
Constructors
BreakNode
Link copied to clipboard
fun BreakNode(jumpLabel: JumpLabelNode?, sourceLocation: SourceLocation, comment: String? = null)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard