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

Method doneDefiningClass

src/bsh/BshClassManager.java:537–541  ·  view source on GitHub ↗

Indicate that the specified class name has been defined and may be loaded normally.

( String className )

Source from the content-addressed store, hash-verified

535 loaded normally.
536 */
537 protected void doneDefiningClass( String className ) {
538 String baseName = Name.suffix(className,1);
539 definingClasses.remove( className );
540 definingClassesBaseNames.remove( baseName );
541 }
542
543 /*
544 The real implementation in the classpath.ClassManagerImpl handles

Callers 1

generateClassImplMethod · 0.95

Calls 2

suffixMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected