Continuation Join Points (bibtex)
by Yusuke Endoh, Hidehiko Masuhara and Akinori Yonezawa
Abstract:
In AspectJ-like languages, there are several different kinds of advice declarations, which are specified by using advice modifiers such as before and after returning. This makes semantics of advice complicated and also makes advice declarations less reusable since advice modifiers are not param- eterized unlike pointcuts. We propose a simpler join point model and an experimental AOP language called PitJ. The proposed join point model has only one kind of advice, but has finer grained join points. Even though we unified different kinds of advice into one, the resulted language is sufficiently expressive to cover typical advice usages in AspectJ, and has improved advice reusability by allowing pointcuts, rather than advice modifiers, to specify when advice body runs. Along with the language design, this paper gives a formalization of the join point model in a continuation-passing style (CPS).
Reference:
Continuation Join Points (Yusuke Endoh, Hidehiko Masuhara and Akinori Yonezawa), In Proceedings Foundations of Aspect-Oriented Languages Workshop (FOAL 2006) at AOSD 2006 (Curtis Clifton, Ralf Lämmel, Gary T. Leavens, eds.), volume TR \#06-01, 2006.
Bibtex Entry:
@inproceedings{endoh2006foal,
  author = {Yusuke Endoh and Hidehiko Masuhara and Akinori Yonezawa},
  pdf = {foal2006.pdf},
  title = {Continuation Join Points},
  booktitle = {Proceedings Foundations of Aspect-Oriented Languages
Workshop (FOAL 2006) at AOSD 2006},
  pages = {1--10},
  year = 2006,
  editor = {Curtis Clifton and Ralf L\"ammel and Gary T. Leavens},
  volume = {TR {\#}06-01},
  series = {Technical Report, Department of Computer Science, Iowa State University},
  month = mar,
  acceptanceratio = {47% (7/15) for long+short papers},
  keywords = {AspectJ},
  abstract = {In AspectJ-like languages, there are several different kinds of advice declarations, which are specified by using advice modifiers such as before and after returning. This makes semantics of advice complicated and also makes advice declarations less reusable since advice modifiers are not param- eterized unlike pointcuts. We propose a simpler join point model and an experimental AOP language called PitJ. The proposed join point model has only one kind of advice, but has finer grained join points. Even though we unified different kinds of advice into one, the resulted language is sufficiently expressive to cover typical advice usages in AspectJ, and has improved advice reusability by allowing pointcuts, rather than advice modifiers, to specify when advice body runs. Along with the language design, this paper gives a formalization of the join point model in a continuation-passing style (CPS).}
}
Powered by bibtexbrowser