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

Method nodeArity

src/bsh/JJTParserState.java:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 /* Returns the number of children on the stack in the current node
88 scope. */
89 int nodeArity() {
90 return sp - mk;
91 }
92
93
94 void clearNodeScope(Node n) {

Callers 4

closeNodeScopeMethod · 0.95
popNodeMethod · 0.80
runMethod · 0.80
evalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected