* Returns an object with properties entering and node. Returns null when we have finished walking the tree.
()
| 22 | * Returns an object with properties entering and node. Returns null when we have finished walking the tree. |
| 23 | */ |
| 24 | next(): NodeWalkingStep; |
| 25 | /** |
| 26 | * Resets the iterator to resume at the specified node and setting for entering. (Normally this isn't needed unless you do destructive updates to the Node tree.) |
| 27 | */ |
no outgoing calls
no test coverage detected