|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public static interface Diff.ScriptBuilder
| メソッドの概要 | |
|---|---|
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. |
| メソッドの詳細 |
|---|
Diff.change build_script(boolean[] changed0,
int len0,
boolean[] changed1,
int len1)
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
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||