org.jrubyparser.util.diff
Class DeepDiff

java.lang.Object
  extended by org.jrubyparser.util.diff.Change
      extended by org.jrubyparser.util.diff.DeepDiff

public class DeepDiff
extends Change

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.


Constructor Summary
DeepDiff(Change change, List<Change> subdiff)
           
 
Method Summary
 List<Change> getSubdiff()
           
 String toString()
           
 
Methods inherited from class org.jrubyparser.util.diff.Change
getNewCost, getNewNode, getOldCost, getOldNode, getTotalCost, setNewCost, setNewNode, setOldCost, setOldNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeepDiff

public DeepDiff(Change change,
                List<Change> subdiff)
Method Detail

getSubdiff

public List<Change> getSubdiff()

toString

public String toString()
Overrides:
toString in class Change


Copyright © 2013. All Rights Reserved.