Parser Help: Find the method name from source code
Hello,
Given a line number from the Java source code, I need to find the name of the method that the line belongs to.
I have tried using Eclipse's AST Parser for this cause, but it does not work with line numbers.
Can someone help me to solve me this problem or point me in the right direction?
Thanks for your help.
Fayezin

