Package at.letto.tools
Class diff_match_patch.Patch
java.lang.Object
at.letto.tools.diff_match_patch.Patch
- Enclosing class:
diff_match_patch
Class representing one patch operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
diffs
-
start1
public int start1 -
start2
public int start2 -
length1
public int length1 -
length2
public int length2
-
-
Constructor Details
-
Patch
public Patch()Constructor. Initializes with an empty list of diffs.
-
-
Method Details