MCPcopy 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

PreparsedScriptMethod · 0.95
initInstanceMethod · 0.95
invokeMethodMethod · 0.95
constructObjectMethod · 0.95
invokeMethod · 0.45
getConstructorArgsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected