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.
我需要从(编译的)Java 类中的方法收集某些信息。除其他外,我想找出所有现有的方法调用以及每个方法调用的接收者。
是否有一个库可以方便地表示已编译的类及其声明的方法(类似于 DOM 视图),可以将我从解释字节码中抽象出来我自己?