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

Method pop

src/bsh/CallStack.java:96–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 public NameSpace pop() {
97 try {
98 return stack.pop();
99 } catch(EmptyStackException e) {
100 throw new InterpreterError("pop on empty CallStack");
101 }
102 }
103
104 /**
105 Swap in the value as the new top of the stack and return the old

Callers 9

initInstanceMethod · 0.95
getScriptStackTraceMethod · 0.95
invokeImplMethod · 0.80
popNodeMethod · 0.80
clearNodeScopeMethod · 0.80
closeNodeScopeMethod · 0.80
generateClassImplMethod · 0.80
evalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected