* */
| 202 | * |
| 203 | */ |
| 204 | StatementArrayOp::~StatementArrayOp(void) |
| 205 | { |
| 206 | delete init_value; |
| 207 | delete body; |
| 208 | } |
| 209 | |
| 210 | void |
| 211 | StatementArrayOp::output_header(std::ostream& out, int& indent) const |
nothing calls this directly
no outgoing calls
no test coverage detected