Electronic Proceedings in Theoretical Computer Science (Apr 2019)

Concurrent Typestate-Oriented Programming in Java

  • Rosita Gerbo,
  • Luca Padovani

DOI
https://doi.org/10.4204/EPTCS.291.3
Journal volume & issue
Vol. 291, no. Proc. PLACES 2019
pp. 24 – 34

Abstract

Read online

We describe a generative approach that enables concurrent typestate-oriented programming in Java and other mainstream languages. The approach allows programmers to implement objects exposing a state-sensitive interface using a high-level synchronization abstraction that synchronizes methods with the states of the receiver object in which those methods have an effect. An external tool takes care of generating all the boilerplate code that implements the synchronization logic. Behavioral types are used to specify object protocols. The tool integrates protocol conformance verification with the synchronization logic so that protocol violations are promptly detected at runtime.