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

Method getSuper

src/bsh/BlockNameSpace.java:160–162  ·  view source on GitHub ↗

super is our parent's super

( Interpreter declaringInterpreter )

Source from the content-addressed store, hash-verified

158 super is our parent's super
159 */
160 public This getSuper( Interpreter declaringInterpreter ) {
161 return getNonBlockParent().getSuper( declaringInterpreter );
162 }
163
164 /**
165 delegate import to our parent

Callers

nothing calls this directly

Calls 1

getNonBlockParentMethod · 0.95

Tested by

no test coverage detected