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 <[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
