walk(Expression exp) Call the walk method of argument Expression.
Could call Expression's walk directly, but this allows us to
interpose a method call on each Expression.
Call the walk method of argument Expression.
Could call Expression's walk directly, but this allows us to
interpose a method call on each Expression. We use it to note the
Expression's line number. Should not need to be overridden;
if you do, you may also want to override walkExps.