Sciweavers

7 search results - page 1 / 2
» User-Defined Join Point Selectors -- An Extension Mechanism ...
Sort
View
54
Voted
JOT
2008
67views more  JOT 2008»
14 years 9 months ago
User-Defined Join Point Selectors -- An Extension Mechanism for Pointcut Languages
Cristiano Breuel, Francisco Reverbel
AOSD
2007
ACM
15 years 1 months ago
Join point selectors
One of the main issues in modern aspect-oriented programming languages and frameworks is the expressiveness of the pointcut language or mechanism. The expressiveness of pointcut l...
Cristiano Breuel, Francisco Reverbel
AOSD
2008
ACM
14 years 11 months ago
Test-based pointcuts for robust and fine-grained join point specification
We propose test-based pointcuts, a novel pointcut mechanism for AspectJ-like aspect-oriented programming languages. The idea behind the test-based pointcuts is to specify join poi...
Kouhei Sakurai, Hidehiko Masuhara
FOAL
2007
ACM
15 years 1 months ago
Specializing continuations a model for dynamic join points
By modeling dynamic join points, pointcuts, and advice in a defunctionalized continuation-passing style interpreter, we provide a fundamental account of these AOP mechanisms. Dyna...
Christopher Dutchyn
AOSD
2004
ACM
15 years 2 months ago
Virtual machine support for dynamic join points
A widespread implementation approach for the join point mechanism of aspect-oriented languages is to instrument areas in code that match the static part of pointcut designators, i...
Christoph Bockisch, Michael Haupt, Mira Mezini, Kl...