toSource abstract method
Returns a textual description of this node in a form approximating valid source.
The returned string isn't valid source code primarily in the case where the node itself isn't well-formed.
Clients should never depend on the returned value being valid code, nor being consistent from one version of the package to the next. As a result, clients should never display the returned string to users.
Implementation
String toSource();