|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Backend compiler. See cfront.Parser#runParser(String)
メソッドの概要 | |
void |
compile(ASTList tree)
Compiles a parse tree. |
void |
doEpilogue()
Finishes compilation. |
メソッドの詳細 |
public void compile(ASTList tree) throws StopException
If a parser reads a top-level declaration, then it calls this
method with a parse tree representing that declaration.
If this method throws StopException
, the compilation
is terminated.
StopException
public void doEpilogue()
A parser calls this method after reading the whole source program.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |