Hi All Am new to eclipse plugin development. In fact never wrote one. I want to develope a plugin a plugin , before that just want to make sure whether its possible to implement below said features. I should have a ui buton/interface when clicked should get me the the list of class, methods variables present in the active source file(.java).And I should be able to compare these class variable or methods name agains some other strings etc ....Also I need to print somethimg based one these comparision on to console. Is it possible to do it?Is possible to get list of methods classes and varibales from a source file?Please help Also is the same possible for C CPP source files?
Thanks in advance
Regards Meteorite