クラス
shohaku.core.util.debug.DebugPrintStream の使用

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

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

DebugPrintStream として宣言されている shohaku.core.util.debug のフィールド
static DebugPrintStream Debug.out
          System.out に出力する DebugPrintStream を定義します。
static DebugPrintStream Debug.err
          System.err に出力する DebugPrintStream を定義します。
 

DebugPrintStream 型のパラメータを持つ shohaku.core.util.debug のメソッド
 void DebugPrintStream.Printer.print(DebugPrintStream stream, java.lang.Object value)
          出力を実行します。