@param l the ParameterTree to add as the left sub tree
(final ParameterTree l)
| 296 | * @param l the ParameterTree to add as the left sub tree |
| 297 | */ |
| 298 | public void setLeftTree(final ParameterTree l) |
| 299 | { |
| 300 | left = l; |
| 301 | } |
| 302 | |
| 303 | /** |
| 304 | * @return the right subtree |
no outgoing calls