| 121 | if ( ET ) ss << "/*["; |
| 122 | } |
| 123 | virtual TypeDeclPtr visit ( TypeDecl * td ) override { |
| 124 | if ( ET ) ss << "]*/"; |
| 125 | return Visitor::visit(td); |
| 126 | |
| 127 | } |
| 128 | // enumeration |
| 129 | virtual void preVisit ( Enumeration * enu ) override { |
| 130 | Visitor::preVisit(enu); |
no test coverage detected