Hello Andy,
Yes I am building a tool on top of ajdt. For that purpose i need to traverse
aspectJ project for getting aspects calls (i.e. before(), after() and
around() calls for all aspects within the project).
Thank you very much for the pointer.
best regards
saad

On Mon, Mar 8, 2010 at 12:22 AM, Andy Clement <[email protected]>wrote:

> Are you building a tool on top of AJDT?
>
> The AJDT wiki shows how to navigate the relationship map:
>
>
> http://wiki.eclipse.org/index.php/Developer's_guide_to_building_tools_on_top_of_AJDT_and_AspectJ<http://wiki.eclipse.org/index.php/Developer%27s_guide_to_building_tools_on_top_of_AJDT_and_AspectJ>
>
> Andy
>
> On 4 March 2010 07:59, saadbin abid <[email protected]>
> wrote:
> > Hello aspectJ users,
> >
> > What could be the best way to traverse aspects sources and targets? any
> > example code or technology or pointers available for it?
> >
> > My challenge is like, I have class A, Class B and Aspect C. aspect C has
> > links (for example: before() and after() calls) to class A and B. I want
> to
> > traverse aspect C efficiently that i can automatically  workout with the
> > links/calls.
> >
> > best regards
> >
> > --
> > SAAD
> >
> > _______________________________________________
> > aspectj-users mailing list
> > [email protected]
> > https://dev.eclipse.org/mailman/listinfo/aspectj-users
> >
> >
> _______________________________________________
> aspectj-users mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to