|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jaxfront.core.util.diff.diff_match_patch.Patch
public static class diff_match_patch.Patch
Class representing one patch operation.
| Field Summary | |
|---|---|
java.util.LinkedList<diff_match_patch.Diff> |
diffs
|
int |
length1
|
int |
length2
|
int |
start1
|
int |
start2
|
| Constructor Summary | |
|---|---|
diff_match_patch.Patch()
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Emmulate GNU diff's format. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.util.LinkedList<diff_match_patch.Diff> diffs
public int length1
public int length2
public int start1
public int start2
| Constructor Detail |
|---|
public diff_match_patch.Patch()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||