|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.simd.LirDecoder
Decoder class for Lir. This class copied and modified coins.backend.Function.decodeLir for testing SIMD locally.
| コンストラクタの概要 | |
LirDecoder(Function f)
Constructs LirDecoder. |
|
| メソッドの概要 | |
LirNode |
decodeLir(ImList stmt)
Decode ImList which represents LirNode. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public LirDecoder(Function f)
f - Function| メソッドの詳細 |
public LirNode decodeLir(ImList stmt)
throws SyntaxError
stmt - ImList, which represents a LirNode.
SyntaxError
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||