クラス
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)
          出力を実行します。