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

Method getText

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

Returns the text content of this node. @return The text content

()

Source from the content-addressed store, hash-verified

370 * @return The text content
371 */
372 public String getText() {
373 return text;
374 }
375
376 /**
377 * Returns the start mark (location) of this node.

Callers 15

doSmapTextMethod · 0.45
visitMethod · 0.45
hasJspRootMethod · 0.45
getTextMethod · 0.45
visitMethod · 0.45
visitMethod · 0.45
appendTagMethod · 0.45
parseAttributeValueMethod · 0.45
parseCommentMethod · 0.45
parseDeclarationMethod · 0.45
parseXMLDeclarationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected