@inbook{b1d44ea036bf452884a593f4c5a106bc,
title = "Method slots: Supporting methods, events, and advices by a single language construct",
abstract = "To simplify the constructs that programmers have to learn for using paradigms, we extend methods to a new language construct, a method slot, to support both the event-handler paradigm and the aspect paradigm. A method slot is an object{\textquoteright}s property that can keep more than one function closure and be called like a method. We also propose a Java-based language, DominoJ, which replaces methods in Java with method slots, and explains the behavior of method slots and the operators. Then we evaluate the coverage of expressive ability of method slots by comparing DominoJ with other languages in detail. The feasibility of method slots is shown as well by implementing a prototype compiler and running a preliminary microbenchmark for it.",
keywords = "Aspect-oriented programming, Event-driven programming",
author = "Yungyu Zhuang and Shigeru Chiba",
note = "Publisher Copyright: {\textcopyright} Springer-Verlag Berlin Heidelberg 2014.",
year = "2014",
doi = "10.1007/978-3-642-55099-7_3",
language = "???core.languages.en_GB???",
isbn = "9783642550980",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "70--108",
editor = "Shigeru Chiba and Eric Tanter",
booktitle = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
}