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

Method pushNode

src/bsh/JJTParserState.java:68–71  ·  view source on GitHub ↗
(Node n)

Source from the content-addressed store, hash-verified

66
67 /* Pushes a node on to the stack. */
68 void pushNode(Node n) {
69 nodes.push(n);
70 ++sp;
71 }
72
73 /* Returns the node on the top of the stack, and remove it from the
74 stack. */

Callers 1

closeNodeScopeMethod · 0.95

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected