Starts walking the tree by visiting all nodes. HINT: If no root node were present when constructing the TreeWalker, the root node must be present in the walk options.
Optional
options: TreeWalkerOptions<NodeType>The options for walking across the tree.
A TreeWalker walks over a tree by visiting all available nodes.