InfiniteLoopNode
class InfiniteLoopNode(body: BlockNode, jumpLabel: JumpLabelNode, sourceLocation: SourceLocation) : ControlNode
Content copied to clipboard
A loop that is executed until a break statement is encountered.
Parameters
jumpLabel
A label for the loop that break nodes can refer to.
Constructors
InfiniteLoopNode
Link copied to clipboard
fun InfiniteLoopNode(body: BlockNode, jumpLabel: JumpLabelNode, sourceLocation: SourceLocation)
Content 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.