Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] DOM in AJDT

JDT plug-in provide the DOM facility. It can be used to parse the java source code in order to obtain both the abstract syntax tree and type binding for the parsed code.

I need to do a similar thing for the aspectj code, does the AJDT plug-in provide something like that? maybe re-using portions of the aspectj compiler?

Thanks,
Mariano


Back to the top