Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Using Internal ASTNode(not DOM's) 's "bits" field...
Using Internal ASTNode(not DOM's) 's "bits" field... [message #777886] Wed, 11 January 2012 05:35 Go to next message
Minhyuk Kwon is currently offline Minhyuk KwonFriend
Messages: 4
Registered: January 2012
Junior Member
Hi,
I am currently developing source instrumentation plugin for JDT.
I have seen that internal ASTNode has bits field for capture various informations(useful semantic informations for my work).
But, unfortunately DOM ASTNode didn't have it(bits flag for semantic informations). I think there are reasons for that?
Please let me know?
Re: Using Internal ASTNode(not DOM's) 's "bits" field... [message #778578 is a reply to message #777886] Fri, 13 January 2012 10:39 Go to previous message
Satyam Kandula is currently offline Satyam KandulaFriend
Messages: 444
Registered: July 2009
Senior Member
Anything exposed as an API could not be changed and hence that has not been provided. Some more methods can probably be added. You could file an enhancement request if you need anything important.
Previous Topic:Eclipse newbie can't execute Java library
Next Topic:Simple problem with Applet in HTML
Goto Forum:
  


Current Time: Tue Apr 23 08:07:53 GMT 2024

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

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

Back to the top