|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.backend.BackEnd
Back end of COINS compiler. This class exists only for backward compatibility. New driver does not need it.
| コンストラクタの概要 | |
BackEnd(CompileSpecification spec,
java.io.PrintWriter debOut)
|
|
| メソッドの概要 | |
void |
doIt(ImList sexp,
java.io.OutputStream codeStream)
Compiler Back End. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public BackEnd(CompileSpecification spec,
java.io.PrintWriter debOut)
| メソッドの詳細 |
public void doIt(ImList sexp,
java.io.OutputStream codeStream)
throws SyntaxErrorException,
java.io.IOException
SyntaxErrorException
java.io.IOException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||