MCPcopy Index your code
hub / github.com/apache/tomcat / size

Method size

java/org/apache/jasper/compiler/Node.java:2785–2787  ·  view source on GitHub ↗

Returns the number of nodes in this collection. @return The number of nodes

()

Source from the content-addressed store, hash-verified

2783 * @return The number of nodes
2784 */
2785 public int size() {
2786 return list.size();
2787 }
2788
2789 /**
2790 * Returns the node at the given index.

Callers 15

getNamedAttributeNodeMethod · 0.95
hasEmptyBodyMethod · 0.95
doTagMethod · 0.45
addSnakeMethod · 0.45
removeSnakeMethod · 0.45
updateMethod · 0.45
createAndAddPlayerMethod · 0.45
internalRemovePlayerMethod · 0.45
broadcastTimerTickMethod · 0.45
sendMessageMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by 15

doTagMethod · 0.36
testDependantsOrderMethod · 0.36
testELTagFileImportsMethod · 0.36
testWithWebappMethod · 0.36
testWebappMethod · 0.36
testResourceJARsMethod · 0.36
getHeaderMethod · 0.36
getHeadersMethod · 0.36
getMessageCountMethod · 0.36
echoTesterMethod · 0.36