MCPcopy Create free account
hub / github.com/GateNLP/gate-core / print

Method print

src/main/java/gate/util/Out.java:51–54  ·  view source on GitHub ↗

@see java.io.PrintWriter#print(boolean)

(boolean b)

Source from the content-addressed store, hash-verified

49
50 /** @see java.io.PrintWriter#print(boolean) */
51 public static void print(boolean b) {
52 out.print(b);
53 out.flush();
54 }
55
56 /** @see java.io.PrintWriter#print(char) */
57 public static void print(char c) {

Callers 11

prMethod · 0.95
applyUserPreferencesMethod · 0.45
createIndexMethod · 0.45
addMethod · 0.45
removeMethod · 0.45
mainMethod · 0.45
mergeSegmentsMethod · 0.45
printStackTraceMethod · 0.45
printStackTraceMethod · 0.45
printStackTraceMethod · 0.45
padPrMethod · 0.45

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected