Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ toString
Method
toString
src/bsh/This.java:239–241 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
237
}
238
239
public
String toString() {
240
return
"'this' reference to Bsh object: "
+ namespace;
241
}
242
243
public
void
run() {
244
try {
Callers
3
invokeMethod
Method · 0.95
invoke
Method · 0.45
invokeImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected