Class diff_match_patch.Patch
- java.lang.Object
-
- psidev.psi.mi.jami.enricher.util.diff.diff_match_patch.Patch
-
- Enclosing class:
- diff_match_patch
public static class diff_match_patch.Patch extends Object
Class representing one patch operation.
-
-
Field Summary
Fields Modifier and Type Field Description LinkedList<diff_match_patch.Diff>
diffs
int
length1
int
length2
int
start1
int
start2
-
Constructor Summary
Constructors Constructor Description Patch()
Constructor.
-
-
-
Field Detail
-
diffs
public LinkedList<diff_match_patch.Diff> diffs
-
start1
public int start1
-
start2
public int start2
-
length1
public int length1
-
length2
public int length2
-
-