getThis() is a factory for bsh.This type references. The capabilities of ".this" references in bsh are version dependent up until jdk1.3. The version dependence was to support different default interface implementations. i.e. different sets of listener interfaces which scripted objects wer
( NameSpace namespace, Interpreter declaringInterpreter )
| 81 | rough test suite time. This references are also cached in NameSpace. |
| 82 | */ |
| 83 | static This getThis( |
| 84 | NameSpace namespace, Interpreter declaringInterpreter ) |
| 85 | { |
| 86 | return new This( namespace, declaringInterpreter ); |
| 87 | } |
| 88 | |
| 89 | /** |
| 90 | Get a version of this scripted object implementing the specified |
no outgoing calls
no test coverage detected