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

Method setClassInstance

src/bsh/NameSpace.java:122–125  ·  view source on GitHub ↗
( Object instance )

Source from the content-addressed store, hash-verified

120 importStatic( clas );
121 }
122 void setClassInstance( Object instance ) {
123 this.classInstance = instance;
124 importObject( instance );
125 }
126 Object getClassInstance()
127 throws UtilEvalError
128 {

Callers 1

initInstanceMethod · 0.95

Calls 1

importObjectMethod · 0.95

Tested by

no test coverage detected