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

Method printin

java/org/apache/jasper/compiler/ServletWriter.java:117–119  ·  view source on GitHub ↗

Prints the current indentation

()

Source from the content-addressed store, hash-verified

115 * Prints the current indentation
116 */
117 public void printin() {
118 writer.print(SPACES.substring(0, indent));
119 }
120
121 /**
122 * Prints the current indentation, followed by the given string

Callers 15

visitMethod · 0.95
openFragmentMethod · 0.95
visitMethod · 0.80
visitMethod · 0.80
generateGettersMethod · 0.80
generateInitMethod · 0.80
generateDestroyMethod · 0.80
genPreambleImportsMethod · 0.80
generatePreambleMethod · 0.80
generateXmlPrologMethod · 0.80

Calls 1

printMethod · 0.45

Tested by

no test coverage detected