BreakNode
class BreakNode(jumpLabel: JumpLabelNode, sourceLocation: SourceLocation) : ControlNode
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
Functions
toDocument
Link copied to clipboard
toDocumentWithMetadata
Link copied to clipboard
toSurfaceNode
Link copied to clipboard
Returns a representation of this node in the surface syntax.