coins.drivergen
クラス Conditions

java.lang.Object
  |
  +--coins.drivergen.Conditions

public class Conditions
extends java.lang.Object

The Conditions class represents the condition of the compile process


フィールドの概要
static int CODE
          code
static int HIR
          hir
static int LIR
          lir
static int SOURCE
          initial condition
 
コンストラクタの概要
Conditions()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

SOURCE

public static final int SOURCE
initial condition

関連項目:
定数フィールド値

HIR

public static final int HIR
hir

関連項目:
定数フィールド値

LIR

public static final int LIR
lir

関連項目:
定数フィールド値

CODE

public static final int CODE
code

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

Conditions

public Conditions()