if (node.implements) {
    this.space();
    this.word("implements");
    this.space();
    this.printList(node.implements, node);