gpt4 book ai didi

java - 如何显示 Eclipse Java 中特定方法内调用的所有方法?

转载 作者:行者123 更新时间:2023-11-30 06:07:02 25 4
gpt4 key购买 nike

我有一个方法

public String doStuff(){    
new A().callMethodA();
B b = new B();
b.callMethodB();
return "stuff";
}

如何在方法doStuff()中显示它另外两种方法callMethodA()callMethodB()被称为?

公开调用层次结构可以显示在哪里 doStuff被调用,但我想查看 doStuff 中调用的所有其他方法.

最佳答案

View “调用层次结构”在 View 特定工具栏中有一些名为

的操作
  • enter image description here “显示调用者层次结构”:显示所选成员搜索范围内的所有调用者。
  • enter image description here “Show Callee Hierarchy”:显示当前所选成员调用的所有成员。

Call Hierarchy View

这个你应该明白

关于java - 如何显示 Eclipse Java 中特定方法内调用的所有方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42533542/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com