是否可以在不使用反射的情况下获取.class文件(在java中)的信息

发布于 2024-10-27 05:44:30 字数 113 浏览 1 评论 0原文

有人可以指导我吗?

是否可以在不使用反射的情况下获取.class文件(在java中)的信息?像类方法、构造函数字段等信息,我们是否可以在Java中不使用反射来调用它们?

提前致谢。

can someone guide me?

Is it possible to get information of .class file (in java) without the use of reflection? Information like class methods,constructors fields etc., and also can we invoke them without using Reflection in Java?

thanks in advance.

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

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

发布评论

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

评论(2

如歌彻婉言 2024-11-03 05:44:31

您可以根据字节码来分析.class。手动或使用 BCEL 等库

You can analyize the .class in terms of bytecode. Either manually or using a library like BCEL

柠檬色的秋千 2024-11-03 05:44:31

请参阅 Java 虚拟机规范,第 4 章类文件格式

See Java Virtual Machine Spec, Chapter 4 The class File Format.

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