| 144 | } |
| 145 | |
| 146 | void |
| 147 | ExpressionAssign::indented_output(std::ostream &out, int indent) const |
| 148 | { |
| 149 | output_tab(out, indent); |
| 150 | Output(out); |
| 151 | } |
| 152 | |
| 153 | /////////////////////////////////////////////////////////////////////////////// |
| 154 |
nothing calls this directly
no test coverage detected