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

Method setBody

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

Sets the body of this node. @param body The body nodes

(Nodes body)

Source from the content-addressed store, hash-verified

361 * @param body The body nodes
362 */
363 public void setBody(Nodes body) {
364 this.body = body;
365 }
366
367 /**
368 * Returns the text content of this node.

Callers 1

addToParentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected