インタフェース
shohaku.core.util.debug.DebugPrintStream.Printer の使用

DebugPrintStream.Printer を使用しているパッケージ
shohaku.core.util.debug デバック処理に有用なユーティリティを提供します。 
 

shohaku.core.util.debug での DebugPrintStream.Printer の使用
 

DebugPrintStream.Printer を返す shohaku.core.util.debug のメソッド
 DebugPrintStream.Printer[] DebugPrintStream.getPrinters()
          登録済みの出力プリンタを返却します。
 

DebugPrintStream.Printer 型のパラメータを持つ shohaku.core.util.debug のメソッド
 void DebugPrintStream.addPrinter(DebugPrintStream.Printer printer)
          出力プリンタを追加します。
 void DebugPrintStream.addPrinter(int index, DebugPrintStream.Printer printer)
          出力プリンタを追加します。
 boolean DebugPrintStream.removePrinter(DebugPrintStream.Printer printer)
          出力プリンタを削除します。
 void DebugPrintStream.print(java.lang.Object o, DebugPrintStream.Printer printer)
          出力プリンタを使用して出力ストリームへ出力します。
 void DebugPrintStream.println(java.lang.Object o, DebugPrintStream.Printer printer)
          出力プリンタを使用して出力ストリームへ出力して改行します。