Eclipse java继承的方法和字段

发布于 2024-11-30 16:09:41 字数 86 浏览 3 评论 0 原文

是否可以在子类中一次查看类或接口的所有方法、字段? 就像在maven中一样,哪里可以看到包含所有包含的pom文件的有效maven? 可能需要一些插件? 谢谢。

Is possible see all methods, fields of class or interface at once in subclass?
Like in maven where possible to see effective maven that includes all included pom files?
May be need some plugin?
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

花海 2024-12-07 16:09:41

如果您打开一个 Java 文件并在编辑器中按 Ctrl+O,它将显示给定类的所有字段和方法,如果您再次按 Ctrl+O,它将另外显示所有继承的方法和字段。

If you open a Java file and press Ctrl+O inside the editor it will show you all fields and methods of the given class, if you press Ctrl+O once again it will additionally show all inherited methods and fields.

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