Theia API Documentation v1.65.0
    Preparing search index...

    Unlike other tree iterators, this does not visit all the nodes, it stops once it reaches the root node while traversing up the tree hierarchy in an inverse pre-order fashion. This is the counterpart of the TopDownTreeIterator.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    delegate: IterableIterator<TreeNode>
    root: TreeNode

    Methods