Returns all children of this node. These are non-null references found in this object's class fields (or array slots if the object is of an array type). The result is sorted in decreasing {@link #size() size} order.
Note: the returned array also contains the {@link #shell() shell} pseudo-node.
@return array of children nodes, sorted by size [never null, may be empty]