Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to create Extension that extends the AST (JDT Abstract syntax tree)?
How to create Extension that extends the AST (JDT Abstract syntax tree)? [message #76680] Wed, 16 July 2003 07:46 Go to next message
Eclipse UserFriend
Hello group.
I'd like to change the AST behavior in order to create read/write access for
cetain fields.
How do I create extension that will cause the JDT plug-in to use my AST ?
What is extention id ? what class to extends ?

Thanks in advance,
Asaf
Re: How to create Extension that extends the AST (JDT Abstract syntax tree)? [message #88787 is a reply to message #76680] Sun, 24 August 2003 16:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: m_heisterberg.hotmail.com

Try looking at http://www.ibm.com/developerworks - recently there was an
article in the "open source projects" category about extending Eclipse
and they touched on syntax trees, who to extends it and so on.

lekkim

Asaf wrote:

> Hello group.
> I'd like to change the AST behavior in order to create read/write access for
> cetain fields.
> How do I create extension that will cause the JDT plug-in to use my AST ?
> What is extention id ? what class to extends ?
>
> Thanks in advance,
> Asaf
>
>
Re: How to create Extension that extends the AST (JDT Abstract syntax tree)? [message #91018 is a reply to message #88787] Fri, 29 August 2003 19:00 Go to previous message
Eclipse UserFriend
Originally posted by: adam.gmx.nospam.net

>> I'd like to change the AST behavior in order to create read/write
>> access for
>> cetain fields.
>> How do I create extension that will cause the JDT plug-in to use my AST ?
>> What is extention id ? what class to extends ?


you don't need to extend anything particular to access ast's.
just parse the file (call AST.parseCompilationUnit) and you will have
the ast.

a.
Previous Topic:Trying remote debug against z/OS (USS)
Next Topic:Quick diff in 3.0M3 just shows disk quick-diff
Goto Forum:
  


Current Time: Sat May 10 14:00:31 EDT 2025

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

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

Back to the top