|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.mdf.MdfEnvironment
The environment of the MDF module.
フィールドの概要 | |
static int |
AllThr
The threshold for debugging: trace=10000 |
static int |
DEFAULT_NUM_THREADS
The default number of threads |
IoRoot |
ioRoot
The current IoRoot |
static int |
MdfThr
The threshold for debugging: trace=1500 |
static int |
MinThr
The threshold for debugging: trace=1000 |
java.lang.String |
MODULENAME
The name of this module |
static int |
MsgThr
The threshold for debugging: trace=100 |
CoinsOptions |
opt
The current coins compiler option |
static int |
OptThr
The threshold for debugging: trace=2000 |
java.io.PrintStream |
output
The current standard output stream |
CompileSpecification |
spec
The current compiler specification |
Trace |
trace
The current trace information |
コンストラクタの概要 | |
MdfEnvironment(IoRoot root,
CompileSpecification coinsSpec)
Constructor: |
メソッドの概要 | |
(パッケージプライベート) void |
print(java.lang.String str,
int threshold)
The debug output method. |
(パッケージプライベート) void |
println(java.lang.String str,
int threshold)
The debug output method. |
(パッケージプライベート) boolean |
shouldDo(int threshold)
Get whether the module execute something. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final int MsgThr
public static final int MinThr
public static final int MdfThr
public static final int OptThr
public static final int AllThr
public static final int DEFAULT_NUM_THREADS
public final java.io.PrintStream output
public final CompileSpecification spec
public final CoinsOptions opt
public final IoRoot ioRoot
public final Trace trace
public final java.lang.String MODULENAME
コンストラクタの詳細 |
public MdfEnvironment(IoRoot root, CompileSpecification coinsSpec)
root
- The current IoRootcoinsSpec
- The current compiler specificationメソッドの詳細 |
boolean shouldDo(int threshold)
threshold
- The specified value
void println(java.lang.String str, int threshold)
str
- The debug string.threshold
- The specified valuevoid print(java.lang.String str, int threshold)
str
- The debug string.threshold
- The specified value
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |