|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrubyparser.util.diff.Change
org.jrubyparser.util.diff.DeepDiff
public class 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.
| 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 |
|---|
public DeepDiff(Change change,
List<Change> subdiff)
| Method Detail |
|---|
public List<Change> getSubdiff()
public String toString()
toString in class Change
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||