|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--coins.driver.Driver
|
+--coins.cfront.Cfront
|
+--coins.hir2c.Hir2C
A driver implementation using COINS Compiler Driver API. This is to produce C source from HIR structure.
| フィールドの概要 |
| クラス coins.cfront.Cfront から継承したフィールド |
fDbgLevel, hirRoot, in, ioRoot, sourceFile, spec, suffix, symRoot |
| コンストラクタの概要 | |
Hir2C()
|
|
| メソッドの概要 | |
void |
compile(java.io.File sourceFile,
java.io.InputStream in,
java.io.OutputStream out,
IoRoot pio)
Compiler. |
static void |
main(java.lang.String[] args)
A main function. |
| クラス coins.cfront.Cfront から継承したメソッド |
makeHirBaseFromC, makeHirCFromCSource, makeHirFromCSource |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public Hir2C()
| メソッドの詳細 |
public void compile(java.io.File sourceFile,
java.io.InputStream in,
java.io.OutputStream out,
IoRoot pio)
throws java.io.IOException,
PassException
sourceFile - the source file name.in - input.out - output.
java.io.IOException
PassExceptionpublic static void main(java.lang.String[] args)
args - a command line.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||