Uses of Class
soot.util.cfgcmd.CFGIntermediateRep

Packages that use CFGIntermediateRep
soot.util.cfgcmd   
 

Uses of CFGIntermediateRep in soot.util.cfgcmd
 

Fields in soot.util.cfgcmd declared as CFGIntermediateRep
static CFGIntermediateRep CFGIntermediateRep.JIMPLE_IR
           
static CFGIntermediateRep CFGIntermediateRep.BAF_IR
           
static CFGIntermediateRep CFGIntermediateRep.GRIMP_IR
           
static CFGIntermediateRep CFGIntermediateRep.SHIMPLE_IR
           
static CFGIntermediateRep CFGIntermediateRep.VIA_SHIMPLE_JIMPLE_IR
           
 

Methods in soot.util.cfgcmd that return CFGIntermediateRep
static CFGIntermediateRep CFGIntermediateRep.getIR(String name)
          Returns the CFGIntermediateRep identified by the passed name.