java-callgraph
java-callgraph copied to clipboard
can I get the line number of the method call in the class file?
I want to get the line number of the method call in the class file?through the line number,I can connect all the methods. Thank you for your generous answer.
You can try my fork: https://github.com/Adrninistrator/java-callgraph
It can print the caller method source line number.