MCPcopy 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

getClassImplMethod · 0.95
getImportedClassImplMethod · 0.95

Calls 1

getClassManagerMethod · 0.95

Tested by

no test coverage detected