Refer to this post:
http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg01648.html And to the following message, which I could not find in the list archives: > -----Original Message----- > From: Mik Kersten [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 19, 2004 6:26 PM > To: '[EMAIL PROTECTED]' > Subject: examples for extending the ASM > > I've had several inquiries regarding how the ASM should be extended to > include additional program element nodes (e.g. all call sites) and > additional relations (e.g. from a type to any "declare parents" using it). > I recently committed some updates to make the both the element hierarchy > building and the relation mapping extensible. > > As documentation I created 3 test cases that provide and use subclasses of > AsmHierarchyBuilder and AsmRelationshipProvider. The easiest way to use > them is to check out: > > org.aspectj/modules/docs/sandbox/api-clients > > as a project. You'll find the examples in org.aspectj.samples. For > convenience they can all be run as JUnit tests that provide command line > output of the structure they added. > > Happy hacking, > > Mik _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of nancy lee Sent: Monday, December 18, 2006 7:34 AM To: [email protected] Subject: [aspectj-users] How to get the information of weaving Hi, I am recently working on a tool for AOP. And I want to get the information of weaved pointcut and advice from the source codes of ajc 1.5. Just like the information showed in global view and file view in AspectJ Browser! How can I get these information from running the source code of ajc 1.5. Thanks a lot! Nancy Li
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
