whileStatement
fun whileStatement(lPar: Node.Keyword.LPar = Node.Keyword.LPar(), condition: Node.Expression, rPar: Node.Keyword.RPar = Node.Keyword.RPar(), body: Node.Expression, supplement: NodeSupplement = NodeSupplement()): Node.Statement.WhileStatement
Creates a new Node.Statement.WhileStatement instance.