Accept a visitor, and call {@code v.visit()} on child nodes asnecessary. Sub-classes should not override this method, but instead override the {@link #acceptChildren(Visitor)} method.
@param v the visitor
@exception StandardException on error
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.