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