public abstract void visit(AndExp n);
public virtual void visit(AndExp n) { // Do nothing; leave the implementation to the main class }