bmsi.util
クラス DiffPrint.NormalPrint

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

public static class DiffPrint.NormalPrint
extends DiffPrint.Base

Print a change list in the standard diff format.


フィールドの概要
 
クラス bmsi.util.DiffPrint.Base から継承されたフィールド
deletes, file0, file1, first0, first1, ignore, inserts, last0, last1, outfile
 
コンストラクタの概要
DiffPrint.NormalPrint(Object[] a, Object[] b)
           
 
メソッドの概要
protected  void print_hunk(Diff.change hunk)
          Print a hunk of a normal 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.NormalPrint

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

print_hunk

protected void print_hunk(Diff.change hunk)
Print a hunk of a normal diff. This is a contiguous portion of a complete edit script, describing changes in consecutive lines.

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


Copyright © 2004-2011. All Rights Reserved.