Returns the parent of the node. @return the parent or null for the root node
()
| 493 | * @return the parent or <code>null</code> for the root node |
| 494 | */ |
| 495 | public Node parent() { |
| 496 | return parent; |
| 497 | } |
| 498 | |
| 499 | /** |
| 500 | * Adds or replaces the parent of the node. |
no outgoing calls
no test coverage detected