Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ nodeArity
Method
nodeArity
java/org/apache/el/parser/JJTELParserState.java:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
* Returns the number of children on the stack in the current node scope.
68
*/
69
public
int
nodeArity() {
70
return
sp - mk;
71
}
72
73
74
public
void
clearNodeScope(Node n) {
Callers
4
closeNodeScope
Method · 0.95
Or
Method · 0.80
And
Method · 0.80
Value
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected