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

Method getParent

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

Returns the parent node. @return The parent node

()

Source from the content-addressed store, hash-verified

388 * @return The parent node
389 */
390 public Node getParent() {
391 return parent;
392 }
393
394 /**
395 * Returns the starting line number in the generated Java code.

Callers 3

getRootMethod · 0.95
RootMethod · 0.95
findUriMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected