Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generateClass
Method · 0.95
invokeMethod
Method · 0.95
constructObject
Method · 0.95
constructWithClassBody
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected