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

Method getNameSpace

src/bsh/Interpreter.java:347–349  ·  view source on GitHub ↗

Get the global namespace of this interpreter. Note: This is here for completeness. If you're using this a lot it may be an indication that you are doing more work than you have to. For example, caching the interpreter instance rather than the namespace should not add a significan

()

Source from the content-addressed store, hash-verified

345 (or global.namespace as necessary).
346 */
347 public NameSpace getNameSpace() {
348 return globalNameSpace;
349 }
350
351 /**
352 Run the text only interpreter on the command line or specify a file.

Callers 3

getClassManagerMethod · 0.95
jdownloader_test_caseMethod · 0.95
setShutdownOnExitMethod · 0.45

Calls

no outgoing calls

Tested by 1

jdownloader_test_caseMethod · 0.76