Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ toString
Method
toString
src/bsh/JThis.java:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
public
String toString() {
77
return
"'this' reference (JThis) to Bsh object: "
+ namespace.getName();
78
}
79
80
void
event(String name, Object event)
81
{
Callers
nothing calls this directly
Calls
1
getName
Method · 0.45
Tested by
no test coverage detected