visitChanges

abstract fun visitChanges(oldVersion: ITree, visitor: ITreeChangeVisitor)

Propagates changes to the given visitor.

Parameters

oldVersion

the old state of the tree

visitor

the given visitor