@Override
 public <T> T accept(NodeVisitor<T> visitor) {
   return visitor.visitOther(this);
 }