|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.simd.DefTable
Class for DefTable
コンストラクタの概要 | |
(パッケージプライベート) |
DefTable()
Constructs a DefTable object |
メソッドの概要 | |
void |
add(LirNode e)
Adds referents and referer of a given LirNode |
java.util.Enumeration |
getAllReferent()
Returns defTable's domain |
java.util.Vector |
getLirs(LirNode e)
Retrieves a referer node of LirNode e in defTable |
LirNode |
getReferent(LirNode e)
Retrieves a referent of LirNode e in defTable |
java.util.Vector |
getSingletons()
Returns the value of singletons |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
DefTable()
メソッドの詳細 |
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
e
- LirNode
SimdOptException
public java.util.Enumeration getAllReferent()
public java.util.Vector getSingletons()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |