|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.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.
| Field Summary | |
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 |
| Constructor Summary | |
InputIr(IoRoot io)
Constructor |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
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
| Constructor Detail |
public InputIr(IoRoot io)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||