public static class diff_match_patch.Patch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.LinkedList<diff_match_patch.Diff> |
diffs |
int |
length1 |
int |
length2 |
int |
start1 |
int |
start2 |
Constructor and Description |
---|
Patch()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Emmulate GNU diff's format.
|
public java.util.LinkedList<diff_match_patch.Diff> diffs
public int start1
public int start2
public int length1
public int length2