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

Method write

src/main/java/org/codehaus/groovy/syntax/CSTNode.java:436–438  ·  view source on GitHub ↗

Writes a formatted representation of this node to the specified writer. @param writer the PrintWriter to write to

(PrintWriter writer)

Source from the content-addressed store, hash-verified

434 * @param writer the {@link PrintWriter} to write to
435 */
436 public void write(PrintWriter writer) {
437 write(writer, "");
438 }
439
440 /**
441 * Writes a formatted representation of this node to the specified writer,

Callers 1

toStringMethod · 0.95

Calls 15

isEmptyMethod · 0.95
getRootMethod · 0.95
getTypeMethod · 0.95
getMeaningMethod · 0.95
getDescriptionMethod · 0.95
getStartLineMethod · 0.95
getStartColumnMethod · 0.95
getTextMethod · 0.95
childrenMethod · 0.95
sizeMethod · 0.95
getMethod · 0.95
substringMethod · 0.80

Tested by

no test coverage detected