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

Method prln

src/main/java/gate/util/Err.java:202–204  ·  view source on GitHub ↗

@see java.io.PrintWriter#println()

()

Source from the content-addressed store, hash-verified

200
201 /** @see java.io.PrintWriter#println() */
202 public static void prln() {
203 println();
204 }
205
206 /** @see java.io.PrintWriter#println(boolean) */
207 public static void prln(boolean x) {

Callers 15

registerCreoleUrlsMethod · 0.95
processArgsMethod · 0.95
getValueAtMethod · 0.95
populateMethod · 0.95
addMethod · 0.95
getMethod · 0.95
runComponentMethod · 0.95
callMethod · 0.95
handleEndTagMethod · 0.95
endDocumentMethod · 0.95

Calls 1

printlnMethod · 0.95

Tested by

no test coverage detected