MCPcopy Create free account
hub / github.com/apache/tomcat / print

Method print

java/org/apache/jasper/runtime/JspWriterImpl.java:299–302  ·  view source on GitHub ↗
(boolean b)

Source from the content-addressed store, hash-verified

297 /* Methods that do not terminate lines */
298
299 @Override
300 public void print(boolean b) throws IOException {
301 write(b ? "true" : "false");
302 }
303
304 @Override
305 public void print(char c) throws IOException {

Callers 3

printlnMethod · 0.95
outputMethod · 0.45
printlnMethod · 0.45

Calls 2

writeMethod · 0.95
valueOfMethod · 0.45

Tested by

no test coverage detected