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

Method doSuperImport

src/bsh/NameSpace.java:1247–1251  ·  view source on GitHub ↗

Perform "import ;" causing the entire classpath to be mapped. This can take a while.

()

Source from the content-addressed store, hash-verified

1245 This can take a while.
1246 */
1247 public void doSuperImport()
1248 throws UtilEvalError
1249 {
1250 getClassManager().doSuperImport();
1251 }
1252
1253
1254 public String toString() {

Callers 1

evalMethod · 0.95

Calls 1

getClassManagerMethod · 0.95

Tested by

no test coverage detected