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

Method getClassManager

src/bsh/Interpreter.java:1100–1103  ·  view source on GitHub ↗

Get the class manager associated with this interpreter (the BshClassManager of this interpreter's global namespace). This is primarily a convenience method.

()

Source from the content-addressed store, hash-verified

1098 This is primarily a convenience method.
1099 */
1100 public BshClassManager getClassManager()
1101 {
1102 return getNameSpace().getClassManager();
1103 }
1104
1105 /**
1106 Set strict Java mode on or off.

Callers 3

getConstructorArgsMethod · 0.95
initRootSystemObjectMethod · 0.95
setClassLoaderMethod · 0.95

Calls 1

getNameSpaceMethod · 0.95

Tested by

no test coverage detected