There is the org.eclipse.ajdt.core.dom.rewrite package in the org.eclipse.ajdt.core plugin. There is a test class called ASTRewritingPointcutDeclTest.java in the org.eclipse.ajdt.core.tests plugin which exercises the functionality.
Note however that the implementation is relatively new so it might be incomplete in places. If you encounter any such issues or other problems, please raise a bug in Bugzilla. --Matt On 04/10/06, Davi Pires <[EMAIL PROTECTED]> wrote:
Dear aspectJ users, I'm trying to write an eclipse plugin that takes a java file as input, process it, and outputs aspect code (in addition to applying the changes to the original java file). My question is: what infra-structure is available in AJDT to perform such task? If anyone could point me some classes and documentation regarding this subject I'd be extremely grateful. Davi Pires _______________________________________________ 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
