|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.drivergen.InputIr
A driver implementation using the COINS Compiler Driver API. This driver is a working sample of the COINS Compiler Driver API, and can be a modifiction basis or an inheritance base class of your own compiler driver.
| フィールドの概要 | |
static int |
condition
Condition which describe the status of compile pass |
static FlowRoot |
hirFlowRoot
FlowRoot |
static HirRoot |
hirRoot
HirRoot |
static IoRoot |
ioRoot
IoRoot |
static ImList |
sexp
ImList |
static SymRoot |
symRoot
SymRoot |
static Module |
unit
Module |
| コンストラクタの概要 | |
InputIr(IoRoot io)
Constructor |
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
public static IoRoot ioRoot
public static HirRoot hirRoot
public static SymRoot symRoot
public static ImList sexp
public static FlowRoot hirFlowRoot
public static Module unit
public static int condition
| コンストラクタの詳細 |
public InputIr(IoRoot io)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||