Uses of Class
soot.util.cfgcmd.CFGGraphType

Packages that use CFGGraphType
soot.util.cfgcmd   
 

Uses of CFGGraphType in soot.util.cfgcmd
 

Fields in soot.util.cfgcmd declared as CFGGraphType
static CFGGraphType CFGGraphType.BRIEF_UNIT_GRAPH
           
static CFGGraphType CFGGraphType.EXCEPTIONAL_UNIT_GRAPH
           
static CFGGraphType CFGGraphType.COMPLETE_UNIT_GRAPH
           
static CFGGraphType CFGGraphType.TRAP_UNIT_GRAPH
           
static CFGGraphType CFGGraphType.CLASSIC_COMPLETE_UNIT_GRAPH
           
static CFGGraphType CFGGraphType.BRIEF_BLOCK_GRAPH
           
static CFGGraphType CFGGraphType.EXCEPTIONAL_BLOCK_GRAPH
           
static CFGGraphType CFGGraphType.COMPLETE_BLOCK_GRAPH
           
static CFGGraphType CFGGraphType.CLASSIC_COMPLETE_BLOCK_GRAPH
           
static CFGGraphType CFGGraphType.ARRAY_REF_BLOCK_GRAPH
           
static CFGGraphType CFGGraphType.ZONED_BLOCK_GRAPH
           
static CFGGraphType CFGGraphType.ALT_BRIEF_UNIT_GRAPH
           
static CFGGraphType CFGGraphType.ALT_COMPLETE_UNIT_GRAPH
           
static CFGGraphType CFGGraphType.ALT_TRAP_UNIT_GRAPH
           
static CFGGraphType CFGGraphType.ALT_ARRAY_REF_BLOCK_GRAPH
           
static CFGGraphType CFGGraphType.ALT_BRIEF_BLOCK_GRAPH
           
static CFGGraphType CFGGraphType.ALT_COMPLETE_BLOCK_GRAPH
           
static CFGGraphType CFGGraphType.ALT_ZONED_BLOCK_GRAPH
           
 

Methods in soot.util.cfgcmd that return CFGGraphType
static CFGGraphType CFGGraphType.getGraphType(String option)
          Returns the CFGGraphType identified by the passed name.