Uses of Class
soot.toolkits.graph.TrapUnitGraph

Packages that use TrapUnitGraph
soot.dava.internal.asg   
soot.jbco.util   
soot.toolkits.graph Toolkit to produce and manipulate various types of control flow graphs. 
 

Uses of TrapUnitGraph in soot.dava.internal.asg
 

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

Uses of TrapUnitGraph in soot.jbco.util
 

Subclasses of TrapUnitGraph in soot.jbco.util
 class SimpleExceptionalGraph
           
 

Uses of TrapUnitGraph in soot.toolkits.graph
 

Subclasses of TrapUnitGraph in soot.toolkits.graph
 class ClassicCompleteUnitGraph
           Represents a CFG for a Body instance where the nodes are Unit instances, and where edges are a conservative indication of unexceptional and exceptional control flow.