coins.drivergen
クラス InputIr

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

public class InputIr
extends java.lang.Object

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
 

フィールドの詳細

ioRoot

public static IoRoot ioRoot
IoRoot


hirRoot

public static HirRoot hirRoot
HirRoot


symRoot

public static SymRoot symRoot
SymRoot


sexp

public static ImList sexp
ImList


hirFlowRoot

public static FlowRoot hirFlowRoot
FlowRoot


unit

public static Module unit
Module


condition

public static int condition
Condition which describe the status of compile pass

コンストラクタの詳細

InputIr

public InputIr(IoRoot io)
Constructor