Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getNamedAttributeNodes
Method · 0.95
hasEmptyBody
Method · 0.95
prepareParams
Method · 0.95
addToParent
Method · 0.45
getText
Method · 0.45
visitBody
Method · 0.45
appendTag
Method · 0.45
endElement
Method · 0.45
checkScriptingBody
Method · 0.45
checkAttributes
Method · 0.45
parseNamedAttributes
Method · 0.45
visit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected