13.07.2015 Views

4. Object Structures, Aliasing, and Encapsulation

4. Object Structures, Aliasing, and Encapsulation

4. Object Structures, Aliasing, and Encapsulation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Balloon invariant:If B is an object of a ballon type then:- B is referenced by at most one instance variable.- If such a stored reference exists it is from anobject external to B.- No object internal to B is referenced by any objectexternal to B.Remark:• The invariant allows that objects referenced onlyby dynamic aliases reference internal objects.Such objects are internal to the balloon.That is why a balloon B can contain more objectsthan just the set of all objects reachable from B.• To guarantee the balloon invariant, Almeida usesthe following techniques:- Assignment of references to instance variablesof balloon objects is not always allowed.- Data flow analysis13.05.13© A. Poetzsch-Heffter, TU Kaiserslautern42

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!