Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] getting aspectJ Abstract Syntax Tree

You may access the structure model post-build, but it is not designed to be a neat Ast.  There has been a long time requirement to support working with AspectJ programs in the same way JDT enables working with Java programs, but it is a messy problem that unfortunately never makes it to the top of the priority list.

Some of the options are discussed here:

http://wiki.eclipse.org/index.php/Developer's_guide_to_building_tools_on_top_of_AJDT_and_AspectJ

Andy

On 4 March 2010 10:04, Parisa Mirshams <parisa_mirshams@xxxxxxxxx> wrote:

Hi,

I need to have the AspectJ Abstract Syntax Tree of daspectJ/Java files. Is there any API that can help me do that?

Thanks in advance for your help,

Parisa.



_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-dev



Back to the top