Download: PDF.

“Formalization of Generic Universe Types” by W. Dietl, S. Drossopoulou, and P. Müller, Department of Computer Science. ETH Zurich technical report 532, 2006.

Abstract

Ownership is a powerful concept to structure the object store and to control aliasing and modifications of objects. This paper presents an ownership type system for a Java-like programming language with generic types. Like our earlier Universe type system, Generic Universe Types enforce the owner-as-modifier discipline. This discipline does not restrict aliasing, but requires modifications of an object to be initiated by its owner. This allows owner objects to control state changes of owned objects, for instance, to maintain invariants. Generic Universe Types require a small annotation overhead and provide strong static guarantees. They are the first type system that combines the owner-as-modifier discipline with type genericity.

Keywords: GUT

Download: PDF.

BibTeX entry:

@techreport{DietlDrossopoulouMueller06,
   author = {W. Dietl and S. Drossopoulou and P. M{"u}ller},
   title = {{Formalization of Generic Universe Types}},
   institution = {Department of Computer Science, ETH Zurich},
}

Back to the publications by date or by topic.


(This webpage was created with bibtex2web.)