Eclipse 类文件元数据
在 Visual Studio 中,我可以通过按 F12 (GoToDefinition) 获取没有源代码(即捆绑在 DLL 内)的类中公开的公共方法/成员的简洁列表。
同样,我正在学习 Android API - 在 Eclipse 中。跳转到 Android 框架方法定义会产生反编译输出,该输出读起来不直观,而且非常冗长。为了模仿 Visual Studio 等结果,我正在考虑几个选项:
- 如何将反编译输出格式化为“更干净” - 我浏览了 Eclipse 的首选项菜单,但没有找到实现此目的的方法。
- 一旦 Google 提供了它,我如何“添加相应的源文件”,以便跳转到定义产生实际的定义?
- 是否有一个插件可以做到这一点?我查看了 Jadclipse,但该项目已经好几年没有更新了,而且仍然是一个反编译器。
先感谢您。
In Visual Studio, I can obtain a succinct list of public methods/members exposed in a class for which I do not have the source (i.e. bundled inside a DLL) by pressing F12 (GoToDefinition).
Similarly, I am learning the Android API - in Eclipse. Jumping to an Android framework method definition produces decompilation output which is not intuitive to read, and is very verbose. To mimic results like Visual Studio, I am considering several options:
- How can I format the decompilation output to be 'cleaner' - I have looked through Eclipse's preferences menus and have not found a way to do this.
- How do I 'add corresponding source files' once Google provides it, so that jumping to definition yields the actual definition?
- Is there a plugin that does this already? I looked into Jadclipse, but that project has not been updated in several years, and is still a decompiler.
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我发现了另一个与 Eclipse 很好地集成的反编译器:
http://java.decompiler。 free.fr/?q=jdeclipse
I found another decompiler that nicely integrates with Eclipse:
http://java.decompiler.free.fr/?q=jdeclipse