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

Method getSuper

src/bsh/NameSpace.java:425–431  ·  view source on GitHub ↗

Get the parent namespace' This reference or this namespace' This reference if we are the top.

( Interpreter declaringInterpreter )

Source from the content-addressed store, hash-verified

423 reference if we are the top.
424 */
425 public This getSuper( Interpreter declaringInterpreter )
426 {
427 if ( parent != null )
428 return parent.getThis( declaringInterpreter );
429 else
430 return getThis( declaringInterpreter );
431 }
432
433 /**
434 Get the top level namespace or this namespace if we are the top.

Callers 1

Calls 1

getThisMethod · 0.95

Tested by

no test coverage detected