| Code | Action Performed |
|---|---|
| CONTINUE | The traversal instructs the iterator to continue and starts the next stage of iteration. |
| SUSPEND | The traversal instructs the iterator to continue but does not start the next stage of iteration, returning from traverse(). |
| KILL_BRANCH | The traversal instructs the iterator to kill the current branch and starts the next stage of iteration. |
| STOP | The traversal does not instruct the iterator to continue and does not start the next of iteration, returning from traverse() |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |