|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.simd.DefTable
Class for DefTable
| Constructor Summary | |
(package private) |
DefTable()
Constructs a DefTable object |
| Method Summary | |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
DefTable()
| Method Detail |
public void add(LirNode e)
throws SimdOptException
e - LirNode
SimdOptExceptionpublic java.util.Vector getLirs(LirNode e)
e - LirNode
public LirNode getReferent(LirNode e)
throws SimdOptException
e - LirNode
SimdOptExceptionpublic java.util.Enumeration getAllReferent()
public java.util.Vector getSingletons()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||