Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] traversing aspect sources and targets

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

Andy

On 4 March 2010 07:59, saadbin abid <saad.softwareengineer@xxxxxxxxx> 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
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>


Back to the top