public class TreePath
extends Object
This describes a path from a node to the root. We use it when we compare two
trees during rumen unit tests. If the trees are not identical, this chain
will be converted to a string which describes the path from the root to the
fields that did not compare.