doWhileStatement

fun doWhileStatement(body: Node.Expression, lPar: Node.Keyword.LPar = Node.Keyword.LPar(), condition: Node.Expression, rPar: Node.Keyword.RPar = Node.Keyword.RPar(), supplement: NodeSupplement = NodeSupplement()): Node.Statement.DoWhileStatement

Creates a new Node.Statement.DoWhileStatement instance.