LoopNode

sealed class LoopNode : StatementNode

A loop statement.

Functions

Link copied to clipboard
override fun toDocument(): Document

Properties

Link copied to clipboard
abstract val body: BlockNode

Statements to execute repeatedly.

Link copied to clipboard
abstract val comment: String?
Link copied to clipboard
abstract val jumpLabel: JumpLabelNode?

A label for the loop that break nodes can refer to.

Link copied to clipboard

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard