If the provided child node is a child of this node, the child/parent link will be deleted. The replacement node, if it is non-null, will take its place, and a new child/parent link will be created between this node and the replacement. @return true if child was indeed a dir
(Node child, Node replacement)
| 47 | * which is true for those nodes that only have an {@code astName()} method and not a {@code rawName()} method. |
| 48 | */ |
| 49 | boolean replaceChild(Node child, Node replacement) throws AstException; |
| 50 | |
| 51 | /** |
| 52 | * If the provided <em>child</em> node is a child of this node, the child/parent link will be deleted. The child's parentage is set to unparented, |
no outgoing calls