Write out as parenthesised list. @param c the Argument @return this
(Argument c)
| 227 | * @return this |
| 228 | */ |
| 229 | public Argument writeArgument(Argument c) { |
| 230 | items.add(c); |
| 231 | return this; |
| 232 | } |
| 233 | |
| 234 | /* |
| 235 | * Write out all the buffered items into the output stream. |
no test coverage detected