gpt4 book ai didi

java - 如何知道函数的调用者类

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:22:45 31 4
gpt4 key购买 nike

你好,有没有办法知道函数的调用者类名,特别是对于 Java-GWT 应用程序?

最佳答案

Thread.currentThreadGWT 中不受支持(记住 java 代码被编译为 javascript),所以这可能是以下内容的重复:

How do you find out the caller function in JavaScript?

在 GWT 中,您只需编写一个 jsni 包装器:

public static native void whosMyCaller() /*-{
$wnd.alert(arguments.callee.caller.toString());
}-*/;

关于java - 如何知道函数的调用者类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8969300/

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