coins.simd
クラス SimdEnvironment

java.lang.Object
  |
  +--coins.simd.SimdEnvironment

class SimdEnvironment
extends java.lang.Object


フィールドの概要
static int AllThr
           
 LirFactory lir
           
static int MinThr
           
 Module module
           
 java.lang.String MODULENAME
           
static int MsgThr
           
 CoinsOptions opt
           
static int OptThr
           
 java.io.PrintWriter output
           
static int SimdThr
           
 CompileSpecification spec
           
 Trace trace
           
 
コンストラクタの概要
(パッケージプライベート) SimdEnvironment(Module m, CompileSpecification coinsSpec, java.io.PrintWriter writer)
           
 
メソッドの概要
(パッケージプライベート)  void print(java.lang.String str, int threshold)
           
(パッケージプライベート)  void println(java.lang.String str, int threshold)
           
(パッケージプライベート)  boolean shouldDo(int threshold)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

MsgThr

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

MinThr

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

SimdThr

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

OptThr

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

AllThr

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

output

public final java.io.PrintWriter output

spec

public final CompileSpecification spec

opt

public final CoinsOptions opt

trace

public final Trace trace

MODULENAME

public final java.lang.String MODULENAME
関連項目:
定数フィールド値

module

public final Module module

lir

public final LirFactory lir
コンストラクタの詳細

SimdEnvironment

SimdEnvironment(Module m,
                CompileSpecification coinsSpec,
                java.io.PrintWriter writer)
メソッドの詳細

shouldDo

boolean shouldDo(int threshold)

println

void println(java.lang.String str,
             int threshold)

print

void print(java.lang.String str,
           int threshold)