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

Method getBody

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

Returns the body of this node. @return The body nodes

()

Source from the content-addressed store, hash-verified

352 * @return The body nodes
353 */
354 public Nodes getBody() {
355 return body;
356 }
357
358 /**
359 * Sets the body of this node.

Callers 15

hasEmptyBodyMethod · 0.95
prepareParamsMethod · 0.95
addToParentMethod · 0.45
getTextMethod · 0.45
visitBodyMethod · 0.45
appendTagMethod · 0.45
endElementMethod · 0.45
checkScriptingBodyMethod · 0.45
checkAttributesMethod · 0.45
parseNamedAttributesMethod · 0.45
visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected