Class DeepCopyVisitor

java.lang.Object
com.singularsys.jep.walkers.DoNothingVisitor
com.singularsys.jep.walkers.DeepCopyVisitor
All Implemented Interfaces:
JepComponent, ParserVisitor, Serializable
Direct Known Subclasses:
ExpressionConsolidator, ImportationVisitor

public class DeepCopyVisitor extends DoNothingVisitor
A Visitor which returns an exact copy of the tree. This class should be extended by visitors which modify trees and creates a new tree.
Author:
Rich Morris Created on 16-Nov-2003
See Also: