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

Method getClassGenerator

src/bsh/ClassGenerator.java:40–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40 public static ClassGenerator getClassGenerator() {
41 if (cg == null) {
42 cg = new ClassGenerator();
43 }
44
45 return cg;
46 }
47
48
49 /**

Callers 4

generateClassMethod · 0.95
invokeMethodMethod · 0.95
constructObjectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected