Make optimization-work before ordering
Removes this node from the parent node. Deletes the parent-object afterwards.
Sets a new parent. First, removes this node from the parent node and deletes the parent-object. Aftwards applies this node to the new parent and sets the parent-object.
Validates the nodes. Throws an ExpressionError (or derived), if validation fails!
Generated using TypeDoc
Adds this node to the parent nodes. If
newParent
is provided, sets this one asparent
.