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

Method getStart

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

Returns the start mark (location) of this node. @return The start mark

()

Source from the content-addressed store, hash-verified

379 * @return The start mark
380 */
381 public Mark getStart() {
382 return startMark;
383 }
384
385 /**
386 * Returns the parent node.

Callers 15

createJavacErrorMethod · 0.95
postCheckMethod · 0.95
generateDeclarationMethod · 0.45
generateJavaSourceMethod · 0.45
generateAttributeMethod · 0.45
jspErrorMethod · 0.45
visitMethod · 0.45
doSmapMethod · 0.45
checkUniqueNameMethod · 0.45
getStartMethod · 0.45
checkAttributesMethod · 0.45
visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected