Enum ConstructOrder
In what order to return constructs.
public enum ConstructOrder
Fields
POSTORDER = 1
Depth-first, post-order (leaf nodes first).
PREORDER = 0
Depth-first, pre-order.
In what order to return constructs.
public enum ConstructOrder
POSTORDER = 1
Depth-first, post-order (leaf nodes first).
PREORDER = 0
Depth-first, pre-order.