|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.tools.Diff.ReverseScript
static class Diff.ReverseScript
Scan the tables of which lines are inserted and deleted, producing an edit script in reverse order.
Constructor Summary | |
---|---|
Diff.ReverseScript()
|
Method Summary | |
---|---|
Diff.change |
build_script(boolean[] changed0,
int len0,
boolean[] changed1,
int len1)
Scan the tables of which lines are inserted and deleted, producing an edit script. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Diff.ReverseScript()
Method Detail |
---|
public Diff.change build_script(boolean[] changed0, int len0, boolean[] changed1, int len1)
Diff.ScriptBuilder
build_script
in interface Diff.ScriptBuilder
changed0
- true for lines in first file which do not match 2ndlen0
- number of lines in first filechanged1
- true for lines in 2nd file which do not match 1stlen1
- number of lines in 2nd file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |