Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » key => IBinding?
key => IBinding? [message #257729] Thu, 11 December 2008 02:36 Go to next message
Eclipse UserFriend
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 16:23 Go to previous message
Jerome Lanneluc is currently offline Jerome LannelucFriend
Messages: 572
Registered: July 2009
Senior Member
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)
Previous Topic:Questions on implementing an IJavaCompletionProposalComputer
Next Topic:APT with Java 5
Goto Forum:
  


Current Time: Sun Sep 15 18:18:16 GMT 2024

Powered by FUDForum. Page generated in 0.04059 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top