Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Understanding AspectJ source?

In project 'docs' available from cvs there is a guide to understanding
the AspectJ source, at /developer/compiler-weaver

I believe it'll suit your needs. (but prepare to face a big beast --
imho the code is pretty hard to read and keep track of)

Regards,
Eduardo

On 4/24/06, Nadia Belblidia-Guerroumi <na_bel@xxxxxxxxxxxxxxxx> wrote:
>
> Hi !
>
> I want to understand the source code of AspectJ. I would like to see in
> which files the this, target and args pointcuts are checked?
>
> Where may I find how the weaving is done on the bytecode?? For example, I
> want to read the aspectJ code where an instruction invokevirtual is tested
> against a  call pointcut?
>
> If you have already digged into the source code of AspectJ. Could you help
> me?
>
>
> Nadia.
>
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
>

Back to the top