# Packages
No description provided by the author
# Functions
WalkToReplace traverses an AST in depth-first order: It starts by calling v.Visit(node); node must not be nil.
# Variables
No description provided by the author
# Interfaces
A Visitor's Visit method is invoked for each node encountered by walkToReplace.