ConstructOrder
In what order to return constructs.
Members
Name | Description |
---|---|
PREORDER |
Depth-first, pre-order. |
POSTORDER |
Depth-first, post-order (leaf nodes first). |
PREORDER
Depth-first, pre-order.
POSTORDER
Depth-first, post-order (leaf nodes first).