| [news.eclipse.tools.jdt] Re: How to access the ASTs that Eclipse uses? |
My question is, can I skip this step, does the Eclipse IDE have somewere all the ASTs form a given JavaProject, or does every plugin, (e.g. the editor) needs to parse it's own ASTs when it's needs to.I believe only the current editor has its AST available.