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

Method nameSpaceChanged

src/bsh/NameSpace.java:1319–1322  ·  view source on GitHub ↗

Clear all cached classes and names

()

Source from the content-addressed store, hash-verified

1317 Clear all cached classes and names
1318 */
1319 public void nameSpaceChanged() {
1320 classCache = null;
1321 names = null;
1322 }
1323
1324 /**
1325 Import standard packages. Currently:

Callers 8

setVariableMethod · 0.95
unsetVariableMethod · 0.95
importClassMethod · 0.95
importPackageMethod · 0.95
importCommandsMethod · 0.95
classLoaderChangedMethod · 0.95
importObjectMethod · 0.95
importStaticMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected