|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.simd.LirMatch | +--coins.simd.LirBopList
BopList class
フィールドの概要 | |
LirNode[] |
templateList
Matching patterns. |
クラス coins.simd.LirMatch から継承したフィールド |
newLir |
コンストラクタの概要 | |
LirBopList()
|
メソッドの概要 | |
LirNode |
find(LirNode inst,
LirNode[] env)
Find a matched pattern. |
void |
init(Function f)
|
abstract LirNode[] |
initTemplist()
|
LirNode |
mkBop(java.lang.String s)
Makes LirNodes for basic operations and registers them into bopList. |
クラス coins.simd.LirMatch から継承したメソッド |
match, matchReg, replace |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public LirNode[] templateList
コンストラクタの詳細 |
public LirBopList()
メソッドの詳細 |
public void init(Function f)
public abstract LirNode[] initTemplist()
public LirNode find(LirNode inst, LirNode[] env) throws SimdOptException
inst
- LIRenv
-
SimdOptException
public LirNode mkBop(java.lang.String s)
s
- String which represents bop LirNodes.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |