InfiniteLoopNode
class InfiniteLoopNode(val body: BlockNode, val jumpLabel: JumpLabelNode?, val sourceLocation: SourceLocation, val comment: String? = null) : LoopNode
Executing a statement until a break statement is encountered.
Constructors
Link copied to clipboard
fun InfiniteLoopNode(body: BlockNode, jumpLabel: JumpLabelNode?, sourceLocation: SourceLocation, comment: String? = null)