|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.simd.UseTable
Class for a use table
コンストラクタの概要 | |
(パッケージプライベート) |
UseTable()
Constructs a UseTable object |
メソッドの概要 | |
void |
add(LirNode e)
Adds use elements of a given L-expression to a use table |
java.util.Enumeration |
getAllReferent()
|
java.util.Vector |
getLirs(LirNode e)
Retrieves |
LirNode |
getReferent(LirNode e)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
UseTable()
メソッドの詳細 |
public void add(LirNode e) throws SimdOptException
e
- LirNode
SimdOptException
public java.util.Vector getLirs(LirNode e)
e
- LirNode
public LirNode getReferent(LirNode e) throws SimdOptException
SimdOptException
public java.util.Enumeration getAllReferent()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |