Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Parsing Java Classes
Parsing Java Classes [message #175304] Thu, 26 August 2004 04:46 Go to next message
Eclipse UserFriend
Originally posted by: frankmccarey.hotmail.com

Hi,
I am trying to analyse java code as it is developed using Eclipse. I wish
to access the parser that Eclipse uses or the AST that Eclipse builds for
the current class under development.

I am not sure how to go about this as I am new to eclipse. I was thinking
of developing an Eclipse plug-in. Are there some Extension points which I
can extend in the basic Java editor? Or can I to extend an extension point
from the Eclipse compiler or builder?

Any pointers to get me started would be greatly appreciated.
Thanks.
Re: Parsing Java Classes [message #175404 is a reply to message #175304] Thu, 26 August 2004 10:49 Go to previous message
Eclipse UserFriend
Originally posted by: olivier_thomannNOSPAM.ca.ibm.com

Frank wrote:
> I am trying to analyse java code as it is developed using Eclipse. I wish
> to access the parser that Eclipse uses or the AST that Eclipse builds for
> the current class under development.
Look at the DOM/AST infrastructure.
Plugin: org.eclipse.jdt.core
Package org.eclipse.jdt.core.dom

--
Olivier
Previous Topic:File Saving Plugin
Next Topic:Debug Plugin
Goto Forum:
  


Current Time: Mon Jun 02 14:23:01 EDT 2025

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

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

Back to the top