Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ toString
Method
toString
src/bsh/XThis.java:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
public
String toString() {
69
return
"'this' reference (XThis) to Bsh object: "
+ namespace;
70
}
71
72
/**
73
Get dynamic proxy
for
interface
, caching those it creates.
Callers
2
invoke
Method · 0.45
invokeImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected