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

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

 

On the Interaction of Advices and Raw Types in AspectJ

Fernando Barden Rubbo (Universidade Federal do Rio Grande do Sul, Brazil)

Rodrigo Machado (Universidade Federal do Rio Grande do Sul, Brazil)

Álvaro Freitas Moreira (Universidade Federal do Rio Grande do Sul, Brazil)

Leila Ribeiro (Universidade Federal do Rio Grande do Sul, Brazil)

Daltro Jé Nunes (Universidade Federal do Rio Grande do Sul, Brazil)

Abstract: The latest versions of AspectJ, the most popular aspect-oriented extension for Java, must cope with the complex changes that occurred in the Java type system, specially with those that introduced type parameters for classes and methods. In this work we study the influence of raw types, i.e. parameterless instantiations of class types, over the semantics of an AspectJ-like language. As a result, we define an operational semantics and a type system for a calculus, named Raw Aspect Featherweight Generic Java (Raw-AFGJ), that represents a minimal aspect-oriented extension of Raw Featherweight Generic Java. Through our calculus it is possible to achieve a better understanding of several subtleties of aspect weaving with the restrictions imposed by raw types support in the type system.

Keywords: aspect-oriented programming, operational semantics,, type systems

Categories: D.3.1, D.3.3, F.3.2