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

Method isClassBeingDefined

src/bsh/BshClassManager.java:520–522  ·  view source on GitHub ↗
( String className )

Source from the content-addressed store, hash-verified

518 }
519
520 protected boolean isClassBeingDefined( String className ) {
521 return definingClasses.contains( className );
522 }
523
524 /**
525 This method is a temporary workaround used with definingClass.

Callers 1

classForNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected