| [news.eclipse.tools.jdt] Re: How to access the ASTs that Eclipse uses? |
Olivier Thomann wrote:
George Ganea a écrit :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. Having all the ASTs in memory simply would not scale.
http://kickjava.com/src/org/eclipse/jdt/internal/core/search/BasicSearchEngine.java.htm
Thank you all, George