MCPcopy Create free account
hub / github.com/beanshell/beanshell / setClassStatic

Method setClassStatic

src/bsh/NameSpace.java:118–121  ·  view source on GitHub ↗
( Class clas )

Source from the content-addressed store, hash-verified

116 Object classInstance;
117
118 void setClassStatic( Class clas ) {
119 this.classStatic = clas;
120 importStatic( clas );
121 }
122 void setClassInstance( Object instance ) {
123 this.classInstance = instance;
124 importObject( instance );

Callers 1

generateClassImplMethod · 0.95

Calls 1

importStaticMethod · 0.95

Tested by

no test coverage detected