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

Method getClassBeingDefined

src/bsh/BshClassManager.java:528–531  ·  view source on GitHub ↗

This method is a temporary workaround used with definingClass. It is to be removed at some point.

( String className )

Source from the content-addressed store, hash-verified

526 It is to be removed at some point.
527 */
528 protected String getClassBeingDefined( String className ) {
529 String baseName = Name.suffix(className,1);
530 return definingClassesBaseNames.get( baseName );
531 }
532
533 /**
534 Indicate that the specified class name has been defined and may be

Callers 1

getTypeDescriptorMethod · 0.95

Calls 2

suffixMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected