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

Method set

src/bsh/CallStack.java:92–94  ·  view source on GitHub ↗

This is kind of crazy, but used by the setNameSpace command. zero based.

(int depth, NameSpace ns)

Source from the content-addressed store, hash-verified

90 zero based.
91 */
92 public void set(int depth, NameSpace ns) {
93 stack.set( stack.size()-1-depth, ns );
94 }
95
96 public NameSpace pop() {
97 try {

Callers 9

swapMethod · 0.45
assignMethod · 0.45
evalMethod · 0.45
invokeMethodMethod · 0.45
setIndexMethod · 0.45
closeMethod · 0.45
initializeMethod · 0.45
declareBeanMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

closeMethod · 0.36