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

Method classExists

src/bsh/BshClassManager.java:160–162  ·  view source on GitHub ↗
( String name )

Source from the content-addressed store, hash-verified

158 }
159
160 public boolean classExists( String name ) {
161 return ( classForName( name ) != null );
162 }
163
164 /**
165 Load the specified class by name, taking into account added classpath

Callers

nothing calls this directly

Calls 1

classForNameMethod · 0.95

Tested by

no test coverage detected