Class ToStringVisitor

java.lang.Object
org.apache.commons.ognl.ToStringVisitor
All Implemented Interfaces:
NodeVisitor<StringBuilder,StringBuilder>

public class ToStringVisitor extends Object implements NodeVisitor<StringBuilder,StringBuilder>
A NodeVisitor implementation which will build a String representation of the AST tree.

This class is meant to be used by SimpleNode.toString(), but you may use it to

Since:
4.0