Writes a formatted representation of this node to the specified writer. @param writer the PrintWriter to write to
(PrintWriter writer)
| 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, |
no test coverage detected