Uses of Class
soot.toolkits.graph.BriefUnitGraph

Packages that use BriefUnitGraph
soot.dava.internal.asg   
soot.jimple.toolkits.pointer   
soot.toolkits.graph Toolkit to produce and manipulate various types of control flow graphs. 
 

Uses of BriefUnitGraph in soot.dava.internal.asg
 

Constructors in soot.dava.internal.asg with parameters of type BriefUnitGraph
AugmentedStmtGraph(BriefUnitGraph bug, TrapUnitGraph cug)
           
 

Uses of BriefUnitGraph in soot.jimple.toolkits.pointer
 

Constructors in soot.jimple.toolkits.pointer with parameters of type BriefUnitGraph
CastCheckEliminator(BriefUnitGraph cfg)
           
 

Uses of BriefUnitGraph in soot.toolkits.graph
 

Constructors in soot.toolkits.graph with parameters of type BriefUnitGraph
ArrayRefBlockGraph(BriefUnitGraph unitGraph)
          Constructs an ArrayRefBlockGraph corresponding to the Unit-level control flow represented by the passed BriefUnitGraph.
BriefBlockGraph(BriefUnitGraph unitGraph)
          Constructs a BriefBlockGraph representing the Unit-level control flow represented by the passed BriefUnitGraph.
ZonedBlockGraph(BriefUnitGraph unitGraph)
          Constructs a ZonedBlockGraph corresponding to the Unit-level control flow represented by the passed BriefUnitGraph.