MCPcopy 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

closeNodeScopeMethod · 0.95
OrMethod · 0.80
AndMethod · 0.80
ValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected