WhileLoopNode
class WhileLoopNode(guard: ExpressionNode, body: BlockNode, jumpLabel: JumpLabelNode?, sourceLocation: SourceLocation, comment: String?) : LoopNode
Content copied to clipboard
Executing a statement repeatedly as long as a condition is true.
Constructors
WhileLoopNode
Link copied to clipboard
fun WhileLoopNode(guard: ExpressionNode, body: BlockNode, jumpLabel: JumpLabelNode?, sourceLocation: SourceLocation, comment: String? = null)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard
Properties
guard
Link copied to clipboard
jumpLabel
Link copied to clipboard
sourceLocation
Link copied to clipboard