gov.nist.core
クラス Debug

java.lang.Object
  上位を拡張 gov.nist.core.Debug

public class Debug
extends java.lang.Object

A class to do debug printfs


フィールドの概要
static boolean debug
           
static boolean parserDebug
           
 
コンストラクタの概要
Debug()
           
 
メソッドの概要
static void println(java.lang.String s)
           
static void printStackTrace(java.lang.Exception ex)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

debug

public static final boolean debug
関連項目:
定数フィールド値

parserDebug

public static final boolean parserDebug
関連項目:
定数フィールド値
コンストラクタの詳細

Debug

public Debug()
メソッドの詳細

println

public static void println(java.lang.String s)

printStackTrace

public static void printStackTrace(java.lang.Exception ex)