Returns the value of this node
Returns true if this node needs to be executed asyncron.
This usually true, when
Returns true, if this node is executing and therefore, can also have children. If false, node is a literal.
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
.