Sciweavers

12 search results - page 1 / 3
» I-Java: An Extension of Java with Incomplete Objects and Obj...
Sort
View
SOCO
2009
Springer
13 years 9 months ago
I-Java: An Extension of Java with Incomplete Objects and Object Composition
Object composition is often advocated as a more flexible alternative to standard class inheritance since it takes place at run-time, thus permitting the behavior of objects to be ...
Lorenzo Bettini, Viviana Bono, Erica Turin
TOOLS
2008
IEEE
13 years 11 months ago
Object Incompleteness and Dynamic Composition in Java-Like Languages
Object composition is often advocated as a more flexible alternative to standard class inheritance since it takes place at run-time, thus permitting to specialize the behavior of ...
Lorenzo Bettini, Viviana Bono, Betti Venneri
CC
2005
Springer
153views System Software» more  CC 2005»
13 years 10 months ago
Completeness Analysis for Incomplete Object-Oriented Programs
We introduce a new approach, called completeness analysis, to computing points-to sets for incomplete Java programs such as library modules or applications in the presence of dynam...
Jingling Xue, Phung Hua Nguyen
OOPSLA
1999
Springer
13 years 9 months ago
Compositional Pointer and Escape Analysis for Java Programs
This paper presents a combined pointer and escape analysis algorithm for Java programs. The algorithm is based on the abstraction of points-to escape graphs, which characterize ho...
John Whaley, Martin C. Rinard
ECOOP
1997
Springer
13 years 8 months ago
Feature-Oriented Programming: A Fresh Look at Objects
We propose a new model for exible composition of objects et of features. Features are similar to (abstract) subclasses, but only provide the core functionality of a (sub)class. Ove...
Christian Prehofer