public virtual void Visit(ConstantNode n) { }
//Here be the visitors... public override Node Visit(ConstantNode n) { return(n); }