Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
closeNodeScope
Method · 0.95
popNode
Method · 0.80
run
Method · 0.80
eval
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected