All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----harpoon.Analysis.Maps.DefaultMap
DefaultMap
returns conservative values for
const and exec information: namely that no temp corresponds
to a constant and that every node and edge is potentially
executable.
public DefaultMap()
public boolean isConst(HCode hc, Temp t)
public Object constMap(HCode hc, Temp t)
public boolean execMap(HCode hc, HCodeElement node)
public boolean execMap(HCode hc, HCodeEdge edge)
All Packages Class Hierarchy This Package Previous Next Index