|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.simd.UseTable
Class for a use table
| Constructor Summary | |
(package private) |
UseTable()
Constructs a UseTable object |
| Method Summary | |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
UseTable()
| 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
SimdOptExceptionpublic java.util.Enumeration getAllReferent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||