public void visitEnd() {
    text.add("}\n");

    print(pw);
    pw.flush();

    if (cv != null) {
      cv.visitEnd();
    }
  }