Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
给定行号、代码文件以及编译后的类文件(如果需要),获取周围方法签名的最优雅方法是什么(如果行号在方法中是偶数)?
要记住的事情:
在谷歌搜索时,我发现了这个重复的问题,所以我自己关闭它。
该信息应该可以从编译器生成的调试器元信息中获得。
javac -g:lines foo.java