Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ getNameSpace
Method
getNameSpace
src/bsh/This.java:235–237 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
233
}
234
235
public
NameSpace getNameSpace() {
236
return
namespace;
237
}
238
239
public
String toString() {
240
return
"'this' reference to Bsh object: "
+ namespace;
Callers
8
PreparsedScript
Method · 0.95
initInstance
Method · 0.95
resolveThisFieldReference
Method · 0.95
invokeMethod
Method · 0.95
setInstanceNameSpaceParent
Method · 0.95
constructObject
Method · 0.95
invoke
Method · 0.45
getConstructorArgs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected