enum ConstructOrder
Language | Type name |
---|---|
.NET | Constructs.ConstructOrder |
Java | software.constructs.ConstructOrder |
Python | constructs.ConstructOrder |
TypeScript (source) | 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).