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

Method getClassNameByUnqName

src/bsh/BshClassManager.java:477–481  ·  view source on GitHub ↗

Return the name or null if none is found, Throw an ClassPathException containing detail if name is ambigous.

( String name )

Source from the content-addressed store, hash-verified

475 Throw an ClassPathException containing detail if name is ambigous.
476 */
477 protected String getClassNameByUnqName( String name )
478 throws UtilEvalError
479 {
480 throw cmUnavailable();
481 }
482
483 public void addListener( Listener l ) { }
484

Callers 1

getImportedClassImplMethod · 0.95

Calls 1

cmUnavailableMethod · 0.95

Tested by

no test coverage detected