Go home now Header Background Image
Search
Submission Procedure
share: |
 
Follow us
 
 
 
 
Volume 14 / Issue 21

available in:   PDF (156 kB) PS (150 kB)
 
get:  
Similar Docs BibTeX   Write a comment
  
get:  
Links into Future

 

A Lightweight and Extensible AspectJ Implementation

Rodolfo Toledo (University of Chile, Chile)

Éric Tanter (University of Chile, Chile)

Abstract: Extending AspectJ to experiment with new language features can be cumbersome, even with an extensible implementation. Often, a language designer only needs a rapid prototyping environment, but has to deal with a full compiler infrastructure, and must address low-level implementation issues. This work completes a lightweight extensible implementation of AspectJ with a declarative assimilation layer based on Stratego. This layer brings together an extensible syntax definition of AspectJ and the core semantics provided by the Reflex AOP kernel. Using this implementation, language extensions are defined using declarative high-level constructs, significantly reducing the cost of the extension process.

Keywords: aspect-oriented programming, extensible implementation, spectJ

Categories: D.1.m, D.3.4