|
Classes in org.jrubyparser.util.diff used by org.jrubyparser.util.diff |
Change
|
DeepDiff
The DeepDiff class attaches the subnode-diff (the result of diffing the
children of Nodes which have already been diffed) to the Change object
holding the nodes that the subnodes are contained within. |
IsJunk
Implementations of the interface IsJunk and the
#checkJunk() method can be passed to NodeDiff
and SequenceMatcher as callbacks which will then be used
to select Nodes to be skipped over during the diffing process. |
SequenceMatcher
The SequenceMatcher class is used to produce a list of matching nodes. |