public class NodePrinter extends Object
A helper class for creating nested trees of data
| Modifiers | Name | Description |
|---|---|---|
protected IndentPrinter | out |
| Constructor and description |
|---|
NodePrinter
() |
NodePrinter
(PrintWriter out) |
NodePrinter
(IndentPrinter out) |
| Type Params | Return Type | Name and description |
|---|---|---|
public void |
print(Node node) | |
protected void |
printAttributes(Map attributes) | |
protected void |
printList(List list) | |
protected void |
printName(Node node) |
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/util/NodePrinter.html