super is our parent's super
( Interpreter declaringInterpreter )
| 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 |
nothing calls this directly
no test coverage detected