235236237238239240241
if (test == null) { return errorHandler.errorStmt(new PythonTree(t)); } List<stmt> o = castStmts(orelse); List<stmt> b = castStmts(body); return new While(t, test, b, o); }