- All Implemented Interfaces:
- Iterator<INode>, org.eclipse.emf.common.util.TreeIterator<INode>
public class NodeIterator
extends Object
implements org.eclipse.emf.common.util.TreeIterator<INode>
An iterator that can traverse a parse tree in forward and backward direction
starting from any element in the tree. Also allows pruning of nodes.
- Author:
- Jan Koehnlein - Initial contribution and API