public void visit(TypeCast t)
 {
     throw new NotImplementedException();
 }
 public virtual void visit(TypeCast id)
 {
     // Do nothing; leave the implementation to the main class
 }