Has Optional Children
Used to describe any object implementing isParent whose children can be removed
Inheritors
Properties
Functions
Link copied to clipboard
It is removing a child from the Syntax Tree by deleting the link between itself and its parent
Link copied to clipboard
Is replacing a certain child of the class with another object of the same type If the two parameters don't have the same type, no block will be replaced. If the type of initial doesn't match any of the current node children, no child will be replaced
Link copied to clipboard
Sets the object as a parent for its children