public void accept(Visitor v) {
   v.visitCompound(this);
 }