Class ReplaceVisitor

java.lang.Object
EDU.purdue.cs.bloat.tree.TreeVisitor
EDU.purdue.cs.bloat.tree.ReplaceVisitor

public class ReplaceVisitor extends TreeVisitor
ReplaceVisitor traverses a tree and replaces each occurrence of one Node with another Node.