Eclipse 类文件元数据

发布于 2024-09-04 16:48:38 字数 423 浏览 6 评论 0原文

在 Visual Studio 中,我可以通过按 F12 (GoToDefinition) 获取没有源代码(即捆绑在 DLL 内)的类中公开的公共方法/成员的简洁列表。

同样,我正在学习 Android API - 在 Eclipse 中。跳转到 Android 框架方法定义会产生反编译输出,该输出读起来不直观,而且非常冗长。为了模仿 Visual Studio 等结果,我正在考虑几个选项:

  1. 如何将反编译输出格式化为“更干净” - 我浏览了 Eclipse 的首选项菜单,但没有找到实现此目的的方法。
  2. 一旦 Google 提供了它,我如何“添加相应的源文件”,以便跳转到定义产生实际的定义?
  3. 是否有一个插件可以做到这一点?我查看了 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:

  1. 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.
  2. How do I 'add corresponding source files' once Google provides it, so that jumping to definition yields the actual definition?
  3. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

下雨或天晴 2024-09-11 16:48:38
  1. 您可以尝试 http://andrei.gmxhome.de/bytecode/index.html - 它比内部 Eclipse 反编译“好一点”。
  2. 当打开没有可用源的类的类定义时,您应该在反编译输出的顶部看到一个“附加源”按钮,您可以在其中关联相应的源文件。
  1. You could try http://andrei.gmxhome.de/bytecode/index.html - it's a "little nicer" than the internal Eclipse decompilation.
  2. When opening a class definition for class without source available, you should see a button "Attach Source" at the top of the decompilation output where you can associate the corresponding source files.
孤独患者 2024-09-11 16:48:38
  1. 您可以使用“大纲”视图查看 .class 文件大纲
  1. You can view the .class files outline using the Outline view
好菇凉咱不稀罕他 2024-09-11 16:48:38

我发现了另一个与 Eclipse 很好地集成的反编译器:

http://java.decompiler。 free.fr/?q=jdeclipse

I found another decompiler that nicely integrates with Eclipse:

http://java.decompiler.free.fr/?q=jdeclipse

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文