if (node.kind === "get" || node.kind === "set") {
    this.word(node.kind);
    this.space();
  }