Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » IASTComment node location
IASTComment node location [message #720965] Wed, 31 August 2011 15:18
Radoslaw Fijolek is currently offline Radoslaw FijolekFriend
Messages: 2
Registered: July 2011
Junior Member
I'd like to check the location of a comment in the code I'm parsing. However, it's not the exact placement (code line,offset in file) that I am interested in. What I want is to be able to say that for instance - an IASTComment is located beetween some two IASTNodes of my choice. Unfortunately, the comparison of the nodes' offsets in the source file isn't the right way to do it for me due to performance issues (I'd have to go through a TreeSet very often). Does CDT allow me to do it in a more natural manner, even if IASTComment nodes aren't a part of the AST?
Previous Topic:Eclipse CDT, configuration MinGW GCC
Next Topic:How do I show what function my cursor is in
Goto Forum:
  


Current Time: Fri Apr 19 20:51:18 GMT 2024

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

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

Back to the top