[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] How to access the ASTs that Eclipse uses?

Hello,
Is there any way that one can access the ASTs that Eclipse uses? I suppose Eclipse has it's own set of ASTs for every Java source file of a Java Project at any given moment. I would like to be able to visit those ASTs instead of doing both parsing and visiting for an ICompilationUnit. Or is this impossible, does Eclipse only have the JavaModel and parses & visits only when it needs to ?


Thank you George