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

Method hasSuperImport

src/bsh/BshClassManager.java:468–471  ·  view source on GitHub ↗

A "super import" ("import ") operation has been performed.

()

Source from the content-addressed store, hash-verified

466 A "super import" ("import *") operation has been performed.
467 */
468 protected boolean hasSuperImport()
469 {
470 return false;
471 }
472
473 /**
474 Return the name or null if none is found,

Callers 1

getImportedClassImplMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected