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

Method push

src/bsh/CallStack.java:69–71  ·  view source on GitHub ↗
( NameSpace ns )

Source from the content-addressed store, hash-verified

67 }
68
69 public void push( NameSpace ns ) {
70 stack.push( ns );
71 }
72
73 public NameSpace top() {
74 return stack.peek();

Callers 10

CallStackMethod · 0.95
getConstructorArgsMethod · 0.95
initInstanceMethod · 0.95
runMethod · 0.95
evalMethod · 0.95
invokeImplMethod · 0.80
pushNodeMethod · 0.80
openNodeScopeMethod · 0.80
generateClassImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected