MCPcopy Create free account
hub / github.com/beanshell/beanshell / getThis

Method getThis

src/bsh/NameSpace.java:476–482  ·  view source on GitHub ↗
( Interpreter declaringInterpreter )

Source from the content-addressed store, hash-verified

474 interpreter, so we'd be sure to get the top interpreter.
475 */
476 public This getThis( Interpreter declaringInterpreter )
477 {
478 if ( thisReference == null )
479 thisReference = This.getThis( this, declaringInterpreter );
480
481 return thisReference;
482 }
483
484 public BshClassManager getClassManager()
485 {

Callers 15

initInstanceMethod · 0.95
invokeMethodMethod · 0.95
getSuperMethod · 0.95
getGlobalMethod · 0.95
invokeMethodMethod · 0.95
generateClassImplMethod · 0.95
invokeMethodMethod · 0.95
getGlobalMethod · 0.45
invokeMethod · 0.45

Calls 1

getThisMethod · 0.95

Tested by

no test coverage detected