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

Method jjtGetChild

java/org/apache/el/parser/Node.java:61–61  ·  view source on GitHub ↗

This method returns a child node. The children are numbered from zero, left to right.

(int i)

Source from the content-addressed store, hash-verified

59 * This method returns a child node. The children are numbered from zero, left to right.
60 */
61 Node jjtGetChild(int i);
62
63 /** Return the number of children the node has. */
64 int jjtGetNumChildren();

Callers 12

createNodeInternalMethod · 0.95
buildMethod · 0.95
getValueMethod · 0.95
visitMethod · 0.65
getValueMethod · 0.65
getMethodInfoMethod · 0.65
invokeMethod · 0.65
getMethodReferenceMethod · 0.65
getValueReferenceMethod · 0.65
isParametersProvidedMethod · 0.65
getParametersMethod · 0.65
populateNestedStateMethod · 0.65

Implementers 1

SimpleNodejava/org/apache/el/parser/SimpleNode.j

Calls

no outgoing calls

Tested by

no test coverage detected