[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-dev] how hard it is to introduce a new kind of pointcut in aspectj?
|
- From: Pavel Avgustinov <p_mailings@xxxxxxxxxxxx>
- Date: Sat, 22 Oct 2005 12:37:44 +0100
- Delivered-to: aspectj-dev@eclipse.org
- User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
In particular, LoopsAJ
(http://www.cs.manchester.ac.uk/cnc/projects/loopsaj/) already has an
implementation of a loop pointcut using the aspectbench compiler (abc).
- P
Wes Isberg wrote:
>>... I am wondering how hard it is
>>to introduce a new kind of pointcut into the current
>>aspectj project.
>>
>>
>
>Another join point and PCD?
>
>For a discussion based on our compiler/weaver as of two years
>ago, see
>
> docs/developer/compiler-weaver/index.html
>
>To check out the docs module, see
>
> http://www.eclipse.org/aspectj/doc/released/faq.html#q:buildingsource
>
>However, the abc compiler might be easier to extend in this regard:
>
> http://abc.comlab.ox.ac.uk/
>
>Just make sure the target makes sense as a join point!
>
>Wes
>
>