Artículo de revista
Controlling Aspect Reentrancy
Fecha
2008Registro en:
JOURNAL OF UNIVERSAL COMPUTER SCIENCE, Vol.: 14, issue: 21, p.: 3498-3516, 2008.
0948-695X
Autor
Tanter, Éric Pierre
Institución
Resumen
Aspect languages provide different mechanisms to control when an aspect
should apply based on properties of the execution context. They however fail to explicitly
identify and cleanly capture a property as basic as that of reentrancy. As a result,
aspect developers have to resort to low-level and complex pointcut descriptions that
are error prone and hamper the understandability of aspect definitions. We analyze the
issue of aspect reentrancy, illustrate how current languages fail to properly support it,
and define a new linguistic construct to control aspect reentrancy. Considering aspect
reentrancy from the start in the design of an aspect language simplifies the task of
aspect programmers by raising the level of abstraction of aspect definitions.