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

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.
If you need clues on how to create all the ASTs for a java project, let me know.
--
Olivier