I am using Eclipse IDE for my Java project. I need a list of methods which are being called from a particular class i.e. I need to see a list of all the methods which are being
str + o lists all methods available in the class that is currently open. does this answer your question?
str + o