@param r the ParameterTree to add as the right sub tree
(final ParameterTree r)
| 312 | * @param r the ParameterTree to add as the right sub tree |
| 313 | */ |
| 314 | public void setRightTree(final ParameterTree r) |
| 315 | { |
| 316 | right = r; |
| 317 | } |
| 318 | |
| 319 | @Override |
| 320 | public String toString() |
no outgoing calls
no test coverage detected