|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--harpoon.Analysis.Liveness
Liveness
defines an abstract class for live variable analysis.
Field Summary | |
protected HCode |
hc
The HCode for which this object contains analysis
results. |
Constructor Summary | |
Liveness(HCode hc)
Creates a Liveness object from
provided HCode . |
Method Summary | |
abstract Set |
getLiveIn(HCodeElement hce)
Returns the Set of Temp s
that are live-in at the HCodeElement . |
abstract Set |
getLiveOut(HCodeElement hce)
Returns the Set of Temp s
that are live-out at the HCodeElement . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final HCode hc
HCode
for which this object contains analysis
results.
Constructor Detail |
public Liveness(HCode hc)
Liveness
object from
provided HCode
.
Method Detail |
public abstract Set getLiveIn(HCodeElement hce)
Set
of Temp
s
that are live-in at the HCodeElement
.
public abstract Set getLiveOut(HCodeElement hce)
Set
of Temp
s
that are live-out at the HCodeElement
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |