Execution Levels for Aspect-Oriented Programming
Source: Association for Computing Machinery
In aspect-oriented programming languages, advice evaluation is usually considered as part of the base program evaluation. This is also the case for certain pointcuts, such as if pointcuts in AspectJ, or simply all pointcuts in higher-order aspect languages like AspectScheme. While viewing aspects as part of base level computation clearly distinguishes AOP from reflection, it also comes at a price: because aspects observe base level computation, evaluating pointcuts and advice at the base level can trigger infinite regression. To avoid these pitfalls, aspect languages propose adhoc mechanisms, which increase the complexity for programmers while being insufficient in many cases.
| Format: | Size: | 345.90 | |
| Date: | Oct 2009 |



