MCPcopy Index your code
hub / github.com/apache/groovy / print

Method print

src/main/java/groovy/util/Node.java:812–814  ·  view source on GitHub ↗

Writes the node to the specified PrintWriter . @param out the writer receiving the output

(PrintWriter out)

Source from the content-addressed store, hash-verified

810 * @param out the writer receiving the output
811 */
812 public void print(PrintWriter out) {
813 new NodePrinter(out).print(this);
814 }
815
816 /**
817 * Converts the text of this GPathResult to an Integer object.

Callers 1

mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected