Confinement framework for encapsulating objects

  • Authors:
  • Qin Shu;Zongyan Qiu;Shuling Wang

  • Affiliations:
  • LMAM and Department of Informatics, School of Mathematical Sciences, Peking University, Beijing, China 100871;LMAM and Department of Informatics, School of Mathematical Sciences, Peking University, Beijing, China 100871;State Key Laboratory of Computer Science, Institute of Software, Chinese Academy of Sciences, Beijing, China 100190

  • Venue:
  • Frontiers of Computer Science: Selected Publications from Chinese Universities
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Confinement is used to prohibit safety-critical objects from unintended access. Approaches for specifying and verifying confinement have been proposed in the last twenty years but their application has been help back. We develop a novel framework for specifying and verifying object confinement in object-oriented (OO) programs. Instead of expressing the confinement requirements within a class for possible future usage, as with ownership types, we specify confinement requirements of the class in its usage class which actually intends to confine the parts, i.e., internal representations. Syntactically, an optional conf clause is introduced in class declarations for annotating the confined attribute-paths. A "same type and confinement" notation is introduced for expressing type and confinement dependence among variables, parameters, and return values of methods. Based on the extension to a Java-like language and existing techniques of alias analysis, we define a sound type-system for checking the well-confinedness of OO programs with respect to the confinement specifications.