Sciweavers

184 search results - page 14 / 37
» Aspects and polymorphism in AspectJ
Sort
View
AOSD
2004
ACM
14 years 1 months ago
Association aspects
We propose a linguistic mechanism for AspectJ-like languages that concisely associates aspect instances to object groups. The mechanism, which supports association aspects, extend...
Kouhei Sakurai, Hidehiko Masuhara, Naoyasu Ubayash...
TOPLAS
2008
55views more  TOPLAS 2008»
13 years 8 months ago
AspectML: A polymorphic aspect-oriented functional programming language
Daniel S. Dantas, David Walker, Geoffrey Washburn,...
SCP
2010
88views more  SCP 2010»
13 years 6 months ago
Type-directed weaving of aspects for polymorphically typed functional languages
Kung Chen, Shu-Chun Weng, Meng Wang, Siau-Cheng Kh...
AOSD
2007
ACM
14 years 13 days ago
A machine code model for efficient advice dispatch
The primary implementations of AspectJ to date are based on a compile- or load-time weaving process that produces Java byte code. Although this implementation strategy has been cr...
Ryan M. Golbeck, Gregor Kiczales
AOSD
2010
ACM
14 years 1 months ago
Composing aspects with aspects
Aspect-oriented programming languages modularize crosscutting concerns by separating the concerns from a base program in aspects. What they do not modularize well is the code need...
Antoine Marot, Roel Wuyts