public void acceptWithoutResponse(Visitor visitor) {
   visitor.visit(this);
 }