Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » key => IBinding?
key => IBinding? [message #257729] Wed, 10 December 2008 21: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 11:23 Go to previous message
Eclipse UserFriend
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: Thu Apr 24 10:31:02 EDT 2025

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

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

Back to the top