MCPcopy Index your code
hub / github.com/beanshell/beanshell / getThis

Method getThis

src/bsh/This.java:83–87  ·  view source on GitHub ↗

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 )

Source from the content-addressed store, hash-verified

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

Callers 2

getThisMethod · 0.95
InterpreterClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected