public interface ExprTreePrinter
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString(Node node)
Returns the string representation of the given expression tree.
|
java.lang.String toString(Node node)
node
- the expression tree to be printed.