coins.drivergen.process
クラス GenerateCode
java.lang.Object
|
+--coins.drivergen.process.Process
|
+--coins.drivergen.process.GenerateCode
- public class GenerateCode
- extends Process
GenerateCode is one of the process, convert Lir to assember code
フィールドの概要 |
static coins.drivergen.process.GenerateCode.Navi |
navi
Navi class singleton. |
メソッドの概要 |
boolean |
canStart()
Check the present status and judge this process can invoke. |
void |
go()
Run the compiler driver. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
navi
public static final coins.drivergen.process.GenerateCode.Navi navi
- Navi class singleton.
GenerateCode
GenerateCode(InputIr ir,
Options opt)
- Constructor
- パラメータ:
ir
- Intermediate Representation which input to this processopt
- Options for the COINS compiler driver
go
public void go()
throws ProcessException,
PassException,
java.io.IOException
- Run the compiler driver.
- 定義:
- クラス
Process
内の go
ProcessException
PassException
java.io.IOException
canStart
public boolean canStart()
- Check the present status and judge this process can invoke.
- 定義:
- クラス
Process
内の canStart