key => IBinding? [message #257729] |
Wed, 10 December 2008 21:36  |
Eclipse User |
|
|
|
Originally posted by: alamothe.ptt.yu
Hi!
After parsing a source, I need to remember some bindings for later use. I
save these as their keys, because as I understand, if I save bindings, the
whole AST will remain in memory. But when I reparse the souce, I need to
recreate these bindings from saved keys. Is this possible??
|
|
|
Re: key => IBinding? [message #257749 is a reply to message #257729] |
Thu, 11 December 2008 11:23  |
Eclipse User |
|
|
|
Nikola Mihajlovic wrote:
> Hi!
> After parsing a source, I need to remember some bindings for later use. I
> save these as their keys, because as I understand, if I save bindings, the
> whole AST will remain in memory. But when I reparse the souce, I need to
> recreate these bindings from saved keys. Is this possible??
>
>
See org.eclipse.jdt.core.dom.ASTParser.createASTs(ICompilationUn it[], String[], ASTRequestor, IProgressMonitor)
|
|
|
Powered by
FUDForum. Page generated in 0.02976 seconds