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