WhileStatementBase

Properties

Link copied to clipboard
abstract val body: Node.Expression

body expression.

Link copied to clipboard

condition expression.

Link copied to clipboard
abstract val lPar: Node.Keyword.LPar

left parenthesis of the condition.

Link copied to clipboard
abstract val rPar: Node.Keyword.RPar

right parenthesis of the condition.

Link copied to clipboard

Supplemental data for the node.