enum ConstructOrder
Language | Type name |
---|---|
![]() | Constructs.ConstructOrder |
![]() | software.constructs.ConstructOrder |
![]() | constructs.ConstructOrder |
![]() | constructs » 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).