Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ classForName
Method
classForName
src/bsh/NameSpace.java:1203–1206 ·
view source on GitHub ↗
( String name )
Source
from the content-addressed store, hash-verified
1201
}
1202
1203
private
Class classForName( String name )
1204
{
1205
return
getClassManager().classForName( name );
1206
}
1207
1208
/**
1209
Implements NameSource
Callers
2
getClassImpl
Method · 0.95
getImportedClassImpl
Method · 0.95
Calls
1
getClassManager
Method · 0.95
Tested by
no test coverage detected