|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
UseDefable
defines an interface for intermediate
representations that keep use/def information.
Method Summary | |
Temp[] |
def()
Return all the Temp s defined by this
HCodeElement . |
Collection |
defC()
Returns a Collection of all the
Temp s defined in this HCodeElement . |
Temp[] |
use()
Return all the Temp s used by this
HCodeElement . |
Collection |
useC()
Returns a Collection of all the
Temp s read in this HCodeElement . |
Methods inherited from interface harpoon.ClassFile.HCodeElement |
getID, getLineNumber, getSourceFile |
Method Detail |
public Temp[] use()
Temp
s used by this
HCodeElement
.
public Temp[] def()
Temp
s defined by this
HCodeElement
.
public Collection useC()
Collection
of all the
Temp
s read in this HCodeElement
.
public Collection defC()
Collection
of all the
Temp
s defined in this HCodeElement
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |