Any insight about program database inside Eclipse [message #95489] |
Sun, 14 September 2003 19:57  |
Eclipse User |
|
|
|
Originally posted by: yu_zhifeng.yahoo.com
Does anybody have any insight about the "program database" inside Eclipse.
I believe there is some way Eclipse stores the source code meta data, like
class, method and field information, physically in somewhere. At least,
refactoring must use this storage to check the change impact. Anybody has
a clue? Thanks.
|
|
|
|
Re: Any insight about program database inside Eclipse [message #95517 is a reply to message #95489] |
Sun, 14 September 2003 22:19  |
Eclipse User |
|
|
|
Originally posted by: felix.mayer.comcast.net
Take a look at org.eclipse.jdt.core.dom.AST and whatever extends it.
AST.parseCompilationUnit() should give you an entire abstract syntax tree.
"Zhifeng Yu" <yu_zhifeng@yahoo.com> wrote in message
news:bk2v9k$jsu$1@eclipse.org...
> Does anybody have any insight about the "program database" inside Eclipse.
> I believe there is some way Eclipse stores the source code meta data, like
> class, method and field information, physically in somewhere. At least,
> refactoring must use this storage to check the change impact. Anybody has
> a clue? Thanks.
>
|
|
|
Powered by
FUDForum. Page generated in 0.04941 seconds