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

Method doSuperImport

src/bsh/BshClassManager.java:459–463  ·  view source on GitHub ↗

Support for "import ;" Hide details in here as opposed to NameSpace.

()

Source from the content-addressed store, hash-verified

457 Hide details in here as opposed to NameSpace.
458 */
459 protected void doSuperImport()
460 throws UtilEvalError
461 {
462 throw cmUnavailable();
463 }
464
465 /**
466 A "super import" ("import *") operation has been performed.

Callers

nothing calls this directly

Calls 1

cmUnavailableMethod · 0.95

Tested by

no test coverage detected