public static interface ToStringVisitor.Transformer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
transform(Node n)
If this returns a NON NULL value, then this value will replace the
Node's .value value, when writing it into the String.
|
java.lang.String transform(Node n)
n
- Node being transformed