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