bmsi.util
クラス DiffPrint.EdPrint

java.lang.Object
  上位を拡張 bmsi.util.DiffPrint.Base
      上位を拡張 bmsi.util.DiffPrint.EdPrint
含まれているクラス:
DiffPrint

public static class DiffPrint.EdPrint
extends DiffPrint.Base

Prints an edit script in a format suitable for input to ed. The edit script must be generated with the reverse option to be useful as actual ed input.


フィールドの概要
 
クラス bmsi.util.DiffPrint.Base から継承されたフィールド
deletes, file0, file1, first0, first1, ignore, inserts, last0, last1, outfile
 
コンストラクタの概要
DiffPrint.EdPrint(Object[] a, Object[] b)
           
 
メソッドの概要
protected  void print_hunk(Diff.change hunk)
          Print a hunk of an ed diff
 
クラス bmsi.util.DiffPrint.Base から継承されたメソッド
analyze_hunk, change_letter, hunkfun, print_1_line, print_header, print_number_range, print_script, setOutput, setupOutput
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DiffPrint.EdPrint

public DiffPrint.EdPrint(Object[] a,
                         Object[] b)
メソッドの詳細

print_hunk

protected void print_hunk(Diff.change hunk)
Print a hunk of an ed diff

定義:
クラス DiffPrint.Base 内の print_hunk


Copyright © 2004-2011. All Rights Reserved.