A graph-based generic type system for object-oriented programs
作者:Wei Ke, Zhiming Liu, Shuling Wang, Liang Zhao
摘要
We present a graph-basedmodel of a generic type system for an OO language. The type system supports the features of recursive types, generics and interfaces, which are commonly found in modern OO languages such as Java. In the classical graph theory, we define type graphs, instantiation graphs and conjunction graphs that naturally illustrate the relations among types, generics and interfaces within complex OO programs. The model employs a combination of nominal and anonymous nodes to represent respectively types that are identified by names and structures, and defines graph-based relations and operations on types including equivalence, subtyping, conjunction and instantiation. Algorithms based on the graph structures are designed for the implementation of the type system. We believe that this type system is important for the development of a graph-based logical foundation of a formal method for verification of and reasoning about OO programs.
论文关键词:OO programs, type systems, generics, type graphs, recursive types
论文评审过程:
论文官网地址:https://doi.org/10.1007/s11704-012-1307-8