for (Visitable v : _visitables) {
    v.accept(visitor);
}
visitor.visit(this);
return (T) this;