|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.toolkits.graph.UnitGraph | +--soot.toolkits.graph.BriefUnitGraph
Represents a CFG where the nodes are Unit instances, and where no edges are included to account for control flow associated with exceptions.
Unit
,
UnitGraph
Fields inherited from class soot.toolkits.graph.UnitGraph |
body,
method,
unitChain,
unitToPreds,
unitToSuccs |
Constructor Summary | |
BriefUnitGraph(Body body)
Constructs a BriefUnitGraph given a Body instance. |
Methods inherited from class soot.toolkits.graph.UnitGraph |
getBody,
getExtendedBasicBlockPathBetween,
getHeads,
getPredsOf,
getSuccsOf,
getTails,
iterator,
size,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public BriefUnitGraph(Body body)
body
- The underlying body we want to make a
graph for.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |