MCPcopy 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

invokeMethodMethod · 0.95
invokeMethod · 0.45
invokeImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected